From 6547551c1e2f3039b30bdd9530670d00f07e37b0 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Tue, 28 May 2019 11:08:47 +0200 Subject: Add 'security-tools' with 'vespa-tls-env' command line tool --- security-tools/pom.xml | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 security-tools/pom.xml (limited to 'security-tools/pom.xml') diff --git a/security-tools/pom.xml b/security-tools/pom.xml new file mode 100644 index 00000000000..aa07e96d628 --- /dev/null +++ b/security-tools/pom.xml @@ -0,0 +1,65 @@ + + + + 4.0.0 + + com.yahoo.vespa + parent + 7-SNAPSHOT + ../parent/pom.xml + + security-tools + jar + 7-SNAPSHOT + + + + com.yahoo.vespa + security-utils + ${project.version} + compile + + + + + junit + junit + test + + + org.mockito + mockito-core + test + + + + + + org.apache.maven.plugins + maven-shade-plugin + + ${project.artifactId}-jar-with-dependencies + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + package + + shade + + + + + + + -- cgit v1.2.3