diff options
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deployment/pom.xml b/deployment/pom.xml index b6f32c4f..a3191a78 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -79,6 +79,8 @@ "${project.build.directory}/../../main/target/cli-main-${project.version}.jar") fileset(dir: "${project.build.directory}/../../main/target/lib/") + fileset(dir: + "${project.build.directory}/../../plugins/target/lib/") } ant.zip(destfile: @@ -94,7 +96,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>3.0.0</version> + <version>3.0.0</version> <executions> <execution> <id>attach-artifacts</id> |