summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
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>