Hi,
i've got the following project:

https://github.com/khmarbaise/license-verifier

If i try to do a mvn -B release:prepare
i got the following messages:

mac:license-verifier km$ mvn -B release:prepare
Using Java version: 1.6.0
[INFO] Scanning for projects...
..
[INFO] License Verifier :: Reactor
[INFO] License Verifier :: Licenses Model
[INFO] License Verifier :: Licenses-Verifier
..
...
[INFO] Ignoring artifact version update for expression: ${project.version}
[INFO] Not generating release POMs
[INFO] Executing goals 'clean verify'...
[INFO] [WARNING]
[INFO] [WARNING] Some problems were encountered while building the effective settings [INFO] [WARNING] Failed to use environment variables for interpolation: env: not found @
[INFO] [WARNING]
...
------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] License Verifier :: Reactor ....................... FAILURE [1.569s]
[INFO] [INFO] License Verifier :: Licenses Model ................ SKIPPED
[INFO] [INFO] License Verifier :: Licenses-Verifier ............. SKIPPED
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 1.801s
[INFO] [INFO] Finished at: Tue Feb 01 21:15:01 CET 2011
[INFO] [INFO] Final Memory: 4M/8M
[INFO] [INFO] ------------------------------------------------------------------------ [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0-beta-3:attach-descriptor (attach-descriptor) on project licenses-verifier-reactor: Error when interpolating site descriptor: IOException: cannot interpolate environment properties: env: not found -> [Help 1]
[INFO] [ERROR]
[INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles: [INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] License Verifier :: Reactor ....................... FAILURE [5.773s]
[INFO] License Verifier :: Licenses Model ................ SKIPPED
[INFO] License Verifier :: Licenses-Verifier ............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.904s
[INFO] Finished at: Tue Feb 01 21:15:01 CET 2011
[INFO] Final Memory: 9M/528M
[INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.1:prepare (default-cli) on project licenses-verifier-reactor: Maven execution failed, exit code: '1' -> [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/MojoExecutionException

So does someone has seen something similar like the above ?

BTW: I'm working on a Mac OS X (10.5.8)
mac:license-verifier km$ java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-9M3263)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03-307, mixed mode)

I'm running MVN:
mac:license-verifier km$ mvn --version
Using Java version: 1.6.0
Apache Maven 3.0.2 (r1056850; 2011-01-09 01:58:10+0100)
Java version: 1.6.0_22, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.5.8", arch: "x86_64", family: "mac"

If someone has an idea or a hint that would be nice...

Many thanks in advance..

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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to