Author: tchemit Date: 2010-11-21 19:20:31 +0100 (Sun, 21 Nov 2010) New Revision: 22 Url: http://chorem.org/repositories/revision/chorem-data/22 Log: remove compiler plugin invocation, please check that your ide does not trickyou Modified: trunk/data-bonzoms/pom.xml Modified: trunk/data-bonzoms/pom.xml =================================================================== --- trunk/data-bonzoms/pom.xml 2010-11-21 17:16:13 UTC (rev 21) +++ trunk/data-bonzoms/pom.xml 2010-11-21 18:20:31 UTC (rev 22) @@ -109,15 +109,7 @@ </execution> </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin> + </plugin> </plugins> </build>
participants (1)
-
tchemit@users.chorem.org