Maven importer is not creating the war properly
Closed this issue · 0 comments
csierra commented
WebArchive archive =
ShrinkWrap.create(MavenImporter.class).loadPomFromFile(
pomFile).importBuildOutput().as(WebArchive.class);
is not including runtime dependencies declared in the pom