@Oliver
What is your use case?
I want to know why you want to split classes/resources and web content. Is
not it more clean solution to have multi-module project where jar module
would contain Java files+resources and war module dependent on jar artifact?

On Sat, Dec 19, 2015 at 12:48 PM, Oliver B. Fischer <mails...@swe-blog.net>
wrote:

> 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: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


-- 
Cheers
Tibor

Reply via email to