Hi Benjamin,

What exactly is not working?
Sorry i missed to attach the output ...
...

And after diving deeper into this ...i found it was based on my usage of a project profiles.xml file....unfortunately the support for other profiles than in the settings.xml and pom.xml has been removed for Maven 3.0...(after reading the Compatibility Notes for Maven 3.0 a second time ;-))

After moving the profile into the pom.xml it works fine with Maven 3.0-Alpha-5 ...

BTW: Is there a good reason to remove the support of profiles.xml file in Maven 3.0....cause it makes pom.xml a little bit smaller...


The following output:
C:\ws\supose>c:\prog\apache-maven-3.0-alpha-5\bin\mvn --version
Apache Maven 3.0-alpha-5 (r883378; 2009-11-23 16:53:41+0100)
Java version: 1.6.0
Java home: C:\Programme\Java\jdk1.6.0\jre
Default locale: de_DE, platform encoding: Cp1252
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
C:\ws\supose>c:\prog\apache-maven-3.0-alpha-5\bin\mvn clean package
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Subversion Repository Search Engine 0.6.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ supose ---
[INFO]
[INFO] --- cobertura-maven-plugin:2.3:clean (clean) @ supose ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0-beta-4:create (default) @ supose ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.718s
[INFO] Finished at: Fri Jan 01 20:22:52 CET 2010
[INFO] Final Memory: 4M/508M
[INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:1.0-beta-4:create (default) on project supose: Execution d efault of goal org.codehaus.mojo:buildnumber-maven-plugin:1.0-beta-4:create failed: The scm url does not contain a valid delimiter.
-> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
C:\ws\supose>

Many thanks for the support...


Kind regards
Karl Heinz Marbaise
--
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to