maven 排除test测试类

<!-- 不编译test -->
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-surefire-plugin</artifactId>
				<configuration>
					<skip>true</skip>
				</configuration>
			</plugin>

  

posted @ 2018-03-27 16:37  hoge  阅读(395)  评论(0编辑  收藏  举报