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

Hudson commented on MAHOUT-2084:
--------------------------------

SUCCESS: Integrated in Jenkins build Mahout-Quality #3635 (See 
[https://builds.apache.org/job/Mahout-Quality/3635/])
[MAHOUT-2084][MAHOUT-2083]: prevent build from creating a default source 
(github: rev 8df99c7249b99ef137fb0f2935ac0c3050215fe4)
* (delete) distribution/KEYS
* (delete) distribution/src/main/resources/assembly/src.xml
* (edit) engine/pom.xml
* (delete) distribution/pom.xml
* (edit) core/pom.xml
* (add) dist/release/mahout/KEYS
* (add) dist/KEYS
* (add) dist/release/.gitdirectory
* (add) dist/src/main/resources/assembly/src.xml
* (add) dist/pom.xml
* (edit) pom.xml
* (delete) distribution/src/main/resources/assembly/bin.xml
* (add) dist/src/main/resources/assembly/bin.xml


> a default source distribution for  is being created under $MAHOUT_HOME/target
> -----------------------------------------------------------------------------
>
>                 Key: MAHOUT-2084
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-2084
>             Project: Mahout
>          Issue Type: Bug
>            Reporter: Andrew Palumbo
>            Assignee: Andrew Palumbo
>            Priority: Major
>             Fix For: 14.1
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> make this behavior stop:
> {code:java}
> $ mvn clean package install -DskipTests -Papache-release{code}
>  
> {code:java}
> {...}
> $ tree -L 1 
> {...}
> ├── lib
> │   ├── mahout-core_2.11-14.1-SNAPSHOT.jar
> │   ├── mahout-hdfs_2.11-14.1-SNAPSHOT.jar
> │   ├── mahout-spark-cli-drivers_2.11-14.1-SNAPSHOT.jar
> │   ├── mahout-spark_2.11-14.1-SNAPSHOT-dependency-reduced.jar
> │   └── mahout-spark_2.11-14.1-SNAPSHOT.jar
> ├── mahout.iml
> ├── pom.xml
> ├── target
> │   ├── archive-tmp
> │   ├── mahout-14.1-SNAPSHOT-source-release.zip
> │   ├── mahout-14.1-SNAPSHOT-source-release.zip.asc
> │   ├── mahout-14.1-SNAPSHOT.pom
> │   ├── mahout-14.1-SNAPSHOT.pom.asc
> │   └── maven-shared-archive-resources
> └── website
> {...}{code}
>  
> {code:java}
>  ├── mahout-14.1-SNAPSHOT-source-release.zip{code}
> seems to be a default behavior of the {{maven-release-plugin}}.  We do not 
> want this source distribution.  We Have our assembled distributions in the 
> {{/distribution}} directories:
> {code:java}
> $ tree -L 2 distribution/
> distribution/
> ├── KEYS
> ├── distribution.iml
> ├── distribution_2.11.iml
> ├── distribution_2.12.iml
> ├── pom.xml
> ├── src
> │   └── main
> └── target
>     ├── distribution_2.11-14.1-SNAPSHOT.pom
>     ├── distribution_2.11-14.1-SNAPSHOT.pom.asc
>     └── maven-shared-archive-resources {code}
> this target should contain the assembled disrtribution as described in the 
> \{{$MAHOUT_HOME/distribution/src/main/resources/rassembly/ }} poms:
> {code:java}
> distribution/src/main/resources/assembly$ tree
> .
> ├── bin.xml
> └── src.xml{code}
>  



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

Reply via email to