diff options
-rw-r--r-- | BKULocal/pom.xml | 1 | ||||
-rw-r--r-- | BKUOnline/pom.xml | 29 |
2 files changed, 2 insertions, 28 deletions
diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml index e9289eb7..c6f69d69 100644 --- a/BKULocal/pom.xml +++ b/BKULocal/pom.xml @@ -49,6 +49,7 @@ </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> + <groupId>org.apache.maven.plugins</groupId> <executions> <execution> <id>copy-help</id> diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index d25f57fc..bb8af0c2 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -155,37 +155,10 @@ <stripVersion>true</stripVersion> </configuration> </execution> - - <!-- seems not to work with release:prepare - <execution> - <id>copy-certificates</id> - <goals> - <goal>unpack</goal> - </goals> - <configuration> - <artifactItems> - <artifactItem> - <groupId>at.gv.egiz</groupId> - <artifactId>BKUCertificates</artifactId> - <overWrite>false</overWrite> - <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory> - <excludes>META-INF/</excludes> - </artifactItem> - <artifactItem> - <groupId>at.gv.egiz</groupId> - <artifactId>BKUHelp</artifactId> - <overWrite>false</overWrite> - <outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory> - <excludes>META-INF/</excludes> - </artifactItem> - </artifactItems> - </configuration> - </execution> - --> - <execution> <id>copy-certificates</id> <goals> + <!-- unpack does not work with release:prepare --> <goal>unpack-dependencies</goal> </goals> <configuration> |