aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2018-02-11 19:19:45 +0000
committerHåkon Hallingstad <hakon@oath.com>2018-02-11 19:19:45 +0000
commit5b7fbd2ad6031ead119f5a31191c2a4038ebf32d (patch)
tree3eccaa347130d4e33ce26089b357d885c8b864b1 /node-admin/pom.xml
parent38a5af4c6be8020fbf4dd0370b6931399af4c8ff (diff)
Add bouncycastle to vespa-node-admin RPM
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index 9484525a8ec..3bd7eb04e8b 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -157,6 +157,23 @@
</compilerArgs>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>copy-dependencies</id>
+ <phase>package</phase>
+ <goals>
+ <goal>copy-dependencies</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>target/node-admin-app/components</outputDirectory>
+ <includeArtifactIds>bcprov-jdk15on,bcpkix-jdk15on</includeArtifactIds>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>