Hi Benjamin,
Unfortunately this broke the build on my machine (maybe because of a
difference in working copy version?).

Also, it doesn't appear to have been merged to the other branches.

I think perhaps we should change the activation so that this is only
included on release, or if requested (say, from
CI) - that way it won't affect most users but will be ensured to be
present on release. WDYT?

- Brett

2009/6/14 <[email protected]>

> Author: bentmann
> Date: Sun Jun 14 13:44:41 2009
> New Revision: 784555
>
> URL: http://svn.apache.org/viewvc?rev=784555&view=rev
> Log:
> [MNG-4200] Build fails on system without svn client
>
> Modified:
>    maven/components/branches/maven-2.1.x/maven-core/pom.xml
>
> Modified: maven/components/branches/maven-2.1.x/maven-core/pom.xml
> URL:
> http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/maven-core/pom.xml?rev=784555&r1=784554&r2=784555&view=diff
>
> ==============================================================================
> --- maven/components/branches/maven-2.1.x/maven-core/pom.xml (original)
> +++ maven/components/branches/maven-2.1.x/maven-core/pom.xml Sun Jun 14
> 13:44:41 2009
> @@ -250,7 +250,7 @@
>           <plugin>
>             <groupId>org.codehaus.mojo</groupId>
>             <artifactId>buildnumber-maven-plugin</artifactId>
> -            <version>1.0-beta-1</version>
> +            <version>1.0-beta-3</version>
>             <executions>
>               <execution>
>                 <phase>generate-resources</phase>
> @@ -262,6 +262,9 @@
>             <configuration>
>               <doCheck>false</doCheck>
>               <doUpdate>false</doUpdate>
> +              <providerImplementations>
> +                <svn>javasvn</svn>
> +              </providerImplementations>
>             </configuration>
>           </plugin>
>         </plugins>
> @@ -279,7 +282,7 @@
>           <plugin>
>             <groupId>org.codehaus.mojo</groupId>
>             <artifactId>buildnumber-maven-plugin</artifactId>
> -            <version>1.0-beta-1</version>
> +            <version>1.0-beta-3</version>
>             <executions>
>               <execution>
>                 <phase>generate-resources</phase>
>
>
>


-- 
Brett Porter
http://blogs.exist.com/bporter/

Reply via email to