Hi folks!
I have a problem to run release:prepare! The build process stops with the
Message:
"Reason: Can't run goal clean verify"
I have searched the hole internet but nothing found which helps me. %-|
Any suggestions?
Here are the last three steps and the error message of the build process:
[INFO] Transforming 'lib'...
[INFO] Executing preparation goals 'clean verify'...
[INFO] Executing: mvn clean verify --no-plugin-updates -P build-rel
[ERROR]
The following mojo encountered an error while executing:
Group-Id: org.apache.maven.plugins
Artifact-Id: maven-release-plugin
Version: 2.0-beta-4
Mojo: prepare
brought in via: Direct invocation
While building project:
Group-Id: org.attacus
Artifact-Id: lib
Version: 0.0.0-SNAPSHOT
>From file: /home/marcus/Development/Workspaces/attacus/RB-lib/pom.xml
Reason: Can't run goal clean verify
My Enviroment:
Mavenversion: 2.0.9
Maven integration for eclipse: 0.9.3
Releaseplugin: 2.0-beta-4
key-configurations of the maven-release-plugin:
[...]
<scm>
<connection>scm:svn:svn://localhost/attacus/tags/builds/lib/0.0.0-SNAPSHOT/BUILD-16</connection>
</scm>
[...]
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>svn://localhost/attacus/tags/releases</tagBase>
</configuration>
</plugin>
Thanks for help! :-)
Marcus
--
View this message in context:
http://www.nabble.com/Problem-mit-release%3Aperform-tp16923146s177p16923146.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]