Thanks. This seems to be exactly what the rpm-maven-plugin does. I was just a little confused that there seems to be 2 plugins. I suspect that the maven-rpm-plugin is the core mavenization of the rpm-maven-plugin, although the move to the core plugins seems to have been left in a somewhat unfinished state as I don't see any site documentation for the maven-rpm-plugin. Because of this lack of documentation, we went with the codehaus version.
If you could provide any other clarity as to any differences betweenn the two plugins, other than the one I stated above, that would be very much appreciated. And I'll pass on the invite to build rpmbuild from source ;-). Cygwin definately has it available. Thanks. --- Todd Thiessen > //rpm:rpm calls the rpmbuild to package the rpm here is an example > > $ mvn -e rpm:rpm > [INFO] RPM build execution returned: '1' executing 'cmd.exe > /X /C "rpmbuild -bb --buildroot > $MAVEN_BUILD\maven-plugins\sample\target\rpm\buildroot --define " > _topdir f:\maven-plugin\maven-plugins\sample\target\rpm" > --target noarch landfil l.spec"' > > if you feel brave enough to tackle building rpmbuild for your > rpmbuild there are some sources avail here > http://www.mhonarc.org/release/MHonArc/snapshot/ > dev.mk is the makefile you want to start with > > i have'nt seen any cygwin specific rpmbuild implementations > but you can ping the folks at cygwin http://cygwin.com > > Let us know, > Martin > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
