>You should add your JAR as a dependency in pom.xml Yes, I find out - using "system" scope, such as:
<dependency>
<groupId>MYGROUP</groupId>
<artifactId>myartifact</artifactId>
<version>myversion</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/mylib.jar</systemPath>
</dependency>
Marian
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
