summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2020-04-05 17:06:28 -0400
committerBen Culkin <scorpress@gmail.com>2020-04-05 17:06:28 -0400
commitfc347fbe340b82b124160ffbf86a9ee40ac2527e (patch)
tree309c44a6bdafffb87eb32dff1f1477e1f8caa40f
parent775394cf6b4a3c6a7e7345affeb45bb34f6e4517 (diff)
Fix POM for eclipse
Eclipse currently doesn't support the maven exec plugin, so disable it temporarily
-rw-r--r--base/pom.xml8
-rw-r--r--pom.xml6
2 files changed, 7 insertions, 7 deletions
diff --git a/base/pom.xml b/base/pom.xml
index d6bd97c..20b8a8e 100644
--- a/base/pom.xml
+++ b/base/pom.xml
@@ -20,14 +20,14 @@
<sourceDirectory>src</sourceDirectory>
<plugins>
- <plugin>
+ <!-- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.5.0</version>
<executions>
- <execution>
- <!-- Run the program -->
+ <execution>
+ <!- Run the program ->
<id>dicelang-console</id>
<goals>
@@ -49,7 +49,7 @@
</configuration>
</execution>
</executions>
- </plugin>
+ </plugin> -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 9953c8a..fb785ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,14 +19,14 @@
</configuration>
</plugin>
- <plugin>
+ <!-- plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.5.0</version>
<executions>
<execution>
- <!-- Run ctags -->
+ <!- Run ctags ->
<id>source tagging</id>
<phase>generate-sources</phase>
@@ -43,7 +43,7 @@
</configuration>
</execution>
</executions>
- </plugin>
+ </plugin> -->
</plugins>
</build>