135 |
|
|
136 |
<plugin> |
<plugin> |
137 |
<artifactId>maven-antrun-plugin</artifactId> |
<artifactId>maven-antrun-plugin</artifactId> |
138 |
<version>1.7</version> |
<version>1.3</version> |
139 |
|
|
140 |
<executions> |
<executions> |
141 |
<execution> |
<execution> |
289 |
|
|
290 |
</distributionManagement> |
</distributionManagement> |
291 |
|
|
292 |
|
<profiles> |
293 |
|
<profile> |
294 |
|
<id>tweakJdk7Path</id> |
295 |
|
|
296 |
|
<build> |
297 |
|
<plugins> |
298 |
|
|
299 |
|
<plugin> |
300 |
|
<groupId>org.apache.maven.plugins</groupId> |
301 |
|
<artifactId>maven-compiler-plugin</artifactId> |
302 |
|
<version>2.5.1</version> |
303 |
|
<configuration> |
304 |
|
<source>1.7</source> |
305 |
|
<target>1.7</target> |
306 |
|
|
307 |
|
<showDeprecation>true</showDeprecation> |
308 |
|
<showWarnings>true</showWarnings> |
309 |
|
<executable>/usr/lib/jvm/java-7-oracle/bin/javac</executable> |
310 |
|
<fork>true</fork> |
311 |
|
|
312 |
|
<excludes> |
313 |
|
<exclude>**/.svn</exclude> |
314 |
|
</excludes> |
315 |
|
</configuration> |
316 |
|
</plugin> |
317 |
|
</plugins> |
318 |
|
|
319 |
|
|
320 |
|
</build> |
321 |
|
|
322 |
|
</profile> |
323 |
|
</profiles> |
324 |
</project> |
</project> |