移除打包脚本
This commit is contained in:
parent
e8cb0ef814
commit
ee6317a984
11
pom.xml
11
pom.xml
@ -159,10 +159,7 @@
|
|||||||
<goal>run</goal>
|
<goal>run</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
|
||||||
<echo>复制正式文件</echo>
|
|
||||||
<copy file="src/main/resources/application.properties.release" tofile="${project.build.outputDirectory}/application.properties" overwrite="true"/>
|
|
||||||
</tasks>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
@ -205,12 +202,6 @@
|
|||||||
<goal>repackage</goal>
|
<goal>repackage</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
|
||||||
<configuration>
|
|
||||||
<outputDirectory>
|
|
||||||
X:\servier\tools\
|
|
||||||
</outputDirectory>
|
|
||||||
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
Reference in New Issue
Block a user