diff options
author | Curtis Rueden <[email protected]> | 2015-12-01 22:00:28 -0600 |
---|---|---|
committer | Curtis Rueden <[email protected]> | 2015-12-01 22:03:55 -0600 |
commit | 76670e0584c1362e9c56ec9960a4a0a2fd5a3726 (patch) | |
tree | 6ae55e27b2435d4d3f54dbc07a1e785e645b5292 /pom.xml | |
parent | 4838123a8493e0e7323d92c72635220f898160a1 (diff) |
Move Java templates to the conventional directory
Maven's templating-maven-plugin normally wants Java templates in
src/main/java-templates. They were placed in src/templates previously
for consistency with the sources in src. But now that the sources have
moved to the standard Maven location, let's move the templates, too.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -161,9 +161,6 @@ </goals> </execution> </executions> - <configuration> - <sourceDirectory>${basedir}/templates</sourceDirectory> - </configuration> </plugin> </plugins> </build> |