[
https://issues.apache.org/jira/browse/MRQL-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13753187#comment-13753187
]
Leonidas Fegaras commented on MRQL-10:
--------------------------------------
The attached MRQL-10.patch uses the maven assembly plugin to create src and bin
tarballs. I copied it from Hama. It uses a special module dist that uses two
assembly specification files: src.xml and bin.xml in src/main/assembly/.
To create the tarballs, use 'mvn package'. It will create and put the 2
tarballs in dist/target/.
Also, you can run all the tests using 'mvn verify' (this will take long).
If you have a gpg signature, you may also generate signatures using 'mvn -pl
dist deploy'. The signed tarballs will be at
target/org/apache/mrql/mrql-dist/0.9.0-incubating/
Finally, I am using the rat plugin to check for missing licences. I still need
to do javadoc, check it on eclipse, and deploy the tarballs on remote repo.
Please vote to approve this patch or not by Monday.
> Add dist module to generate release tarball
> -------------------------------------------
>
> Key: MRQL-10
> URL: https://issues.apache.org/jira/browse/MRQL-10
> Project: MRQL
> Issue Type: Sub-task
> Reporter: Edward J. Yoon
> Assignee: Leonidas Fegaras
> Attachments: MRQL-10.patch
>
>
> See http://maven.apache.org/plugins/maven-assembly-plugin/
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira