Hi Olivier Why not using standard war plugin for that: https://maven.apache.org/plugins/maven-war-plugin/war-mojo.html#attachClasses Le 19 déc. 2015 12:49, "Oliver B. Fischer" <[email protected]> a écrit :
> Hi, > > my project is build as war but I need also a jar of the classes. Therefore > I build also a .jar and use the build-helper-maven-plugin to attach it to > artifacts to be installed. With this configuration the .jar will be > installed as .war and as .jar. The .war itself will be not installed. > > Sounds like a bug or isn't it a bug? > > I prepared an example project available at > https://bitbucket.org/obfischer/bug-maven-install-plugin/src > > Oliver > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
