Browse Source

1.修复打包问题

pre-production
zhenghaoyu 3 months ago
parent
commit
72ab8613f3
  1. 4
      pom.xml

4
pom.xml

@ -163,12 +163,12 @@
<goal>run</goal>
</goals>
<configuration>
<target>
<tasks>
<!--suppress UnresolvedMavenProperty -->
<copy overwrite="true"
tofile="${session.executionRootDirectory}/target/${project.artifactId}.jar"
file="${project.build.directory}/${project.artifactId}.jar"/>
</target>
</tasks>
</configuration>
</execution>
</executions>

Loading…
Cancel
Save