[
https://jira.codehaus.org/browse/MUNIX-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Trygve Laugstol closed MUNIX-38.
--------------------------------
Resolution: Fixed
> Documentation: example pom also for RPM and DEB
> -----------------------------------------------
>
> Key: MUNIX-38
> URL: https://jira.codehaus.org/browse/MUNIX-38
> Project: Maven 2.x Unix Plugin
> Issue Type: Improvement
> Reporter: Jörg Hohwiller
> Assignee: Trygve Laugstol
> Fix For: 1.0-alpha-5
>
>
> The documentation (http://mojo.codehaus.org/unix/unix-handbook/handbook.html)
> is already quite good.
> However as a newbe you will typically fail to build a simple RPM in the first
> runs.
> You copy from the example ("4.1. The pom.xml for pkg") and end up with
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Missing required setting 'The project has to specify at a license.',
> format 'rpm'.
> or
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Missing required setting 'group', format 'rpm'.
> OK then you might find this:
> http://mojo.codehaus.org/unix/unix-handbook/handbook.html#rpm
> But next I tried to add this
> <configuration>
> <group>Other</group>
> ...
> [INFO] Missing required setting 'The project has to specify at a license.',
> format 'rpm'.
> <configuration>
> <rpm.group>Other</rpm.group>
> ...
> [INFO] Missing required setting 'The project has to specify at a license.',
> format 'rpm'.
> Okay. It has to be
> <configuration>
> <rpm>
> <group>Other</group>
> <rpm>
> with a full example for RPM and DEB it would be a lot easier to catch up.
> Also a link should be added to get an idea of what a value for "group" would
> make sense. E.g.
> http://chorgan.provo.novell.com/susesdk/docs/SUSE%20Package%20Conventions/spc_rpm_groups.html
--
This message is automatically generated by JIRA.
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