Eclipse 3.3 plugin based war build with Maven?

2007-07-30 Thread George Stragand
With Eclipse 3.3, the temptation to use the osgi plugin framework is huge, and we would really like to utilize the osgi framework within our web app. Differences exist between the classic layout of a web app and where the osgi bundles exist (the Eclipse plugin jars existing under WEB-INF/eclipse

Re: Eclipse 3.3 plugin based war build with Maven?

2007-07-30 Thread Eric Redmond
Assuming the servletbridge jar is in your repo and dependency list, try something like this: plugin artifactIdmaven-dependency-plugin/artifactId executions execution phaseprocess-resources/phase goals goalcopy-dependencies/goal /goals configuration