You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Daniel Flesner <df...@rsasecurity.com> on 2004/02/20 04:03:31 UTC

multiproject:artifact

we use multiproject:artifact to build multiple components. but, for our 
ejb's we need to build the ejb and the client jars. i tried adding 
/maven.multiproject.type=ejb-client/ but the build errors trying to 
build target *ejb-client:ejb-client*. if you change the type to ejb it 
just builds the bean jar. any workarounds here? why doesn't 
*multiproject:artifact* just build the default goal that's in maven.xml?