diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-03-30 20:23:57 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-03-30 20:25:58 -0400 |
| commit | 4bb080869e6770f7d707cc53b72cabf7a6de8ea5 (patch) | |
| tree | d81ad9dd3f895a187f637d265502fac9433da2e6 /pom.xml | |
| parent | fadc9d01f662ab001d9fdd0fd92c5f0c177557cd (diff) | |
Comment out source-tagging
Temporarily comment out the maven step that executed ctags on the source
code.
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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> |
