Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
af41be829a | |||
1c08196104 | |||
7b23fa248b |
8
pom.xml
8
pom.xml
@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>tech.bitgoblin</groupId>
|
||||
<artifactId>dragoon</artifactId>
|
||||
<version>0.3.7</version>
|
||||
<version>0.3.8</version>
|
||||
|
||||
<name>Dragoon</name>
|
||||
<url>https://www.bitgoblin.tech</url>
|
||||
@ -160,10 +160,6 @@
|
||||
<source>${basedir}/target/dragoon-${project.version}-jar-with-dependencies.jar</source>
|
||||
<target>/opt/dragoon/dragoon.jar</target>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<source>${basedir}/src/build/opt/log4j2.xml</source>
|
||||
<target>/opt/dragoon/log4j2.xml</target>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</configuration>
|
||||
</plugin>
|
||||
@ -212,7 +208,7 @@
|
||||
<groupname>dragoon</groupname>
|
||||
<sources>
|
||||
<source>
|
||||
<location>${basedir}/src/build/deb/opt/log4j2.xml</location>
|
||||
<location>${basedir}/src/build/deb/opt/dragoon/log4j2.xml</location>
|
||||
</source>
|
||||
</sources>
|
||||
</mapping>
|
||||
|
Reference in New Issue
Block a user