|
From: <tre...@us...> - 2007-09-05 17:43:47
|
Revision: 365
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=365&view=rev
Author: trevorolio
Date: 2007-09-05 10:43:47 -0700 (Wed, 05 Sep 2007)
Log Message:
-----------
Fixed up the poms so that mvn clean install might actually clean install.
Modified Paths:
--------------
maven/trunk/dev-plugins/pom.xml
Modified: maven/trunk/dev-plugins/pom.xml
===================================================================
--- maven/trunk/dev-plugins/pom.xml 2007-09-05 17:43:44 UTC (rev 364)
+++ maven/trunk/dev-plugins/pom.xml 2007-09-05 17:43:47 UTC (rev 365)
@@ -22,6 +22,15 @@
<skip>true</skip><!-- this is critical to avoid running unit tests -->
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <compiler-version>1.5</compiler-version>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
</plugins>
</build>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|