andrewpalumbo opened a new pull request #382: [MAHOUT-2071] Fix binary and 
source releases
URL: https://github.com/apache/mahout/pull/382
 
 
   ### Purpose of PR:
   Please give a short description of what this PR is for.
   
   
   ### Important ToDos
   Please mark each with an "x"
   - [X ] A JIRA ticket exists (if not, please create this 
first)[https://issues.apache.org/jira/browse/mahout/]
   - [X ] Title of PR is "MAHOUT-XXXX Brief Description of Changes" where XXXX 
is the JIRA number.
   - [N/A ] Created unit tests where appropriate
   - [ ?--check this ] Added licenses correct on newly added files
   - [ X] Assigned JIRA to self
   - [N/A ] Added documentation in scala docs/java docs, and to website
   - [ X] Successfully built and ran all unit tests, verified that all tests 
pass locally.
   
   If all of these things aren't complete, but you still feel it is
   appropriate to open a PR, please add [WIP] after MAHOUT-XXXX before the
   descriptions- e.g. "MAHOUT-XXXX [WIP] Description of Change"
   
   Does this change break earlier versions?
   
   Is this the beginning of a larger project for which a feature branch should 
be made?
   
   
   Added a `distribution` module and src/bin assemblies in that tree.  The 
`distribution` module must be last in order for the reactor build. The 
`mahout-release` profile will include the `distribution` module in the build.  
   
   Distributions will be build in the `distribution/target` directory.
   
   Building a release Candidate with `mvn clean package install -DskipTests 
-Papache-Release,mahout-release release:prepare release:perform` (note the 
error `-Papache-Release` gives):
   
https://repository.apache.org/content/repositories/snapshots/org/apache/mahout/distribution/14.2-SNAPSHOT/
   
   which is odd because locally, I have: 
   ```
   colleenpalumbo  ~  sandbox  mahout  mahout-14.1  2?  $  l 
distribution/target/
         apache-mahout-14.1-bin.tar.bz2       
apache-mahout-14.1-bin.tar.bz2.asc
         apache-mahout-14.1-bin.tar.gz        
apache-mahout-14.1-bin.tar.gz.asc
         apache-mahout-14.1-src.tar.bz2       
apache-mahout-14.1-src.tar.bz2.asc
         apache-mahout-14.1-src.tar.gz        
apache-mahout-14.1-src.tar.gz.asc
         archive-tmp/                         distribution-14.1.pom
         distribution-14.1.pom.asc            maven-shared-archive-resources/
   ``` 
   i.e names as e.g.  `apache-mahout-14.1-bin.tar.bz2 `.  these should be 
relatively easy fixes.  
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to