Issue 11966

Add a profile and properties to enable any child to do RPM packaging in a generic way

11966
Reporter: omeyn
Assignee: omeyn
Type: Improvement
Summary: Add a profile and properties to enable any child to do RPM packaging in a generic way
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2012-10-02 16:29:40.826
Updated: 2013-12-05 10:01:07.275
Resolved: 2012-10-02 17:10:47.104
        
Description: * Add appassembler plugin to create Java Service Wrapper scripts.
* Add rpm plugin to package result as rpm
* Create a property for each plugin: jsw.phase and rpm.phase that are intially set to "none"
* Add a profile that is only activated on linux (with the hope that this implies it has rpmbuild) which sets the phase properties to package and install for jsw and rpm plugins, respectively
* Add comment that documents what child has to do to make rpms]]>