You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/09/05 09:41:25 UTC

svn commit: r692369 - /continuum/trunk/pom.xml

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>



Re: svn commit: r692369 - /continuum/trunk/pom.xml

Posted by Olivier Lamy <ol...@apache.org>.
Ah yes.
Good catch !!!

--
Olivier

2008/9/5 Emmanuel Venisse <em...@gmail.com>:
> 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, <ol...@apache.org> 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>
>>
>>
>>
>

Re: svn commit: r692369 - /continuum/trunk/pom.xml

Posted by Emmanuel Venisse <em...@gmail.com>.
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, <ol...@apache.org> 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>
>
>
>