maven assembly - in folders

2010-12-22 Thread mickeys
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

Maven assembly

2010-12-20 Thread mickeys
I am trying to get the maven assembly working but I dont get it to work the way I want. I got a multi-project I got a root - under_root - project (pom.xml) Now I want ALL my modules latest releases in a tar.gz package. How do I do this the simplest way??? Where do I add the plugin in (in

Why is it complaining about ${WL_HOME}

2010-12-01 Thread mickeys
I get this error message: [INFO] [ERROR] BUILD ERROR [INFO] [INFO] One or more required plugin parameters are invalid/missing for 'wli:channel-build'

Re: Why is it complaining about ${WL_HOME}

2010-12-01 Thread mickeys
still same error. It seems it complaning about this 'wli:channel-build' that is a plugin -- View this message in context: http://maven.40175.n5.nabble.com/Why-is-it-complaining-about-WL-HOME-tp3287660p3287672.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: Why is it complaining about ${WL_HOME}

2010-12-01 Thread mickeys
well I have changed it to env.WL_HOME but that aint working. Same error. Even if that would have worked. How come my other project teamworker can build it ok? they dont use any env.. and they dont even have it set in windows enviorment. I dont understand. -- View this message in context: