From 999007fc55f9cde8153bda636c461092d0464f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Herv=C3=A9?= Date: Mon, 19 Sep 2016 21:49:19 -0400 Subject: [PATCH] Added maven pom.xml to edit groovy scripts with classpath completion --- pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..923f8d4 --- /dev/null +++ b/pom.xml @@ -0,0 +1,40 @@ + + + 4.0.0 + + com.example.automation + nexus-script-demo + 1.0-SNAPSHOT + Fake project meant to be imported in an IDE (IntelliJ) to edit groovy scripts with classpath-aware completion + + + 3.0.2-02 + + + templates/groovy + + + + org.sonatype.nexus + nexus-core + ${nx-version} + + + org.sonatype.nexus + nexus-script + ${nx-version} + + + org.sonatype.nexus + nexus-security + ${nx-version} + + + org.sonatype.nexus.plugins + nexus-script-plugin + ${nx-version} + + +