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