diff options
| -rw-r--r-- | pom.xml | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -28,26 +28,6 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.5.0</version> - - <executions> - <execution> - <!-- Run ctags --> - <id>source tagging</id> - <phase>generate-sources</phase> - - <goals> - <goal>exec</goal> - </goals> - - <configuration> - <executable>ctags</executable> - - <arguments> - <argument>-R</argument> - </arguments> - </configuration> - </execution> - </executions> </plugin> </plugins> <pluginManagement> |
