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> <goal>run</goal>
</goals> </goals>
<configuration> <configuration>
<target> <tasks>
<!--suppress UnresolvedMavenProperty --> <!--suppress UnresolvedMavenProperty -->
<copy overwrite="true" <copy overwrite="true"
tofile="${session.executionRootDirectory}/target/${project.artifactId}.jar" tofile="${session.executionRootDirectory}/target/${project.artifactId}.jar"
file="${project.build.directory}/${project.artifactId}.jar"/> file="${project.build.directory}/${project.artifactId}.jar"/>
</target> </tasks>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>

Loading…
Cancel
Save