Will bring it back ... I was testing maven release plugin and needed to remove ianal-maven-plugin which failed on sources/binaries distributions ...
-----Original Message----- From: Jason Dillon [mailto:[email protected]] On Behalf Of Jason Dillon Sent: Monday, August 03, 2009 4:41 PM To: [email protected] Subject: Re: svn commit: r800352 - /incubator/wink/trunk/pom.xml Why? --jason On Aug 3, 2009, at 8:13 PM, [email protected] wrote: > Author: martins > Date: Mon Aug 3 13:13:51 2009 > New Revision: 800352 > > URL: http://svn.apache.org/viewvc?rev=800352&view=rev > Log: > Comment out ianal-maven-plugin > > Modified: > incubator/wink/trunk/pom.xml > > Modified: incubator/wink/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/wink/trunk/pom.xml?rev=800352&r1=800351&r2=800352&view=diff > = > = > = > = > = > = > = > = > ====================================================================== > --- incubator/wink/trunk/pom.xml (original) > +++ incubator/wink/trunk/pom.xml Mon Aug 3 13:13:51 2009 > @@ -86,7 +86,7 @@ > </execution> > </executions> > </plugin> > - <plugin> > + <!-- plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>ianal-maven-plugin</artifactId> > <executions> > @@ -100,7 +100,7 @@ > </configuration> > </execution> > </executions> > - </plugin> > + </plugin--> > </plugins> > > <pluginManagement> > >
