summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 7415ace..074ec0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,8 +112,7 @@
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<executions>
- <execution>
- <!-- Run source tagging (i.e ctags) -->
+ <!-- <execution>
<id>Source Tagging</id>
<phase>generate-sources</phase>
<goals>
@@ -125,7 +124,7 @@
<argument>-R</argument>
</arguments>
</configuration>
- </execution>
+ </execution> -->
<execution>
<!-- Copy site for gh pages deploy -->
<id>Site Copy</id>