]> git.pld-linux.org Git - packages/maven.git/blame - maven-sourcetarget.patch
- in PLD it is just maven, not maven2
[packages/maven.git] / maven-sourcetarget.patch
CommitLineData
bd00ca76 1--- maven2/pom.xml.orig 2008-12-15 19:25:32.425274000 -0500
2+++ maven2/pom.xml 2008-12-15 19:25:38.498479000 -0500
3@@ -66,6 +66,10 @@
4 <groupId>org.apache.maven.plugins</groupId>
5 <artifactId>maven-compiler-plugin</artifactId>
6 <version>2.0.2</version>
7+ <configuration>
8+ <source>1.4</source>
9+ <target>1.4</target>
10+ </configuration>
11 </plugin>
12 <plugin>
13 <artifactId>maven-assembly-plugin</artifactId>
This page took 0.432756 seconds and 4 git commands to generate.