Ah yes. Good catch !!! -- Olivier
2008/9/5 Emmanuel Venisse <[EMAIL PROTECTED]>: > I'm not agree about this change.The svn revision is used in the about page. > > wdyt about a profile activation for the plugin like this? > > <profiles> > <profile> > <activation> > <file> > <exists>.svn</exists> > </file> > </activation> > ... > </profile> > </profiles> > > Emmanuel > > > On Fri, Sep 5, 2008 at 9:41 AM, <[EMAIL PROTECTED]> wrote: > >> Author: olamy >> Date: Fri Sep 5 00:41:25 2008 >> New Revision: 692369 >> >> URL: http://svn.apache.org/viewvc?rev=692369&view=rev >> Log: >> comment buildnumber-maven-plugin job >> >> Modified: >> continuum/trunk/pom.xml >> >> Modified: continuum/trunk/pom.xml >> URL: >> http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=692369&r1=692368&r2=692369&view=diff >> >> ============================================================================== >> --- continuum/trunk/pom.xml (original) >> +++ continuum/trunk/pom.xml Fri Sep 5 00:41:25 2008 >> @@ -149,7 +149,7 @@ >> </execution> >> </executions> >> </plugin> >> - <plugin> >> + <!--plugin> >> <groupId>org.codehaus.mojo</groupId> >> <artifactId>buildnumber-maven-plugin</artifactId> >> <version>1.0-beta-1</version> >> @@ -165,7 +165,7 @@ >> <doCheck>false</doCheck> >> <doUpdate>false</doUpdate> >> </configuration> >> - </plugin> >> + </plugin--> >> <plugin> >> <groupId>org.apache.maven.plugins</groupId> >> <artifactId>maven-jar-plugin</artifactId> >> @@ -174,9 +174,11 @@ >> <manifest> >> >> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> >> </manifest> >> + <!-- >> <manifestEntries> >> <SVN-Revision>${buildNumber}</SVN-Revision> >> </manifestEntries> >> + --> >> </archive> >> </configuration> >> </plugin> >> >> >> >
