Darn :-/ release:prepare -DdryRun=true didn't work.
Will revert. Robert On Sun, May 29, 2011 at 3:03 PM, <[email protected]> wrote: > Author: rdonkin > Date: Sun May 29 14:03:51 2011 > New Revision: 1128877 > > URL: http://svn.apache.org/viewvc?rev=1128877&view=rev > Log: > [maven-release-plugin] prepare release apache-james-ai-project-0.1 > > Modified: > james/mailet/ai/trunk/pom.xml > > Modified: james/mailet/ai/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/james/mailet/ai/trunk/pom.xml?rev=1128877&r1=1128876&r2=1128877&view=diff > ============================================================================== > --- james/mailet/ai/trunk/pom.xml (original) > +++ james/mailet/ai/trunk/pom.xml Sun May 29 14:03:51 2011 > @@ -71,6 +71,11 @@ > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > + <artifactId>maven-gpg-plugin</artifactId> > + <version>1.2</version> > + </plugin> > + <plugin> > + <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-clean-plugin</artifactId> > <version>2.4.1</version> > </plugin> > @@ -215,6 +220,15 @@ Compilation > <encoding>iso8859-1</encoding> > </configuration> > </plugin> > + > + <plugin> > + <groupId>org.apache.maven.plugins</groupId> > + <artifactId>maven-gpg-plugin</artifactId> > + <configuration> > + <skip>true</skip> > + </configuration> > + </plugin> > + > > <!-- > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
