Hello.

i have a problem with the buildnumber-plugin. When i execute "mvn buildnumber:create" I get the following error:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] An error has occurred while checking scm status.

Embedded error: Can't load the scm provider.
The scm url cannot be null.
[INFO] ------------------------------------------------------------------------

My pom-file looks like this:

 <plugin>
   <groupId>org.codehaus.mojo</groupId>
   <artifactId>maven-buildnumber-plugin</artifactId>
   <version>0.9.2-SNAPSHOT</version>
   <executions>
     <execution>
       <goals>
         <goal>create</goal>
       </goals>
     </execution>
   </executions>
 </plugin>


...
 <repositories>
   <repository>
     <id>tlc-snapshots</id>
     <name>TLC Snapshot Development Repository</name>
     <url>http://commons.ucalgary.ca/pub/m2-snapshots</url>
   </repository>
   <repository>
     <id>snapshots</id>
     <name>Maven Snapshot Development Repository</name>
     <url>http://snapshots.maven.codehaus.org/maven2</url>
   </repository>
 </repositories>

 <pluginRepositories>
   <pluginRepository>
     <id>tlc-snapshots</id>
     <name>TLC Snapshot Development Repository</name>                       
     <url>http://commons.ucalgary.ca/pub/m2-snapshots</url>
   </pluginRepository>
 </pluginRepositories>

best regards,

Christian Wiesing


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to