Maven project uses lib below jar

<build>
    <plugins>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
                <source>1.6</source>
                <target>1.6</target>
                <encoding>UTF-8</encoding>
                <compilerArguments>
                   <extdirs>src\main\webapp\WEB-INF\lib</extdirs>
                </compilerArguments>
            </configuration>
        </plugin>
        Irrelevant configuration omitted...
    </plugins>
</build>

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326670770&siteId=291194637
Recommended