Github user stephenc commented on the issue:
https://github.com/apache/maven/pull/69
> If the shaded artifact is built as a submodule with a different artifact
> ID, then the shade plugin can specify its DRP as its main POM. It lets
> other projects depend on the shaded artifact
If the shaded artifact is built as a submodule with a different artifact
ID, then the shade plugin can specify its DRP as its main POM. It lets
other projects depend on the shaded artifact with only its remaining
(unshaded) dependencies.
I had tried to use the shade plugin along with the insta
The Apache Maven team is pleased to announce the release of the
Apache Maven WAR Plugin, version 3.1.0.
The WAR Plugin is responsible for collecting all artifact dependencies, classes
and resources of the web application and packaging them into a web application
archive.
http://maven.apache.org/