您的位置:首页 > 其它

Maven 引用lib下jar

2016-05-15 10:48 253 查看
            <plugin>

                <artifactId>maven-compiler-plugin</artifactId>

                <configuration>

                    <source>1.7</source>

                    <target>1.7</target>

                    <encoding>UTF-8</encoding>

                    <compilerArguments>

                        <extdirs>src\main\webapp\WEB-INF\lib</extdirs>

                    </compilerArguments>

                </configuration>

            </plugin>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  maven