You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mahout.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2019/11/12 00:06:00 UTC

[jira] [Commented] (MAHOUT-2071) fix bin.xml and assembly to allow for a binary apache-mahout-14.1.tar.gz release

    [ https://issues.apache.org/jira/browse/MAHOUT-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16971917#comment-16971917 ] 

Hudson commented on MAHOUT-2071:
--------------------------------

SUCCESS: Integrated in Jenkins build Mahout-Quality #3601 (See [https://builds.apache.org/job/Mahout-Quality/3601/])
[MAHOUT-2071] move assembly files to mvn defined standard location per: (apalumbo: rev a7fc999546901ae815fe3604fec46749b045d717)
* (add) src/assembly/src.xml
* (add) src/assembly/bin.xml
[MAHOUT-2071] bring in dependancies to assembly pom (apalumbo: rev 82b95dcd044df983e04e515f5db64be0fceec199)
* (add) src/main/assembly/bin.xml
* (delete) src/assembly/src.xml
* (add) src/pom.xml
* (delete) src/assembly/bin.xml
* (edit) pom.xml
* (add) src/main/assembly/src.xml
[MAHOUT-2071] cleanup root pom.xml (apalumbo: rev 52f527f4f297eab25a6d8d0d4d1d5c80a0c17982)
* (edit) pom.xml
[MAHOUT-2071] fixup assembly bin.xml and src.xml files (apalumbo: rev bf40aafadc2622b848d864aabbd7c385163301c4)
* (edit) examples/pom.xml
* (edit) src/main/assembly/bin.xml
* (edit) src/main/assembly/src.xml


> fix bin.xml and assembly to allow for a binary apache-mahout-14.1.tar.gz release
> --------------------------------------------------------------------------------
>
>                 Key: MAHOUT-2071
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-2071
>             Project: Mahout
>          Issue Type: Task
>    Affects Versions: 0.14.0
>            Reporter: Andrew Palumbo
>            Assignee: Andrew Palumbo
>            Priority: Blocker
>             Fix For: 14.1
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> the problem is theoretically solved ... we were overwriting the apache parent {{pom.xml}}'s[https://github.com/apache/mahout/blob/mahout-14.1/pom.xml#L21-L25|https://slack-redir.net/link?url=https%3A%2F%2Fgithub.com%2Fapache%2Fmahout%2Fblob%2Fmahout-14.1%2Fpom.xml%23L21-L25&v=3] {{apache-release}} profile in our own, ...i removed the {{apache-release}} profile from ours and added what was left to {{mahout-release}}.so i expect that it should be working now.  the thing that was breaking everything (im gambling this whole theory on is that by overwriting the parent pom'sdeclaration of {{</mahout.skip.distribution>}}:
>                    <skipAssembly>${mahout.skip.distribution}</skipAssembly>
>  [https://github.com/apache/mahout/blob/mahout-14.1/pom.xml#L512|https://slack-redir.net/link?url=https%3A%2F%2Fgithub.com%2Fapache%2Fmahout%2Fblob%2Fmahout-14.1%2Fpom.xml%23L512&v=3]
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)