I have multi-module project. 
A
\_B
\_C
\_D 
I have there assembly plugin everything works fine on my developer coputer.

When I have uploaded it in Continuum = our server
I used http://user:[EMAIL PROTECTED]/svn/A/pom.xml  to include all modules at 
once
and it Maven2 project.

But I have found out that in contiuum it is not saved as 
A
\_B
\_C
\_D

but 
1-> A
      \_B
      \_C
      \_D
2 -> B
3 -> C
4 -> D

When I run mvn assembly:assemby it runs without problem but final jar file
is missing files from other modules. 

I have also found that same problem is for maven-war-plugin (i am taking
webResources from other module) Here it at least says Building Failure.

How to solve this problem? 

As I said on my computer it works fine. But in continuu it doesn't work as
expected.
I have try to run it also in console in continuum working-directory but it
didn't help.

Any idea?

-- 
View this message in context: 
http://www.nabble.com/assembly-don%27t-work-in-continuum-tf2918539s177.html#a8156308
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to