diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-04-05 17:06:28 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-04-05 17:06:28 -0400 |
| commit | fc347fbe340b82b124160ffbf86a9ee40ac2527e (patch) | |
| tree | 309c44a6bdafffb87eb32dff1f1477e1f8caa40f /pom.xml | |
| parent | 775394cf6b4a3c6a7e7345affeb45bb34f6e4517 (diff) | |
Fix POM for eclipse
Eclipse currently doesn't support the maven exec plugin, so disable it
temporarily
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |
