标签:pom sts org nbsp pre com pid class maven打包
<plugin> <groupId>org.apache.maven.plugin</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.1</version> <configuration> <skip>true</skip> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.5</version> <configuration> <skip>true</skip> </configuration> </plugin>
mvn install -DskipTests
mvn install -Dmaven.test.skip=true
标签:pom sts org nbsp pre com pid class maven打包
原文地址:https://www.cnblogs.com/zhang-yawei/p/10094884.html