I searched for this myself and was unabled to find one. I don't believe there is as building an RPM is a Linux/Unix thing. Rewriting the rpmbuild in java and having it availalbe on Windows would likely be a fairly significant undertaking.
What we have done is simply execute our formal builds on a Linux box on which the rpmbuild command is availabe. We still develop on Windows however. You can set this up nicely with profiles such that a mvn install on Windows does not build the rpm but will on Linux. --- Todd Thiessen > -----Original Message----- > From: Danny Schimke [mailto:[email protected]] > Sent: Monday, June 22, 2009 9:12 AM > To: [email protected] > Subject: Creating RPM package under Windows XP > > Hi! > > I have to create a RPM package within the package- phase. > There is a plugin from codehaus, the "rpm-maven-plugin". I > tried it and had to find out, that this is not working under > Windows, because "rpmbuild" was not found. Is there a way to > create a RPM- Package under Windows? Are there other Plugins, > which allow this, instead using this one from Codehaus? > > Thank you very much! > -Danny Schimke > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
