Browse Source

精简exec-maven-plugin,不必显性调用。

huangbo 6 years ago
parent
commit
fc86ace793
1 changed files with 0 additions and 7 deletions
  1. 0 7
      ipu-server-demo/pom.xml

+ 0 - 7
ipu-server-demo/pom.xml

@ -38,12 +38,5 @@
38 38
	</dependencies>
39 39
40 40
	<build>
41
		<plugins>
42
			<!-- 生成文件版本号和文件加密 -->
43
			<plugin>
44
				<groupId>org.codehaus.mojo</groupId>
45
				<artifactId>exec-maven-plugin</artifactId>
46
			</plugin>
47
		</plugins>
48 41
	</build>
49 42
</project>