hello,

I just got a short question about maven and depedencies.

Basically I got a project with several sub projects which got more
subprojects and so on. The exact structure can be seen here:

http://binbase.fiehnlab.ucdavis.edu:8060/browse/BinBase/trunk/binbase

including all the needed poms.

Now my problem is if I build this project from the top path it keeps
complaining that some projects are missing. Now if I go into the path
of the missing modules and build + install them there and go back to
the top module and start the build again everything works till it
comes to another artifact and i have to repeat this step again.

This error only happes for a couple of sub modules.

hirachy of the artifacts in the project

binbase
-> binbase-core, pom is here:
http://binbase.fiehnlab.ucdavis.edu:8060/browse/~raw,r=411/BinBase/trunk/binbase/binbase-core/pom.xml
 --->uctask
 --->sjp
 --->clusterservice
 --->bci  <-- fails, pom is here:
http://binbase.fiehnlab.ucdavis.edu:8060/browse/~raw,r=375/BinBase/trunk/binbase/binbase-core/bci/pom.xml
      --> bci-core
      --> bci-sar
      --> bci-ear
      --> ...
 --->bdi
 --->binbase <-- fails
       -->...
       -->...
->...

my current workaround is a small script which looks like this:

http://binbase.fiehnlab.ucdavis.edu:8060/browse/~raw,r=549/BinBase/trunk/binbase/build.sh

and basically goes into the folders and executes the commands there.
It is an uggly workaround.

so anybody got an idea where the problem lays?

thank you very much!

-- 
-----------------------------------------------------------------
gert wohlgemuth

blog:
http://berlinguyinca.blogspot.com/

work:
http://fiehnlab.ucdavis.edu/staff/wohlgemuth

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to