<plugin>
    <groupId>org.apache.maven.plugins</groupId>

    <artifactId>maven-jar-plugin</artifactId>

    <executions>
        <execution>
            <id>jar</id>

            <phase>package</phase>

            <goals>
                <goal>jar</goal>
            </goals>
 
            <configuration>
                <outputDirectory>WEB-INF/lib</outputDirectory>
            </configuration>
        </execution>
    </executions>
</plugin>

For some reason that configuration does not force maven to store JAR in
WEB-INF/lib directory.

-- 
Eugene N Dzhurinsky

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to