236 |
<filtering>false</filtering> |
<filtering>false</filtering> |
237 |
<excludes> |
<excludes> |
238 |
<exclude>**/*.java</exclude> |
<exclude>**/*.java</exclude> |
239 |
|
<exclude>**/*.svn</exclude> |
240 |
|
<exclude>**/*.cvs</exclude> |
241 |
</excludes> |
</excludes> |
242 |
</resource> |
</resource> |
243 |
</resources> |
</resources> |
246 |
<plugins> |
<plugins> |
247 |
|
|
248 |
<plugin> |
<plugin> |
249 |
|
<groupId>org.apache.maven.plugins</groupId> |
250 |
<artifactId>maven-compiler-plugin</artifactId> |
<artifactId>maven-compiler-plugin</artifactId> |
251 |
|
<version>2.1</version> |
252 |
<configuration> |
<configuration> |
253 |
<source>1.6</source> |
<source>1.6</source> |
254 |
<target>1.6</target> |
<target>1.6</target> |