AW: adding a jar as resource to a webapp

2011-02-02 Thread Hauschel Fred Robert
...@googlemail.com] Gesendet: Mittwoch, 2. Februar 2011 17:44 An: Maven Users List Betreff: Re: adding a jar as resource to a webapp I'd suggest it could be a JAR containing an Applet. The maven-dependency-plugin might help You out. Use on of the following approaches: http://maven.apach

Re: adding a jar as resource to a webapp

2011-02-02 Thread Marc Rohlfs
I'd suggest it could be a JAR containing an Applet. The maven-dependency-plugin might help You out. Use on of the following approaches: http://maven.apache.org/plugins/maven-dependency-plugin/examples/copying-artifacts.html http://maven.apache.org/plugins/maven-dependency-plugin/examples/copyin

Re: adding a jar as resource to a webapp

2011-02-02 Thread Antonio Petrelli
2011/2/2 Hauschel Fred Robert : > The jar should not be added to the classpath at build, runtime! And it > should not be included in WEB-INF/lib. Not at build, not at runtime and not in WEB-INF/lib? What do you need it for? Antonio

Re: adding a jar as resource to a webapp

2011-02-02 Thread Mauricio Ferreyra
Hi Fredy, You can use the dependency scope http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope. On Wed, Feb 2, 2011 at 12:59 PM, Hauschel Fred Robert < fredrobert.hausc...@cirquent.de> wrote: > Hi all, > > I have to add a jar (mave