aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorCurtis Rueden <[email protected]>2015-12-01 22:00:28 -0600
committerCurtis Rueden <[email protected]>2015-12-01 22:03:55 -0600
commit76670e0584c1362e9c56ec9960a4a0a2fd5a3726 (patch)
tree6ae55e27b2435d4d3f54dbc07a1e785e645b5292 /pom.xml
parent4838123a8493e0e7323d92c72635220f898160a1 (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.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 21efd07..9332aa1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,9 +161,6 @@
</goals>
</execution>
</executions>
- <configuration>
- <sourceDirectory>${basedir}/templates</sourceDirectory>
- </configuration>
</plugin>
</plugins>
</build>