|
|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
<groupId>org.leanwo.server.management</groupId>
|
|
|
<artifactId>ServerManagement</artifactId>
|
|
|
- <version>0.0.1-SNAPSHOT</version>
|
|
|
+ <version>0.0.1</version>
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
<name>ServerManagement</name>
|
|
|
@@ -139,6 +139,8 @@
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
|
|
|
+
|
|
|
+
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
@@ -152,7 +154,7 @@
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
<encoding>UTF-8</encoding>
|
|
|
- <outputDirectory>${project.build.directory}/config
|
|
|
+ <outputDirectory>${project.build.directory}/ServerManagement/config
|
|
|
</outputDirectory>
|
|
|
<resources>
|
|
|
<resource>
|
|
|
@@ -164,6 +166,7 @@
|
|
|
</resources>
|
|
|
</configuration>
|
|
|
</execution>
|
|
|
+
|
|
|
<execution>
|
|
|
<id>copy-resources-bat</id>
|
|
|
<phase>package</phase>
|
|
|
@@ -172,7 +175,7 @@
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
<encoding>UTF-8</encoding>
|
|
|
- <outputDirectory>${project.build.directory}/
|
|
|
+ <outputDirectory>${project.build.directory}/ServerManagement/
|
|
|
</outputDirectory>
|
|
|
<resources>
|
|
|
<resource>
|
|
|
@@ -181,12 +184,18 @@
|
|
|
<include>*.bat</include>
|
|
|
</includes>
|
|
|
</resource>
|
|
|
+ <resource>
|
|
|
+ <directory>${project.build.directory}</directory>
|
|
|
+ <includes>
|
|
|
+ <include>ServerManagement*.jar</include>
|
|
|
+ </includes>
|
|
|
+ </resource>
|
|
|
</resources>
|
|
|
</configuration>
|
|
|
</execution>
|
|
|
+
|
|
|
</executions>
|
|
|
- </plugin>
|
|
|
-
|
|
|
+ </plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|