i have created a project using maven assembly in multiproject.

Right now I get all my jar, war, ear files into one file.tar.gz

now my question is how do I go from this (as it is now in my file.tar.gz)

a.jar
b.jar
c.jar
d.war
e.ear
....
 
to this
a_to_c/a.jar
a_to_c/b.jar
a_to_c/c.jar
d_to_e/d.war
d_to_e/e.ear

What I am trying to do is to get my projects into diffrent folders depening
on what kind of project it is. 

/M
-- 
View this message in context: 
http://maven.40175.n5.nabble.com/maven-assembly-in-folders-tp3314981p3314981.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to