Is this a plugin written by sonatype? Is there any plugin site documentation for it regarding how to use it? I found this:
http://maven-plugins.sourceforge.net/maven-rpm-plugin/index.htm Which seems to have the correct artifact name. It may be the predecessor of the Sonatype version. --- Todd Thiessen > -----Original Message----- > From: Thiessen, Todd (BVW:9T16) > Sent: Monday, June 22, 2009 10:50 AM > To: Maven Users List > Subject: RE: Creating RPM package under Windows XP > > Are you saying this is a plugin which performs the equivalent > of the rpmbuild command but is in Java? > > --- > Todd Thiessen > > > > -----Original Message----- > > From: Martin Gainty [mailto:[email protected]] > > Sent: Monday, June 22, 2009 10:46 AM > > To: [email protected] > > Subject: RE: Creating RPM package under Windows XP > > > > > > //acquire rpm plugin.xml pom.xml from here > > http://repository.sonatype.org/service/local/repositories/cent > > ral-proxy/content/maven-plugins/maven-rpm-plugin/1.0/maven-rpm > > -plugin-1.0.pom > > > > //then install the plugin > > cwd mgai...@localhost /cygdrive/f/maven-plugin/rpm $ mvn -e > > install:install-file -DgroupId=maven-plugins > -DartifactId=maven-rpm-pl > > ugin -Dversion=1.0 -Dpackaging=type -Dfile=pom.xml > > + Error stacktraces are turned on. > > [INFO] Scanning for projects... > > [INFO] Searching repository for plugin with prefix: 'install'. > > [INFO] > > -------------------------------------------------------------- > > ---------- > > [INFO] Building Unnamed - maven-plugins:maven-rpm-plugin:jar:1.0 > > [INFO] task-segment: [install:install-file] (aggregator-style) > > [INFO] > > -------------------------------------------------------------- > > ---------- > > [INFO] [install:install-file] > > [INFO] Installing $MAVEN_PLUGIN\rpm\pom.xml to > > $MAVEN_PLUGIN\maven-plugins\m > > aven-rpm-plugin\1.0\maven-rpm-plugin-1.0.type > > [INFO] > > -------------------------------------------------------------- > > ---------- > > [INFO] BUILD SUCCESSFUL > > [INFO] > > -------------------------------------------------------------- > > ---------- > > [INFO] Total time: 8 seconds > > [INFO] Finished at: Mon Jun 22 10:26:32 EDT 2009 [INFO] Final > > Memory: 3M/6M [INFO] > > -------------------------------------------------------------- > > ---------- > > > > let us know if this installs the plugin to your localRepository > > defined in localRepository $MAVEN_HOME/settings.xml <settings> > > <localRepository>$Drive:/$Folder</localRepository> > > > > mgai...@localhost /cygdrive/$Drive/maven-plugin/maven-plugins > > $ ls -al > > total 40 > > drwxrwxrwx+ 3 BigCheese 0 Jun 22 10:26 . > > drwxrwxrwx+ 148 BigCheese 0 Jun 22 10:23 .. > > -rwxrwxrwx+ 1 BigCheese 1450 Jan 29 2000 maven-plugins-10-site > > .xml > > -rwxrwxrwx+ 1 BigCheese 1435 Jan 29 2000 maven-plugins-7-site. > > xml > > -rwxrwxrwx+ 1 BigCheese 13316 Jan 29 2000 maven-plugins-7.pom > > -rwxrwxrwx+ 1 BigCheese 12847 Jan 3 18:43 pom.xml > > > > BTW: BigCheese is the 'god group' > > HTH, > > Martin > > ______________________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
