You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2005/09/12 10:55:28 UTC

svn commit: r280295 - /jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/common/maven/project.properties

Author: henning
Date: Mon Sep 12 01:55:26 2005
New Revision: 280295

URL: http://svn.apache.org/viewcvs?rev=280295&view=rev
Log:
Update maven compile properties


Modified:
    jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/common/maven/project.properties

Modified: jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/common/maven/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/common/maven/project.properties?rev=280295&r1=280294&r2=280295&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/common/maven/project.properties (original)
+++ jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/common/maven/project.properties Mon Sep 12 01:55:26 2005
@@ -7,10 +7,12 @@
 # to do site or installation specific changes to the project build.
 # -------------------------------------------------------------------
 
-compile.debug =		    on
-compile.optimize =	    off
-compile.deprecation =	    off
+maven.compile.source = 1.3
+maven.compile.target = 1.3
+maven.compile.debug = on
+maven.compile.optimize = off
 maven.compile.deprecation = off
+maven.compile.encoding = UTF-8
 
 # -------------------------------------------------------------------
 #



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org