Hi Trygve and Joerg. I've been working on thorough lifecycle integration testing on the CBUILDS plugins which may be of interest to you for pkg-maven-plugin and unix-maven-plugin.
$ svn checkout http://svn.codehaus.org/mojo/c-builds/trunk cbuild-parent $ cd cbuild-parent $ mvn install $ cd integration-tests $ mvn install The test pulls tarballs off the net, creates an RPM database, unpacks the tarballs, runs autoconf, creates the RPMs and deploys the RPMs to a scratch maven repo in the integration-tests target directory. Used maven-invoker-plugin instead of shitty-maven-plugin as I'm using maven 2.1.0. Took quite some time to get it all working. ________________________________ From: Trygve Laugstøl <[email protected]> To: [email protected] Sent: Sunday, May 24, 2009 5:13:31 PM Subject: Re: [mojo-dev] pkg-maven-plugin Joerg Hohwiller wrote: > Hi everybody, > > I just committed a new pkg-maven-plugin to sandbox. > Just for those who are interested in what is going on here: > > This code is only target to merge some ideas into unix-maven-plugin. > It will be deleted after that.
