From f5e347768e9503285c41346c646351c2bd3e11f5 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Mon, 9 Oct 2017 08:58:41 +0200 Subject: HONEYCOMB-393 - Introduce asciidoc-scripts && scripts-parent Change-Id: I15032951c52d25a3805c0348c8f400a935174eef Signed-off-by: Jan Srnicek --- common/scripts-parent/pom.xml | 95 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 common/scripts-parent/pom.xml (limited to 'common/scripts-parent') diff --git a/common/scripts-parent/pom.xml b/common/scripts-parent/pom.xml new file mode 100644 index 000000000..acba2cf3e --- /dev/null +++ b/common/scripts-parent/pom.xml @@ -0,0 +1,95 @@ + + + + + 4.0.0 + + io.fd.honeycomb.scripts + scripts-parent + 1.18.01-SNAPSHOT + pom + ${project.artifactId} + + + + 2.0 + 2.4.7 + 2.9.2-01 + 2.4.3-01 + 0.10.1-Carbon + + + + + + org.codehaus.groovy + groovy-all + ${groovy.version} + + + org.opendaylight.mdsal + yang-binding + ${yang-binding.version} + + + + + + + + + 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} + + + + + + \ No newline at end of file -- cgit 1.2.3-korg