修改打包路径
This commit is contained in:
@@ -57,7 +57,15 @@
|
||||
<configuration>
|
||||
<executable>true</executable>
|
||||
<!-- <includeSystemScope>true</includeSystemScope>-->
|
||||
<outputDirectory>../../jars</outputDirectory>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
@@ -66,6 +74,7 @@
|
||||
<skipTests>true</skipTests>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user