-
Feature Request
-
Resolution: Done
-
Critical
-
None
-
None
-
None
The MavenDependencyResolver is nice, but it does only half the job.
We still have to manually add "target/guvnor-webapp-5.3.0-SNAPSHOT/"
or "target/classes" and "target/test-classes" and "src/webapp/WEB-INF/*" files etc.
But all that info is in the pom model, so it would be nice to have a feature as a facade for that.
Something like
ShrinkWrap.createEntirelyFromMavenPom("pom.xml", includeEntireTestClasspath).
Note that it can include the entire test classpath (for helper classes under "target/test-classes" and dependencies such as Mockito).
- blocks
-
SHRINKWRAP-326 ExplodedImporter should support shrinkwrap filtering
- Closed
- is blocked by
-
SHRINKRES-43 MavenResolver and MavenImporter should support profiles
- Closed
- is related to
-
ARQ-417 Support maven deployments
- Closed
-
SHRINKRES-18 MavenImporter on war files should support a configuration that supports "skipping the build" in the IDE (and preferably use it by default)
- Closed