Christopher Tubbs commented on New Feature MRPM-87

If you want to distribute your source code. Just build a archive from your SCM or use the maven-assembly-plugin to zip etc. and include proper build instructions.

The point of an SRPM is to be able to package once and quickly rebuild an RPM on different architectures... not to simply distribute source. This is especially important if you're building arch-dependent RPMs (think JNI libs vs. just jars).

I'd be happy if there were an option to generate the SPEC file and drop in a tarball I create with the assembly plugin. But, I suppose I can do this with exec-maven-plugin. It just seems like there's some utility (and within scope) in making it more convenient with this 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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to