diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-28 14:03:58 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-28 14:03:58 -0300 |
| commit | 1267c3caa399a9624ffd216e349c089c5bb8f2f3 (patch) | |
| tree | 0cc42c054eeff1c53afbdb73852f100bc4436c52 | |
| parent | 3078a5e9d44aa4a304ba4a3773f79f9e369335d2 (diff) | |
Update pom
| -rw-r--r-- | pom.xml | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -25,9 +25,8 @@ <version>1.5.0</version> <executions> - <!-- <execution> - < Run ctags > + <!-- Run ctags --> <id>source tagging</id> <phase>generate-sources</phase> @@ -43,7 +42,6 @@ </arguments> </configuration> </execution> - --> </executions> </plugin> </plugins> @@ -52,6 +50,5 @@ <modules> <module>base</module> <module>dice</module> - <module>scl</module> - </modules> -</project>
\ No newline at end of file + </modules> +</project> |
