mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-09 06:33:29 +02:00
fix bug in packaging
This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
<version>2.3.1</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<index>true</index>
|
||||
<manifest>
|
||||
<mainClass>sonia.scm.agent.Main</mainClass>
|
||||
<addClasspath>true</addClasspath>
|
||||
@@ -68,6 +67,7 @@
|
||||
<goal>copy-dependencies</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<includeScope>runtime</includeScope>
|
||||
<outputDirectory>${project.build.directory}/lib</outputDirectory>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
Reference in New Issue
Block a user