The Maven shade plugin is exactly what I needed.

Thank you very much, Greg!

On Wed, Apr 27, 2016 at 3:37 AM, Greg Wilkins <[email protected]> wrote:

>
> It is not really correct to mix version like that.
>
> You could perhaps do it using server/system class configuration, but I
> think the simplest thing to do is to use shading to change the jetty jars
> in the emebedded dependency to something that will not clash with your own
> use of jetty.
>
> https://maven.apache.org/plugins/maven-shade-plugin/
>
> or use OSGi for full classpath hiding type stuff
>
> cheers
>
>
>
>
> --
> Greg Wilkins <[email protected]> CTO http://webtide.com
>
> _______________________________________________
> jetty-users mailing list
> [email protected]
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to