修改打包路径
This commit is contained in:
parent
7e2aafe5a7
commit
20ccc63027
|
|
@ -31,3 +31,4 @@ build/
|
|||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
/jars/
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue