RE: including classes from a dependent jar

2006-08-17 Thread Donald Ness
You could try using the ant plugin: plugin artifactIdmaven-antrun-plugin/artifactId executions execution phasepackage/phase configuration tasks mkdir

Multiple projects under 1 war

2006-08-03 Thread Donald Ness
Why can't I create a parent project that's of war packaging? I have N number of subprojects under a single parent pom. All N of those subprojects are listed as modules. Under the parent pom I have 1 subproject that all the rest of the subprojects depend on (the core) at compile time. I want the