summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2020-04-05 17:09:56 -0400
committerBen Culkin <scorpress@gmail.com>2020-04-05 17:09:56 -0400
commit0c68f350d818099b3b6cdf38d6847ff7847649b9 (patch)
tree50aff5bdbefa365ebcf04cb31832f02f13edf93c /pom.xml
parentc765153fa6d6a204f5eee4c2e35efcc76c12be72 (diff)
Fix up some warnings
Cleanup up some warnings that appeared
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 0836403..f5ff769 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,8 +114,8 @@
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<executions>
- <execution>
- <!-- Run source tagging (i.e ctags) -->
+ <!-- <execution>
+ <!- Run source tagging (i.e ctags) ->
<id>Source Tagging</id>
<phase>generate-sources</phase>
<goals>
@@ -127,7 +127,7 @@
<argument>-R</argument>
</arguments>
</configuration>
- </execution>
+ </execution> -->
<execution>
<!-- Copy site for gh pages deploy -->
<id>Site Copy</id>