|
@@ -1,5 +1,6 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
-<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
|
|
|
|
|
|
+<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
+ xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
|
|
<id>distribution</id>
|
|
<id>distribution</id>
|
|
<formats>
|
|
<formats>
|
|
<format>zip</format>
|
|
<format>zip</format>
|
|
@@ -7,11 +8,11 @@
|
|
<fileSets>
|
|
<fileSets>
|
|
<fileSet>
|
|
<fileSet>
|
|
<directory>${project.basedir}/src/main/resources</directory>
|
|
<directory>${project.basedir}/src/main/resources</directory>
|
|
- <outputDirectory>/</outputDirectory>
|
|
|
|
|
|
+ <outputDirectory>/config</outputDirectory>
|
|
</fileSet>
|
|
</fileSet>
|
|
<fileSet>
|
|
<fileSet>
|
|
<directory>${project.basedir}/shell</directory>
|
|
<directory>${project.basedir}/shell</directory>
|
|
- <outputDirectory>\</outputDirectory>
|
|
|
|
|
|
+ <outputDirectory>/</outputDirectory>
|
|
</fileSet>
|
|
</fileSet>
|
|
</fileSets>
|
|
</fileSets>
|
|
<dependencySets>
|
|
<dependencySets>
|