aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 3fe8d3c..039a28a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,20 +235,19 @@
235 </executions> 235 </executions>
236 </plugin> 236 </plugin>
237 </plugins> 237 </plugins>
238 <resources>
239 <resource>
240 <directory>src/main/resources</directory>
241 <excludes>
242 <exclude>pagoda.properties</exclude>
243 </excludes>
244 </resource>
245 </resources>
238 </build> 246 </build>
239 247
240 <!-- <build>--> 248 <!-- <build>-->
241 <!-- <sourceDirectory>src/main/scala</sourceDirectory>--> 249 <!-- <sourceDirectory>src/main/scala</sourceDirectory>-->
242 <!-- <testSourceDirectory>src/test/scala</testSourceDirectory>--> 250 <!-- <testSourceDirectory>src/test/scala</testSourceDirectory>-->
243 <!--<resources>-->
244 <!--<resource>-->
245 <!--<directory>src/main/java/resources</directory>-->
246 <!--<excludes>-->
247 <!--<exclude>pagoda.properties</exclude>-->
248 <!--</excludes>-->
249 <!--</resource>-->
250
251 <!--</resources>-->
252 <!--<testResources>--> 251 <!--<testResources>-->
253 <!--<testResource>--> 252 <!--<testResource>-->
254 <!-- <directory>src/test/java/resources</directory>--> 253 <!-- <directory>src/test/java/resources</directory>-->