From 7236617f71a2090aa1aebac37e2b7b51330cdc73 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 12 Oct 2016 14:48:17 +0200 Subject: HONEYCOMB-157 Extract groovy scripts from poms And put all of them into a dedicated module Change-Id: Id04c66806a89af68d821a43ef92f0a59220e04e9 Signed-off-by: Maros Marsalek --- common/common-scripts/pom.xml | 87 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 common/common-scripts/pom.xml (limited to 'common/common-scripts/pom.xml') diff --git a/common/common-scripts/pom.xml b/common/common-scripts/pom.xml new file mode 100644 index 000000000..1e4dd8443 --- /dev/null +++ b/common/common-scripts/pom.xml @@ -0,0 +1,87 @@ + + + + + + 4.0.0 + io.fd.honeycomb.common + common-scripts + ${project.artifactId} + 1.16.12-SNAPSHOT + jar + + + + 2.0 + 2.4.7 + 2.9.2-01 + 2.4.3-01 + + + + + + + org.apache.maven.plugins + maven-site-plugin + + true + true + + + + + + + org.codehaus.groovy + groovy-eclipse-compiler + ${groovy.eclipse.compiler.version} + true + + + maven-compiler-plugin + + + groovy-eclipse-compiler + + + + org.codehaus.groovy + groovy-eclipse-compiler + ${groovy.eclipse.compiler.version} + + + + org.codehaus.groovy + groovy-eclipse-batch + ${groovy.eclipse.batch.version} + + + + + + + + + org.codehaus.groovy + groovy-all + ${groovy.version} + + + + \ No newline at end of file -- cgit 1.2.3-korg