From 5b827a1bdba27f763c035553f7bdb8da4f9cf71a Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Wed, 25 Oct 2017 12:47:25 -0300 Subject: Update poms to do things and stuff --- base/pom.xml | 32 +++++++++++++++++++++----------- pom.xml | 27 +++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 11 deletions(-) diff --git a/base/pom.xml b/base/pom.xml index 5f5b6be..e8c0288 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -7,7 +7,7 @@ 1.0.0 - dice-lang + dicelang-base jar @@ -24,20 +24,30 @@ exec-maven-plugin 1.5.0 - - java + + + + dicelang-console + + + exec + + + java - - -agentlib:jdwp=transport=dt_socket,server=y,suspend=n - -classpath + + -agentlib:jdwp=transport=dt_socket,server=y,suspend=n + -classpath - + - ${main.class} - + ${main.class} + - ${main.class} - + ${main.class} + + + diff --git a/pom.xml b/pom.xml index decd74c..9953c8a 100644 --- a/pom.xml +++ b/pom.xml @@ -18,8 +18,35 @@ 1.8 + + + org.codehaus.mojo + exec-maven-plugin + 1.5.0 + + + + + source tagging + generate-sources + + + exec + + + + ctags + + + -R + + + + + + base dice -- cgit v1.2.3