|
From: <de...@us...> - 2011-10-09 19:27:01
|
Revision: 6495
http://fudaa.svn.sourceforge.net/fudaa/?rev=6495&view=rev
Author: deniger
Date: 2011-10-09 19:26:55 +0000 (Sun, 09 Oct 2011)
Log Message:
-----------
Modified Paths:
--------------
trunk/soft/fudaa-crue/pom.xml
Modified: trunk/soft/fudaa-crue/pom.xml
===================================================================
--- trunk/soft/fudaa-crue/pom.xml 2011-10-09 14:22:50 UTC (rev 6494)
+++ trunk/soft/fudaa-crue/pom.xml 2011-10-09 19:26:55 UTC (rev 6495)
@@ -21,7 +21,6 @@
<modules>
<module>crue-server</module>
<module>crue-ui</module>
-<!-- <module>crue-poc</module>-->
</modules>
<dependencyManagement>
<dependencies>
@@ -69,6 +68,15 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<classpathContainers>
@@ -80,9 +88,8 @@
<location>../src/config/eclipse/org.eclipse.core.resources.prefs</location>
</file>
</additionalConfig>
-
</configuration>
</plugin>
</plugins>
</build>
-</project>
+</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|