If the company superpom is not in a repository that your continuum
server or the user under which that server runs (via settings.xml)
knows about, then it will not find it. One solution is to import the
superpom separately and build it within continuum, because then it
will be in the local repository for the user executing continuum.
Christian.
On 18-Feb-08, at 11:19 , bfontaine wrote:
Hello ;
I'm currently try to get the continuum's release button to work for my
project.
My project is a multi-module project with this kind of structure :
projectRoot
-pom.xml
-subProjectMain
-- subProjectMain files
-- pom.xml
- subProjectDependency
-- subProjectDependency files
-- pom.xml
... and so on
Every subProject pom inherit of the projectRoot pom, which, himself,
inherit
of my compagny superpom.
When I execute the release:prepare goal with maven, everything works
just
fine. But when I'm trying to use continuum, I get an error at the
second
step of the process (generate-reactor-projects). I copied the
stacktrace in
the error.txt file
http://www.nabble.com/file/p15546915/Error.txt Error.txt
Obviously, maven can't find my compagny superpom.
I would like to know if there is a way to configure the release
plugin of
Continuum so that my release would work.
--
View this message in context:
http://www.nabble.com/Release-a-multi-modules-project-using-Continuum-tp15546915p15546915.html
Sent from the Continuum - Users mailing list archive at Nabble.com.