You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/10/27 21:42:51 UTC

svn commit: r589196 - /myfaces/myfaces-master-pom/trunk/pom.xml

Author: manolito
Date: Sat Oct 27 12:42:50 2007
New Revision: 589196

URL: http://svn.apache.org/viewvc?rev=589196&view=rev
Log:
trivial changes (comments, description)

Modified:
    myfaces/myfaces-master-pom/trunk/pom.xml

Modified: myfaces/myfaces-master-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-master-pom/trunk/pom.xml?rev=589196&r1=589195&r2=589196&view=diff
==============================================================================
--- myfaces/myfaces-master-pom/trunk/pom.xml (original)
+++ myfaces/myfaces-master-pom/trunk/pom.xml Sat Oct 27 12:42:50 2007
@@ -5,14 +5,17 @@
         <artifactId>apache</artifactId>
         <version>4</version>
     </parent>
+    <!--
+      This is a parent POM that is meant to be used by all MyFaces (sub) projects.
+      It contains information that is common to all MyFaces artifacts.
+    -->
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>myfaces-master</artifactId>
     <packaging>pom</packaging>
-    <name>Master POM</name>
+    <name>MyFaces Master POM</name>
     <version>8-SNAPSHOT</version>
     <description>
-      This is a parent POM that is meant to be used by all MyFaces (sub) projects.
-      It contains information that is common to all MyFaces artifacts.
+       The MyFaces project is home of the first free open source JavaServer Faces implementation as well as some useful JSF component libraries and other convenient JSF stuff.
     </description>
     <url>http://myfaces.apache.org</url>
     <issueManagement>
@@ -493,6 +496,10 @@
         <defaultGoal>install</defaultGoal>
         <plugins>
             <plugin>
+                <!--
+                All artifacts that are JSF 1.1 compatible should be compilable with Java 1.3, so this is the default.
+                JSF 1.2 or special Java 1.5 related artifacts must override these settings. 
+                -->
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
                     <source>1.3</source>