maven打包排除lib目录,拷贝目标文件到发布目录

pom.xml中git <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>2.2</version> <configuration> <webappDirectory>WebContent</webappDirectory> <!-- 必须指
相关文章
相关标签/搜索