You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Boeckli, Dominique" <do...@eds.com> on 2008/02/01 13:56:19 UTC

release plugin in multi module project

There's following problem: 

When releasing a multi module project it fails in the release-perform
step.
This was the input (release-prepare):
What is the release version for "tpflog"? (eds.tweb.tpflog:tpflog) 1.6:
: 1.6
What is the release version for "tpflog-ejb"?
(eds.tweb.tpflog:tpflog-ejb) 1.6: : 1.6
What is the release version for "tpflog-web"?
(eds.tweb.tpflog:tpflog-web) 1.6: : 1.6
What is SCM release tag or label for "tpflog"? (eds.tweb.tpflog:tpflog)
tpflog-1.6: : release-1.6
What is the new development version for "tpflog"?
(eds.tweb.tpflog:tpflog) 1.7-SNAPSHOT: : 
What is the new development version for "tpflog-ejb"?
(eds.tweb.tpflog:tpflog-ejb) 1.7-SNAPSHOT: : 
What is the new development version for "tpflog-web"?
(eds.tweb.tpflog:tpflog-web) 1.7-SNAPSHOT: : 


Then release-perform failes:
[ERROR] Provider message:
[ERROR] The svn command failed.
[ERROR] Command output:
[ERROR] svn: REPORT request failed on
'/tweb-repos/tpflog/!svn/bc/103/tags/release-1.6tpflog-ejb'
svn: '/tweb-repos/tpflog/!svn/bc/103/tags/release-1.6tpflog-ejb' path
not found
        
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error during page generation

So my try-and-error-guess was to use as label: release-1.6/ and it
works!

I use: Maven-2.0.8 and 2.0-beta-7 for the plugin.

brgds

Dominique