[jboss-cvs] Repository SVN: r6166 - in maven2/org/apache/myfaces: myfaces and 6 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 25 09:33:47 EDT 2008


Author: petemuir
Date: 2008-04-25 09:33:47 -0400 (Fri, 25 Apr 2008)
New Revision: 6166

Added:
   maven2/org/apache/myfaces/myfaces/
   maven2/org/apache/myfaces/myfaces/3/
   maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom
   maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom.asc
   maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom.asc.md5
   maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom.md5
   maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom.sha1
   maven2/org/apache/myfaces/myfaces/4/
   maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom
   maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.asc
   maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.asc.md5
   maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.asc.sha1
   maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.md5
   maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.sha1
   maven2/org/apache/myfaces/trinidad/trinidad/
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1-site.xml
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1-site.xml.md5
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1-site.xml.sha1
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.asc
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.asc.md5
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.asc.sha1
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.md5
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.sha1
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.md5
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.sha1
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5-site.xml
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5-site.xml.md5
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5-site.xml.sha1
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.asc
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.asc.md5
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.asc.sha1
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.md5
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.sha1
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.md5
   maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.sha1
Log:
add trinidad parent poms

Added: maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom
===================================================================
--- maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom	                        (rev 0)
+++ maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1,635 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache</groupId>
+        <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</groupId>
+    <artifactId>myfaces</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache MyFaces Master POM</name>
+    <version>3</version>
+    <description>
+       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>
+        <system>jira</system>
+        <url>https://issues.apache.org/jira/secure/BrowseProjects.jspa</url>
+    </issueManagement>
+    <ciManagement>
+        <system>continuum</system>
+        <url>http://myfaces.zones.apache.org:8080/continuum</url>
+        <notifiers>
+            <notifier>
+                <type>mail</type>
+                <configuration>
+                    <address>notifications at myfaces.apache.org</address>
+                </configuration>
+            </notifier>
+        </notifiers>
+    </ciManagement>
+    <mailingLists>
+        <mailingList>
+            <name>Myfaces User List</name>
+            <subscribe>users-subscribe at myfaces.apache.org</subscribe>
+            <unsubscribe>users-unsubscribe at myfaces.apache.org</unsubscribe>
+            <post>do not post to users at myfaces.apache.org unless subscribed</post>
+            <archive>http://users.myfaces.markmail.org/</archive>
+            <otherArchives>
+                <otherArchive>http://mail-archives.apache.org/mod_mbox/myfaces-users</otherArchive>
+                <otherArchive>http://www.mail-archive.com/users@myfaces.apache.org/</otherArchive>
+                <otherArchive>http://www.nabble.com/MyFaces---Users-f181.html</otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>Myfaces Developer List</name>
+            <subscribe>dev-subscribe at myfaces.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe at myfaces.apache.org</unsubscribe>
+            <post>do not post to dev at myfaces.apache.org unless subscribed</post>
+            <archive>http://dev.myfaces.markmail.org/</archive>
+            <otherArchives>
+                <otherArchive>http://mail-archives.apache.org/mod_mbox/myfaces-dev</otherArchive>
+                <otherArchive>http://www.mail-archive.com/dev@myfaces.apache.org/</otherArchive>
+                <otherArchive>http://www.nabble.com/My-Faces---Dev-f182.html</otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>Myfaces Announcements List</name>
+            <subscribe>announce-subscribe at myfaces.apache.org</subscribe>
+            <unsubscribe>announce-unsubscribe at myfaces.apache.org</unsubscribe>
+            <post>do not post</post>
+            <archive>http://announce.myfaces.markmail.org/</archive>
+            <otherArchives>
+                <otherArchive>http://mail-archives.apache.org/mod_mbox/myfaces-announce</otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>Myfaces Commits List</name>
+            <subscribe>commits-subscribe at myfaces.apache.org</subscribe>
+            <unsubscribe>commits-unsubscribe at myfaces.apache.org</unsubscribe>
+            <post>do not post</post>
+            <archive>http://commits.myfaces.markmail.org/</archive>
+            <otherArchives>
+                <otherArchive>http://mail-archives.apache.org/mod_mbox/myfaces-commits</otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>Myfaces Private (PMC) List</name>
+            <subscribe>only for MyFaces PMC members</subscribe>
+            <unsubscribe>private-unsubscribe at myfaces.apache.org</unsubscribe>
+            <post>do not post unless you need to contact PMC on issues not meant for public</post>
+        </mailingList>
+        <mailingList>
+            <name>Myfaces Notifications List</name>
+            <subscribe>notifications-subscribe at myfaces.apache.org</subscribe>
+            <unsubscribe>notifications-unsubscribe at myfaces.apache.org</unsubscribe>
+            <post>do not post</post>
+            <archive>http://notifications.myfaces.markmail.org/</archive>
+            <otherArchives>
+                <otherArchive>http://mail-archives.apache.org/mod_mbox/myfaces-notifications</otherArchive>
+            </otherArchives>
+        </mailingList>
+    </mailingLists>
+    <developers>
+        <developer>
+            <id>idus</id>
+            <name>Arvid Hülsebus</name>
+            <email>idus at apache.org</email>
+            <organization>atanion GmbH, Germany</organization>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>koinov</id>
+            <name>Anton Koinov</name>
+            <email>koinov at apache.org</email>
+            <organization />
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone />
+        </developer>
+        <developer>
+            <id>bdudney</id>
+            <name>Bill Dudney</name>
+            <email>bdudney at apache.org</email>
+            <organization />
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone />
+        </developer>
+        <developer>
+            <id>pleff</id>
+            <name>Detlef Bartetzko</name>
+            <email>pleff at apache.org</email>
+            <organization>atanion GmbH, Germany</organization>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>grantsmith</id>
+            <name>Grant Smith</name>
+            <email>grantsmith at apache.org</email>
+            <organization>Marathon Computer Systems, USA</organization>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>-8</timezone>
+        </developer>
+        <developer>
+            <id>manolito</id>
+            <name>Manfred Geiler</name>
+            <email>manolito at apache.org</email>
+            <organization>IRIAN.at, Austria</organization>
+            <organizationUrl>http://www.irian.at/</organizationUrl>
+            <roles>
+                <role>Founder of MyFaces</role>
+                <role>PMC Chair</role>
+                <role>JSR-252 JSF 1.2 EG member</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>mmarinschek</id>
+            <name>Martin Marinschek</name>
+            <email>mmarinschek at apache.org</email>
+            <organization>IRIAN.at, Austria</organization>
+            <organizationUrl>http://www.irian.at/</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>matzew</id>
+            <name>Matthias Wessendorf</name>
+            <email>matzew at apache.org</email>
+            <organization>Oracle, Germany</organization>
+            <organizationUrl>http://www.oracle.com/</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>oros</id>
+            <name>Oliver Rossmueller</name>
+            <email>oros at apache.org</email>
+            <organization />
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>hennes</id>
+            <name>Philippe Hennes</name>
+            <email>hennes at apache.org</email>
+            <organization>OpenKnowledge GmbH, Germany</organization>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>schof</id>
+            <name>Sean Schofield</name>
+            <email>schof at apache.org</email>
+            <organization />
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>-5</timezone>
+        </developer>
+        <developer>
+            <id>svieujot</id>
+            <name>Sylvain Vieujot</name>
+            <email>svieujot at apache.org</email>
+            <organization />
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+4</timezone>
+        </developer>
+        <developer>
+            <id>husted</id>
+            <name>Ted Husted</name>
+            <email>husted at apache.org</email>
+            <organization />
+            <roles>
+                <role>PMC</role>
+                <role>ASF Member</role>
+                <role>Struts PMC</role>
+                <role>Jakarta PMC</role>
+            </roles>
+            <timezone />
+        </developer>
+        <developer>
+            <id>tomsp</id>
+            <name>Thomas Spiegl</name>
+            <email>tomsp at apache.org</email>
+            <organization>IRIAN.at, Austria</organization>
+            <organizationUrl>http://www.irian.at/</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>prophecy</id>
+            <name>Travis Reeder</name>
+            <email>prophecy at apache.org</email>
+            <organization />
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone />
+        </developer>
+        <developer>
+            <id>baranda</id>
+            <name>Bruno Aranda</name>
+            <email>baranda at apache.org</email>
+            <organization>European Bioinformatics Institute, EMBL, UK</organization>
+            <organizationUrl>http://www.ebi.ac.uk</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>0</timezone>
+        </developer>
+        <developer>
+            <id>jmitchell</id>
+            <name>James Mitchell</name>
+            <email>jmitchell at apache.org</email>
+            <organization>EdgeTech, Inc.,United States of America</organization>
+            <organizationUrl>www.edgetechservices.net</organizationUrl>
+            <timezone>-5</timezone>
+        </developer>
+        <developer>
+            <id>mbr</id>
+            <name>Mathias Broekelmann</name>
+            <email>mbr at apache.org</email>
+            <organization>PSI Information Management GmbH, Germany</organization>
+            <organizationUrl>http://www.psi-im.de</organizationUrl>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>lofwyr</id>
+            <name>Udo Schnurpfeil</name>
+            <email>lofwyr at apache.org</email>
+            <organization>atanion GmbH, Germany</organization>
+            <organizationUrl>http://www.atanion.com</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>        
+        <developer>
+            <id>werpu</id>
+            <name>Werner Punz</name>
+            <email>werpu at apache.org</email>
+            <organization>Media Data GmbH, Austria</organization>
+            <roles>
+                <role>Mister "Ajax"</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>ssilvert</id>
+            <name>Stan Silvert</name>
+            <email>ssilvert at apache.org</email>
+            <organization>JBoss/Blog/organization</organization>
+            <organizationUrl>http://jboss.org/jbossBlog/blog/Stan%20Silvert/</organizationUrl>
+            <roles>
+                <role>Portlets Guru</role>
+            </roles>
+            <timezone />
+        </developer>
+        <developer>
+            <id>mkienenb</id>
+            <name>Mike Kienenberger</name>
+            <email>mkienenb at apache.org</email>
+            <organization />
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone />
+        </developer>
+        <developer>
+            <id>skitching</id>
+            <name>Simon Kitching</name>
+            <email>skitching at apache.org</email>
+            <organization />
+            <timezone>+12</timezone>
+        </developer>
+        <developer>
+            <id>weber</id>
+            <name>Volker Weber</name>
+            <email>weber at apache.org</email>
+            <organization>inexso GmbH, Germany</organization>
+            <organizationUrl>http://www.inexso.de</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>dennisbyrne</id>
+            <name>Dennis Byrne</name>
+            <email>dennisbyrne at apache.org</email>
+            <organization>ThoughtWorks</organization>
+            <organizationUrl>http://www.thoughtworks.com</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>-6</timezone>
+        </developer>
+        <developer>
+            <id>bommel</id>
+            <name>Bernd Bohmann</name>
+            <email>bommel at apache.org</email>
+            <organization>atanion GmbH, Germany</organization>
+            <organizationUrl>http://www.atanion.com</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>imario</id>
+            <name>Mario Ivankovits</name>
+            <email>imario at apache.org</email>
+            <organization>OPS EDV GmbH</organization>
+            <organizationUrl>http://www.ops.co.at</organizationUrl>
+            <timezone>+1</timezone>
+        </developer>
+		    <developer>
+            <id>cagatay</id>
+            <name>Cagatay Civici</name>
+            <email>cagatay at apache.org</email>
+            <organization />
+            <organizationUrl />
+			 <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+2</timezone>
+        </developer>
+        <developer>
+            <id>sharathreddy</id>
+            <name>Sharath Reddy</name>
+            <email>sharathreddy at yahoo.com</email>
+            <organization>N.A.</organization>
+            <organizationUrl>N.A.</organizationUrl>
+            <timezone>+5.5</timezone>
+        </developer>
+        <developer>
+            <id>jlust</id>
+            <name>Jurgen Lust</name>
+            <email>jlust at apache.org</email>
+            <organization>Ghent University</organization>
+            <organizationUrl>http://www.UGent.be</organizationUrl>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>gmuellan</id>
+            <name>Gerald Muellan</name>
+            <email>gmuellan at apache.org</email>
+            <organization>IRIAN.at, Austria</organization>
+            <organizationUrl>http://www.irian.at/index.jsp?lang=en</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+	      <developer>
+            <id>ckormos</id>
+            <name>Catalin Kormos</name>
+            <email>ckormos at apache.org</email>
+            <organization>CODEBEAT S.R.L, Romania</organization>
+            <timezone>+2</timezone>
+        </developer>
+        <developer>
+            <id>wsmoak</id>
+            <name>Wendy Smoak</name>
+            <email>wsmoak at apache.org</email>
+            <organization />
+            <timezone>-7</timezone>
+        </developer>
+		    <developer>
+            <id>lfrohman</id>
+            <name>Lance Frohman</name>
+            <email>lfrohman at apache.org</email>
+            <organization />
+            <organizationUrl />
+            <timezone>-8</timezone>
+        </developer>
+        <developer>
+            <id>paulsp</id>
+            <name>Paul Spencer</name>
+            <email>paulsp at apache.org</email>
+            <organization />
+            <timezone>-5</timezone>
+        </developer>
+        <developer>
+            <id>pmcmahan</id>
+            <name>Paul McMahan</name>
+            <email>pmcmahan at apache.org</email>
+            <organization />
+            <timezone>-5</timezone>
+        </developer>
+        <developer>
+            <id>slessard</id>
+            <name>Simon Lessard</name>
+            <email>slessard at apache.org</email>
+            <organization>Fujitsu Consulting</organization>
+            <organizationUrl>http://www.dmrconseil.ca/</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>-5</timezone>
+        </developer>
+    </developers>
+    <contributors>
+        <contributor>
+            <name>Matt Blum</name>
+            <roles>
+                <role>Portlets Guru</role>
+            </roles>
+        </contributor>
+        <contributor>
+            <name>Jiri Zaloudek</name>
+            <roles>
+                <role>WML RenderKit</role>
+            </roles>
+        </contributor>
+        <contributor>
+            <name>Joerg Artaker</name>
+            <roles>
+                <role>AutoupdateDataTable</role>
+            </roles>
+        </contributor>
+        <contributor>
+            <name>Thomas Huber</name>
+            <roles>
+                <role>AutoupdateDataTable</role>
+            </roles>
+        </contributor>
+        <contributor>
+            <name>Thomas Obereder</name>
+            <roles>
+                <role>InputTextHelp</role>
+            </roles>
+        </contributor>
+        <contributor>
+            <name>Jesse Wilson</name>
+            <roles>
+                <role>NewspaperDataTable</role>
+            </roles>
+        </contributor>
+        <contributor>
+           <name>Peter Mahoney</name>
+           <organization>Digital Brain</organization>
+           <organizationUrl>http://www.digitalbrain.com</organizationUrl>
+           <roles>
+              <role>Schedule</role>
+           </roles>
+        </contributor>
+        <contributor>
+           <name>Hazem Saleh</name>
+           <email>Hazem.saleh at gmail.com</email>           
+           <roles>
+              <role>PasswordStrength</role>
+           </roles>
+            <timezone>+2</timezone>           
+        </contributor>        
+    </contributors>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/tags/myfaces-3</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/tags/myfaces-3</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/myfaces-master-pom/tags/myfaces-3</url>
+    </scm>
+
+    <build>
+        <defaultGoal>install</defaultGoal>
+        <pluginManagement>
+          <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>
+                      <target>1.3</target>
+                  </configuration>
+              </plugin>
+              <plugin>
+                <!--
+                Starting with version 2.1, the maven-jar-plugin no longer creates the Specification and 
+                Implementation details in the manifest by default. If you want them you have to say so 
+                explicitly in your plugin configuration.
+                -->
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                  <archive>
+                    <manifest>
+                      <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                    </manifest>
+                  </archive>
+                </configuration>
+              </plugin>
+          </plugins>
+        </pluginManagement>
+    </build>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <artifactId>maven-pmd-plugin</artifactId>
+                <version>2.0</version>
+                <configuration>
+                    <rulesets>
+                        <ruleset>/rulesets/basic.xml</ruleset>
+                        <ruleset>/rulesets/unusedcode.xml</ruleset>
+                    </rulesets>
+                    <linkXref>true</linkXref>
+                    <minimumTokens>100</minimumTokens>
+                    <targetJdk>1.3</targetJdk>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>findbugs-maven-plugin</artifactId>
+                <version>1.0-beta-1</version>
+                <configuration>
+                    <threshold>Low</threshold>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>jdepend-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-checkstyle-plugin</artifactId>
+                <configuration>
+                    <configLocation>http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools/src/main/resources/config/myfaces-checks.xml</configLocation>
+                    <headerLocation>http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools/src/main/resources/config/myfaces-header.txt</headerLocation>
+                </configuration>
+                <version>2.1</version>
+            </plugin>
+      </plugins>
+    </reporting>
+
+    <distributionManagement>
+        <repository>
+            <id>myfaces-staging</id>
+            <name>Apache MyFaces Staging Repository</name>
+            <url>scpexe://people.apache.org/www/people.apache.org/builds/myfaces/m2-staging-repository</url>
+        </repository>
+        <snapshotRepository>
+            <uniqueVersion>false</uniqueVersion>
+            <id>apache-maven-snapshots</id>
+            <name>Apache Maven Snapshot Repository</name>
+            <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+        </snapshotRepository>
+    </distributionManagement>
+
+  <profiles>
+    <profile>
+      <id>sign-artifacts</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+
+            <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.0-alpha-3</version>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+    
+</project>

Added: maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom.asc
===================================================================
--- maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom.asc	                        (rev 0)
+++ maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom.asc	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.6 (MingW32)
+
+iD8DBQBHPZCrpBefzm0WUsIRAojxAKCEJO1F2zWaAf5FN6jfcgca07Df2ACePs+J
+MGH4Mt22sYyheBsQAGqwdGo=
+=3bSr
+-----END PGP SIGNATURE-----

Added: maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom.asc.md5
===================================================================
--- maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom.asc.md5	                        (rev 0)
+++ maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom.asc.md5	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+c1de9a8f22d397beed775206320d11ce
\ No newline at end of file

Added: maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom.md5
===================================================================
--- maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom.md5	                        (rev 0)
+++ maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom.md5	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+2e28d4eb4cc4bddcaf256ba93b77a6d2
\ No newline at end of file

Added: maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom.sha1
===================================================================
--- maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom.sha1	                        (rev 0)
+++ maven2/org/apache/myfaces/myfaces/3/myfaces-3.pom.sha1	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+5b7605bb29d584be03625dd06ef6a38703368929
\ No newline at end of file

Added: maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom
===================================================================
--- maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom	                        (rev 0)
+++ maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1,691 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache</groupId>
+        <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</groupId>
+    <artifactId>myfaces</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache MyFaces Master POM</name>
+    <version>4</version>
+    <description>
+       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>
+        <system>jira</system>
+        <url>https://issues.apache.org/jira/secure/BrowseProjects.jspa</url>
+    </issueManagement>
+    <ciManagement>
+        <system>continuum</system>
+        <url>http://myfaces.zones.apache.org:8080/continuum</url>
+        <notifiers>
+            <notifier>
+                <type>mail</type>
+                <configuration>
+                    <address>notifications at myfaces.apache.org</address>
+                </configuration>
+            </notifier>
+        </notifiers>
+    </ciManagement>
+    <mailingLists>
+        <mailingList>
+            <name>Myfaces User List</name>
+            <subscribe>users-subscribe at myfaces.apache.org</subscribe>
+            <unsubscribe>users-unsubscribe at myfaces.apache.org</unsubscribe>
+            <post>do not post to users at myfaces.apache.org unless subscribed</post>
+            <archive>http://users.myfaces.markmail.org/</archive>
+            <otherArchives>
+                <otherArchive>http://mail-archives.apache.org/mod_mbox/myfaces-users</otherArchive>
+                <otherArchive>http://www.mail-archive.com/users@myfaces.apache.org/</otherArchive>
+                <otherArchive>http://www.nabble.com/MyFaces---Users-f181.html</otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>Myfaces Developer List</name>
+            <subscribe>dev-subscribe at myfaces.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe at myfaces.apache.org</unsubscribe>
+            <post>do not post to dev at myfaces.apache.org unless subscribed</post>
+            <archive>http://dev.myfaces.markmail.org/</archive>
+            <otherArchives>
+                <otherArchive>http://mail-archives.apache.org/mod_mbox/myfaces-dev</otherArchive>
+                <otherArchive>http://www.mail-archive.com/dev@myfaces.apache.org/</otherArchive>
+                <otherArchive>http://www.nabble.com/My-Faces---Dev-f182.html</otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>Myfaces Announcements List</name>
+            <subscribe>announce-subscribe at myfaces.apache.org</subscribe>
+            <unsubscribe>announce-unsubscribe at myfaces.apache.org</unsubscribe>
+            <post>do not post</post>
+            <archive>http://announce.myfaces.markmail.org/</archive>
+            <otherArchives>
+                <otherArchive>http://mail-archives.apache.org/mod_mbox/myfaces-announce</otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>Myfaces Commits List</name>
+            <subscribe>commits-subscribe at myfaces.apache.org</subscribe>
+            <unsubscribe>commits-unsubscribe at myfaces.apache.org</unsubscribe>
+            <post>do not post</post>
+            <archive>http://commits.myfaces.markmail.org/</archive>
+            <otherArchives>
+                <otherArchive>http://mail-archives.apache.org/mod_mbox/myfaces-commits</otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>Myfaces Private (PMC) List</name>
+            <subscribe>only for MyFaces PMC members</subscribe>
+            <unsubscribe>private-unsubscribe at myfaces.apache.org</unsubscribe>
+            <post>do not post unless you need to contact PMC on issues not meant for public</post>
+        </mailingList>
+        <mailingList>
+            <name>Myfaces Notifications List</name>
+            <subscribe>notifications-subscribe at myfaces.apache.org</subscribe>
+            <unsubscribe>notifications-unsubscribe at myfaces.apache.org</unsubscribe>
+            <post>do not post</post>
+            <archive>http://notifications.myfaces.markmail.org/</archive>
+            <otherArchives>
+                <otherArchive>http://mail-archives.apache.org/mod_mbox/myfaces-notifications</otherArchive>
+            </otherArchives>
+        </mailingList>
+    </mailingLists>
+    <developers>
+        <developer>
+            <id>arobinson74</id>
+            <name>Andrew Robinson</name>
+            <email>arobinson74 at apache.org</email>
+            <roles>
+              <role>committer</role>
+            </roles>
+            <timezone>-7</timezone>
+        </developer>
+        <developer>
+            <id>idus</id>
+            <name>Arvid Hülsebus</name>
+            <email>idus at apache.org</email>
+            <organization>atanion GmbH, Germany</organization>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>koinov</id>
+            <name>Anton Koinov</name>
+            <email>koinov at apache.org</email>
+            <organization />
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone />
+        </developer>
+        <developer>
+            <id>bdudney</id>
+            <name>Bill Dudney</name>
+            <email>bdudney at apache.org</email>
+            <organization />
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone />
+        </developer>
+        <developer>
+            <id>pleff</id>
+            <name>Detlef Bartetzko</name>
+            <email>pleff at apache.org</email>
+            <organization>atanion GmbH, Germany</organization>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>grantsmith</id>
+            <name>Grant Smith</name>
+            <email>grantsmith at apache.org</email>
+            <organization>Marathon Computer Systems, USA</organization>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>-8</timezone>
+        </developer>
+        <developer>
+            <id>manolito</id>
+            <name>Manfred Geiler</name>
+            <email>manolito at apache.org</email>
+            <organization>IRIAN.at, Austria</organization>
+            <organizationUrl>http://www.irian.at/</organizationUrl>
+            <roles>
+                <role>Founder of MyFaces</role>
+                <role>PMC Chair</role>
+                <role>JSR-252 JSF 1.2 EG member</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>mmarinschek</id>
+            <name>Martin Marinschek</name>
+            <email>mmarinschek at apache.org</email>
+            <organization>IRIAN.at, Austria</organization>
+            <organizationUrl>http://www.irian.at/</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>matzew</id>
+            <name>Matthias Wessendorf</name>
+            <email>matzew at apache.org</email>
+            <organization>Oracle, Germany</organization>
+            <organizationUrl>http://www.oracle.com/</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>oros</id>
+            <name>Oliver Rossmueller</name>
+            <email>oros at apache.org</email>
+            <organization />
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>hennes</id>
+            <name>Philippe Hennes</name>
+            <email>hennes at apache.org</email>
+            <organization>OpenKnowledge GmbH, Germany</organization>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>schof</id>
+            <name>Sean Schofield</name>
+            <email>schof at apache.org</email>
+            <organization />
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>-5</timezone>
+        </developer>
+        <developer>
+            <id>svieujot</id>
+            <name>Sylvain Vieujot</name>
+            <email>svieujot at apache.org</email>
+            <organization />
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+4</timezone>
+        </developer>
+        <developer>
+            <id>husted</id>
+            <name>Ted Husted</name>
+            <email>husted at apache.org</email>
+            <organization />
+            <roles>
+                <role>PMC</role>
+                <role>ASF Member</role>
+                <role>Struts PMC</role>
+                <role>Jakarta PMC</role>
+            </roles>
+            <timezone />
+        </developer>
+        <developer>
+            <id>tomsp</id>
+            <name>Thomas Spiegl</name>
+            <email>tomsp at apache.org</email>
+            <organization>IRIAN.at, Austria</organization>
+            <organizationUrl>http://www.irian.at/</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>prophecy</id>
+            <name>Travis Reeder</name>
+            <email>prophecy at apache.org</email>
+            <organization />
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone />
+        </developer>
+        <developer>
+            <id>baranda</id>
+            <name>Bruno Aranda</name>
+            <email>baranda at apache.org</email>
+            <organization>European Bioinformatics Institute, EMBL, UK</organization>
+            <organizationUrl>http://www.ebi.ac.uk</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>0</timezone>
+        </developer>
+        <developer>
+            <id>jmitchell</id>
+            <name>James Mitchell</name>
+            <email>jmitchell at apache.org</email>
+            <organization>EdgeTech, Inc.,United States of America</organization>
+            <organizationUrl>www.edgetechservices.net</organizationUrl>
+            <timezone>-5</timezone>
+        </developer>
+        <developer>
+            <id>mbr</id>
+            <name>Mathias Broekelmann</name>
+            <email>mbr at apache.org</email>
+            <organization>PSI Information Management GmbH, Germany</organization>
+            <organizationUrl>http://www.psi-im.de</organizationUrl>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>lofwyr</id>
+            <name>Udo Schnurpfeil</name>
+            <email>lofwyr at apache.org</email>
+            <organization>atanion GmbH, Germany</organization>
+            <organizationUrl>http://www.atanion.com</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>        
+        <developer>
+            <id>werpu</id>
+            <name>Werner Punz</name>
+            <email>werpu at apache.org</email>
+            <organization>Media Data GmbH, Austria</organization>
+            <roles>
+                <role>Mister "Ajax"</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>ssilvert</id>
+            <name>Stan Silvert</name>
+            <email>ssilvert at apache.org</email>
+            <organization>JBoss/Blog/organization</organization>
+            <organizationUrl>http://jboss.org/jbossBlog/blog/Stan%20Silvert/</organizationUrl>
+            <roles>
+                <role>Portlets Guru</role>
+            </roles>
+            <timezone />
+        </developer>
+        <developer>
+            <id>mkienenb</id>
+            <name>Mike Kienenberger</name>
+            <email>mkienenb at apache.org</email>
+            <organization />
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone />
+        </developer>
+        <developer>
+            <id>skitching</id>
+            <name>Simon Kitching</name>
+            <email>skitching at apache.org</email>
+            <organization />
+            <timezone>+12</timezone>
+        </developer>
+        <developer>
+            <id>weber</id>
+            <name>Volker Weber</name>
+            <email>weber at apache.org</email>
+            <organization>inexso GmbH, Germany</organization>
+            <organizationUrl>http://www.inexso.de</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>dennisbyrne</id>
+            <name>Dennis Byrne</name>
+            <email>dennisbyrne at apache.org</email>
+            <organization>ThoughtWorks</organization>
+            <organizationUrl>http://www.thoughtworks.com</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>-6</timezone>
+        </developer>
+        <developer>
+            <id>bommel</id>
+            <name>Bernd Bohmann</name>
+            <email>bommel at apache.org</email>
+            <organization>atanion GmbH, Germany</organization>
+            <organizationUrl>http://www.atanion.com</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>imario</id>
+            <name>Mario Ivankovits</name>
+            <email>imario at apache.org</email>
+            <organization>OPS EDV GmbH</organization>
+            <organizationUrl>http://www.ops.co.at</organizationUrl>
+            <timezone>+1</timezone>
+        </developer>
+		    <developer>
+            <id>cagatay</id>
+            <name>Cagatay Civici</name>
+            <email>cagatay at apache.org</email>
+            <organization />
+            <organizationUrl />
+			 <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+2</timezone>
+        </developer>
+        <developer>
+            <id>sharathreddy</id>
+            <name>Sharath Reddy</name>
+            <email>sharathreddy at yahoo.com</email>
+            <organization>N.A.</organization>
+            <organizationUrl>N.A.</organizationUrl>
+            <timezone>+5.5</timezone>
+        </developer>
+        <developer>
+            <id>jlust</id>
+            <name>Jurgen Lust</name>
+            <email>jlust at apache.org</email>
+            <organization>Ghent University</organization>
+            <organizationUrl>http://www.UGent.be</organizationUrl>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>gmuellan</id>
+            <name>Gerald Muellan</name>
+            <email>gmuellan at apache.org</email>
+            <organization>IRIAN.at, Austria</organization>
+            <organizationUrl>http://www.irian.at/index.jsp?lang=en</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+	      <developer>
+            <id>ckormos</id>
+            <name>Catalin Kormos</name>
+            <email>ckormos at apache.org</email>
+            <organization>CODEBEAT S.R.L, Romania</organization>
+            <timezone>+2</timezone>
+        </developer>
+        <developer>
+            <id>wsmoak</id>
+            <name>Wendy Smoak</name>
+            <email>wsmoak at apache.org</email>
+            <organization />
+            <timezone>-7</timezone>
+        </developer>
+		    <developer>
+            <id>lfrohman</id>
+            <name>Lance Frohman</name>
+            <email>lfrohman at apache.org</email>
+            <organization />
+            <organizationUrl />
+            <timezone>-8</timezone>
+        </developer>
+        <developer>
+            <id>paulsp</id>
+            <name>Paul Spencer</name>
+            <email>paulsp at apache.org</email>
+            <organization />
+            <timezone>-5</timezone>
+        </developer>
+        <developer>
+            <id>pmcmahan</id>
+            <name>Paul McMahan</name>
+            <email>pmcmahan at apache.org</email>
+            <organization />
+            <timezone>-5</timezone>
+        </developer>
+        <developer>
+            <id>slessard</id>
+            <name>Simon Lessard</name>
+            <email>slessard at apache.org</email>
+            <organization>Fujitsu Consulting</organization>
+            <organizationUrl>http://www.dmrconseil.ca/</organizationUrl>
+            <roles>
+                <role>PMC</role>
+            </roles>
+            <timezone>-5</timezone>
+        </developer>
+        <developer>
+            <id>lu4242</id>
+            <name>Leonardo Uribe</name>
+            <email>lu4242 at apache.org</email>
+            <organization />
+            <timezone>-5</timezone>
+        </developer>
+        <developer>
+            <id>awiner</id>
+            <name>Adam Winer</name>
+            <organization />
+            <email>awiner at apache.org</email>
+            <roles>
+              <role>Developer</role>
+            </roles>
+            <timezone>-8</timezone>
+        </developer>
+        <developer>
+            <id>gcrawford</id>
+            <name>Gabrielle Crawford</name>
+            <organization>Oracle Corp</organization>
+            <email>gcrawford at apache.org</email>
+            <roles>
+              <role>Developer</role>
+            </roles>
+            <timezone>-8</timezone>
+        </developer>
+        <developer>
+            <id>jwaldman</id>
+            <name>Jeanne Waldman</name>
+            <organization>Oracle Corp</organization>
+            <email>jwaldman at apache.org</email>
+            <roles>
+              <role>Developer</role>
+            </roles>
+            <timezone>-8</timezone>
+        </developer>
+        <developer>
+            <id>mcooper</id>
+            <name>Matt Cooper</name>
+            <organization>Oracle Corp</organization>
+            <email>mcooper at apache.org</email>
+                <roles>
+                  <role>Developer</role>
+                </roles>
+                 <timezone>-7</timezone>
+        </developer>
+    </developers>
+    <contributors>
+        <contributor>
+            <name>Matt Blum</name>
+            <roles>
+                <role>Portlets Guru</role>
+            </roles>
+        </contributor>
+        <contributor>
+            <name>Jiri Zaloudek</name>
+            <roles>
+                <role>WML RenderKit</role>
+            </roles>
+        </contributor>
+        <contributor>
+            <name>Joerg Artaker</name>
+            <roles>
+                <role>AutoupdateDataTable</role>
+            </roles>
+        </contributor>
+        <contributor>
+            <name>Thomas Huber</name>
+            <roles>
+                <role>AutoupdateDataTable</role>
+            </roles>
+        </contributor>
+        <contributor>
+            <name>Thomas Obereder</name>
+            <roles>
+                <role>InputTextHelp</role>
+            </roles>
+        </contributor>
+        <contributor>
+            <name>Jesse Wilson</name>
+            <roles>
+                <role>NewspaperDataTable</role>
+            </roles>
+        </contributor>
+        <contributor>
+           <name>Peter Mahoney</name>
+           <organization>Digital Brain</organization>
+           <organizationUrl>http://www.digitalbrain.com</organizationUrl>
+           <roles>
+              <role>Schedule</role>
+           </roles>
+        </contributor>
+        <contributor>
+           <name>Hazem Saleh</name>
+           <email>Hazem.saleh at gmail.com</email>           
+           <roles>
+              <role>PasswordStrength</role>
+           </roles>
+            <timezone>+2</timezone>           
+        </contributor>        
+    </contributors>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/tags/myfaces-4</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/tags/myfaces-4</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/myfaces-master-pom/tags/myfaces-4</url>
+    </scm>
+
+    <build>
+        <defaultGoal>install</defaultGoal>
+        <pluginManagement>
+          <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>
+                      <target>1.3</target>
+                  </configuration>
+              </plugin>
+              <plugin>
+                <!--
+                Starting with version 2.1, the maven-jar-plugin no longer creates the Specification and 
+                Implementation details in the manifest by default. If you want them you have to say so 
+                explicitly in your plugin configuration.
+                -->
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                  <archive>
+                    <manifest>
+                      <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                    </manifest>
+                  </archive>
+                </configuration>
+              </plugin>
+          </plugins>
+        </pluginManagement>
+    </build>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <artifactId>maven-pmd-plugin</artifactId>
+                <version>2.0</version>
+                <configuration>
+                    <rulesets>
+                        <ruleset>/rulesets/basic.xml</ruleset>
+                        <ruleset>/rulesets/unusedcode.xml</ruleset>
+                    </rulesets>
+                    <linkXref>true</linkXref>
+                    <minimumTokens>100</minimumTokens>
+                    <targetJdk>1.3</targetJdk>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>findbugs-maven-plugin</artifactId>
+                <version>1.0-beta-1</version>
+                <configuration>
+                    <threshold>Low</threshold>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>jdepend-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-checkstyle-plugin</artifactId>
+                <configuration>
+                    <configLocation>http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools/src/main/resources/config/myfaces-checks.xml</configLocation>
+                    <headerLocation>http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools/src/main/resources/config/myfaces-header.txt</headerLocation>
+                </configuration>
+                <version>2.1</version>
+            </plugin>
+      </plugins>
+    </reporting>
+
+    <distributionManagement>
+        <repository>
+            <id>myfaces-staging</id>
+            <name>Apache MyFaces Staging Repository</name>
+            <url>scpexe://people.apache.org/www/people.apache.org/builds/myfaces/m2-staging-repository</url>
+        </repository>
+        <snapshotRepository>
+            <uniqueVersion>false</uniqueVersion>
+            <id>apache-maven-snapshots</id>
+            <name>Apache Maven Snapshot Repository</name>
+            <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+        </snapshotRepository>
+    </distributionManagement>
+
+  <profiles>
+    <profile>
+      <id>sign-artifacts</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+
+            <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.0-alpha-3</version>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+    
+</project>

Added: maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.asc
===================================================================
--- maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.asc	                        (rev 0)
+++ maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.asc	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.7 (MingW32)
+
+iD8DBQBHZCaWpBefzm0WUsIRAqGNAJsFrWXyz3Fga94v8AE4Xes71nUCngCgjEGm
+M5wOPxUL1v1ZCx8zOoQ2jVM=
+=yQzs
+-----END PGP SIGNATURE-----

Added: maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.asc.md5
===================================================================
--- maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.asc.md5	                        (rev 0)
+++ maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.asc.md5	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+482dd401a757d404c2b4881ed2f069da
\ No newline at end of file

Added: maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.asc.sha1
===================================================================
--- maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.asc.sha1	                        (rev 0)
+++ maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.asc.sha1	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+44f3454c0aa1e4278e9ccf21940a5f171461cf0b
\ No newline at end of file

Added: maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.md5
===================================================================
--- maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.md5	                        (rev 0)
+++ maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.md5	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+d82bdcc590412c62567fd93abfe54353
\ No newline at end of file

Added: maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.sha1
===================================================================
--- maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.sha1	                        (rev 0)
+++ maven2/org/apache/myfaces/myfaces/4/myfaces-4.pom.sha1	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+c22dbab4959eca6023e8580c0734557b6aaaf572
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1-site.xml
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1-site.xml	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1-site.xml	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1"?><project name="Apache MyFaces Trinidad">
+  <bannerLeft>
+    <name>Apache MyFaces Trinidad</name>
+  </bannerLeft>
+  <body>
+    <links>
+      <item name="MyFaces" href="http://myfaces.apache.org/" />
+    </links>
+    <menu name="">
+      <item name="Download" href="download.html" />
+      <item name="Overview" href="release.html" />
+      <item name="Release Notes" href="release.html#Release Notes" />
+      <item name="Javadoc" href="trinidad-api/apidocs/index.html" />
+      <item name="Tag Documentation" href="trinidad-api/tagdoc.html" />
+      <item name="Developer Guide" href="devguide/index.html" />
+      <item name="Plugins" href="plugins/index.html" />
+      <item name="Live Demos" href="http://www.irian.at/trinidad-demo/faces/index.jspx" />
+    </menu>
+    <menu name="Module" ref="modules">
+      <item name="Apache MyFaces Trinidad Build" href="trinidad-build/index.html" />
+      <item name="Apache MyFaces Trinidad API" href="trinidad-api/index.html" />
+      <item name="Apache MyFaces Trinidad Impl" href="trinidad-impl/index.html" />
+      <item name="Apache MyFaces Trinidad blank demo" href="trinidad-blank/index.html" />
+      <item name="Apache MyFaces Trinidad Demo" href="trinidad-demo/index.html" />
+      <item name="Apache MyFaces Trinidad Examples" href="trinidad-example/index.html" />
+      <item name="Apache MyFaces Trinidad Assembly" href="trinidad-assembly/index.html" />
+    </menu>
+    <menu ref="reports" />
+  </body>
+</project>
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1-site.xml.md5
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1-site.xml.md5	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1-site.xml.md5	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+48573ea93c9fd6c09ba1803ece1d701c
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1-site.xml.sha1
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1-site.xml.sha1	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1-site.xml.sha1	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+165396aa652fe13f8cfcd6807bd186fde3b9eb68
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1,549 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2006 The Apache Software Foundation.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- TODO: Need new parent (MyFaces, instead of Apache), but
+       when I do this, the compiler plugin goes back to 1.3, ignoring
+       the local override of 5.0 -->
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>3</version>
+  </parent>
+
+  <groupId>org.apache.myfaces.trinidad</groupId>
+  <artifactId>trinidad</artifactId>
+  <packaging>pom</packaging>
+  <name>Apache MyFaces Trinidad 1.2</name>
+  <version>1.2.1</version>
+  <description>JSF 1.2 branch of Apache MyFaces Trinidad</description>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/TRINIDAD</url>
+  </issueManagement>
+
+  <ciManagement>
+    <system>continuum</system>
+    <url>http://myfaces.zones.apache.org:8081/continuum</url>
+    <notifiers>
+      <notifier>
+        <type>mail</type>
+        <sendOnSuccess>true</sendOnSuccess>
+        <configuration>
+          <address>commits at myfaces.apache.org</address>
+        </configuration>
+      </notifier>
+    </notifiers>
+  </ciManagement>
+
+  <inceptionYear>2001</inceptionYear>
+
+  <mailingLists>
+    <mailingList>
+      <name>MyFaces Users (use [Trinidad] prefix)</name>
+      <post>users at myfaces.apache.org</post>
+      <subscribe>users-subscribe at myfaces.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe at myfaces.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/myfaces-users/</archive>
+    </mailingList>
+    <mailingList>
+      <name>MyFaces Developers (use [Trinidad] prefix)</name>
+      <post>dev at myfaces.apache.org</post>
+      <subscribe>dev-subscribe at myfaces.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe at myfaces.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/myfaces-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>MyFaces issues</name>
+      <post>Do not post</post>
+      <subscribe>issues-subscribe at myfaces.apache.org</subscribe>
+      <unsubscribe>issues-unsubscribe at myfaces.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/myfaces-issues/</archive>
+    </mailingList>
+    <mailingList>
+      <name>MyFaces commits</name>
+      <post>Do not post</post>
+      <subscribe>commits-subscribe at myfaces.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe at myfaces.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/myfaces-commits/</archive>
+    </mailingList>
+  </mailingLists>
+
+  <developers>
+    <developer>
+      <id>awiner</id>
+      <name>Adam Winer</name>
+      <organization>Oracle Corp</organization>
+      <email>awiner at apache.org</email>
+      <roles>
+        <role>Developer</role>
+      </roles>
+      <timezone>-8</timezone>
+    </developer>
+    <developer>
+      <id>baranda</id>
+      <name>Bruno Aranda</name>
+      <organization>EMBL-EBI (European Bioinformatics Institute), UK</organization>
+      <email>baranda at apache.org</email>
+      <roles>
+        <role>Developer</role>
+      </roles>
+      <timezone>0</timezone>
+    </developer>
+    <developer>
+      <id>gcrawford</id>
+      <name>Gabrielle Crawford</name>
+      <organization>Oracle Corp</organization>
+      <email>gcrawford at apache.org</email>
+      <roles>
+        <role>Developer</role>
+      </roles>
+      <timezone>-8</timezone>
+    </developer>
+    <developer>
+      <id>jwaldman</id>
+      <name>Jeanne Waldman</name>
+      <organization>Oracle Corp</organization>
+      <email>jwaldman at apache.org</email>
+      <roles>
+        <role>Developer</role>
+      </roles>
+      <timezone>-8</timezone>
+    </developer>
+    <developer>
+      <id>mcooper</id>
+      <name>Matt Cooper</name>
+      <organization>Oracle Corp</organization>
+      <email>mcooper at apache.org</email>
+      <roles>
+        <role>Developer</role>
+      </roles>
+      <timezone>-7</timezone>
+    </developer>
+    <developer>
+      <id>matzew</id>
+      <name>Matthias Wessendorf</name>
+      <organization>Oracle Deutschland GmbH, Germany</organization>
+      <email>matzew at apache.org</email>
+      <roles>
+        <role>Developer</role>
+      </roles>
+      <timezone>-8</timezone>
+    </developer>
+    <developer>
+      <id>mmarinschek</id>
+      <name>Martin Marinschek</name>
+      <organization>Irian, Austria</organization>
+      <email>mmarinschek at apache.org</email>
+      <roles>
+        <role>Developer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>slessard</id>
+      <name>Simon Lessard</name>
+      <organization>Fujitsu Consulting, Canada</organization>
+      <email>slessard at apache.org</email>
+      <roles>
+        <role>Developer</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+  </developers>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad/tags/trinidad-1.2.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/tags/trinidad-1.2.1</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/trinidad/tags/trinidad-1.2.1</url>
+  </scm>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <configuration>
+            <outputEncoding>UTF-8</outputEncoding>
+          </configuration>
+        </plugin>
+
+	<!-- To work around "No Java test frameworks found" problem with 2.2 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.1.3</version>
+          <inherited>true</inherited>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.myfaces.trinidadbuild</groupId>
+          <artifactId>maven-xrts-plugin</artifactId>
+          <version>1.2.1</version>
+          <inherited>true</inherited>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.myfaces.trinidadbuild</groupId>
+          <artifactId>maven-faces-plugin</artifactId>
+          <version>1.2.1</version>
+          <inherited>true</inherited>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.myfaces.trinidadbuild</groupId>
+          <artifactId>maven-i18n-plugin</artifactId>
+          <version>1.2.1</version>
+          <inherited>true</inherited>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.myfaces.trinidadbuild</groupId>
+          <artifactId>maven-javascript-plugin</artifactId>
+          <version>1.2.1</version>
+          <inherited>true</inherited>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <inherited>true</inherited>
+          <configuration>
+            <source>1.5</source>
+            <target>1.5</target>
+<!--
+            <showWarnings>true</showWarnings>
+            <compilerArgument>-Xlint:all,-serial,-fallthrough,-deprecation</compilerArgument>
+-->
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-pmd-plugin</artifactId>
+          <inherited>true</inherited>
+          <configuration>
+            <targetJdk>1.5</targetJdk>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <inherited>true</inherited>
+          <configuration>
+            <filtering>false</filtering>
+          </configuration>
+        </plugin>
+
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-gpg-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>sign-artifacts</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>sign</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+          <plugin>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.2</version>
+            <executions>
+              <execution>
+                <id>attach-javadocs</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+      <plugin>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <version>1.0-alpha-5</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+            <resourceBundles>
+              <resourceBundle>org.apache:apache-jar-resource-bundle:1.1</resourceBundle>
+            </resourceBundles>
+            <properties>
+              <addLicense>true</addLicense>
+            </properties>
+          </configuration>
+        </execution>
+      </executions>
+    </plugin>
+
+</plugins>
+  </build>
+
+  <modules>
+    <module>trinidad-api</module>
+    <module>trinidad-build</module>
+    <module>trinidad-impl</module>
+    <module>trinidad-examples</module>
+  </modules>
+
+  <repositories>
+    <repository>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <id>java-net</id>
+      <name>java.net repository</name>
+      <!-- NOTE: this URL must be HTTPS.  However, unfortunately this
+           doesn't work behind a firewall.  See:
+         http://jira.codehaus.org/browse/WAGONHTTP-6
+           ... for the source of that problem.  Users behind firewalls
+           will have to manually download the files from this repository
+           and transfer them to their local repository.
+      -->
+      <url>https://maven-repository.dev.java.net/nonav/repository/</url>
+      <layout>legacy</layout>
+    </repository>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+    </repository>
+
+    <repository>
+    <id>apache.snapshots</id>
+    <name>Apache Snapshot Repository</name>
+    <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+    </repository>
+
+  </repositories>
+
+  <pluginRepositories>
+    <pluginRepository>
+
+      <id>apache.stage</id>
+      <name>Apache Stage Repository</name>
+      <url>http://people.apache.org/repo/m2-incubating-repository</url>
+      <layout>default</layout>
+    </pluginRepository>
+  </pluginRepositories>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>1.0-beta-1</version>
+        <configuration>
+          <threshold>Low</threshold>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+<!--  I'm not having any luck getting checkstyle to actually
+      pick up the checkstyle.xml from inside adf-faces-build,
+      so let's just turn this off for now.
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <configLocation>adf-faces/checkstyle.xml</configLocation>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+-->
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>servlet-api</artifactId>
+        <version>2.4</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>portlet-api</groupId>
+        <artifactId>portlet-api</artifactId>
+        <version>1.0</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>javax.faces</groupId>
+        <artifactId>jsf-api</artifactId>
+        <version>1.2_04</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>javax.faces</groupId>
+        <artifactId>jsf-impl</artifactId>
+        <version>1.2_04</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.shale</groupId>
+        <artifactId>shale-test</artifactId>
+        <version>1.0.4</version>
+        <scope>test</scope>
+
+      </dependency>
+
+      <dependency>
+        <groupId>jmock</groupId>
+        <artifactId>jmock</artifactId>
+        <version>1.0.1</version>
+        <scope>test</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>jmock</groupId>
+        <artifactId>jmock-cglib</artifactId>
+        <version>1.0.1</version>
+        <scope>test</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.myfaces.trinidad</groupId>
+        <artifactId>trinidad-build</artifactId>
+        <version>${pom.version}</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.myfaces.trinidad</groupId>
+        <artifactId>trinidad-api</artifactId>
+        <version>${pom.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.myfaces.trinidad</groupId>
+        <artifactId>trinidad-api</artifactId>
+        <version>${pom.version}</version>
+        <type>test-jar</type>
+        <scope>test</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.myfaces.trinidad</groupId>
+        <artifactId>trinidad-impl</artifactId>
+        <version>${pom.version}</version>
+      </dependency>
+
+
+      <dependency>
+        <groupId>javax.servlet.jsp</groupId>
+        <artifactId>jsp-api</artifactId>
+        <!-- Use 2.1 so we have access to the EL APIs -->
+        <version>2.1</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>jstl</groupId>
+        <artifactId>jstl</artifactId>
+        <version>1.2</version>
+        <scope>provided</scope>
+      </dependency>
+
+
+      <dependency>
+        <groupId>com.sun.facelets</groupId>
+        <artifactId>jsf-facelets</artifactId>
+        <version>1.1.11</version>
+        <scope>provided</scope>
+      </dependency>
+
+<!--
+      <dependency>
+        <groupId>javax.el</groupId>
+        <artifactId>el-api</artifactId>
+        <version>1.0alpha</version>
+      </dependency>
+
+      <dependency>
+        <groupId>javax.el</groupId>
+        <artifactId>el-ri</artifactId>
+        <version>1.0alpha</version>
+      </dependency>
+-->
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>3.8.1</version>
+        <scope>test</scope>
+      </dependency>
+
+    </dependencies>
+  </dependencyManagement>
+
+  <distributionManagement>
+    <site>
+      <id>apache-site</id>
+      <name>Apache Website</name>
+      <url>scpexe://minotaur.apache.org/www/incubator.apache.org/trinidad-1_2</url>
+    </site>
+    <snapshotRepository>
+      <uniqueVersion>false</uniqueVersion>
+      <id>apache-maven-snapshots</id>
+      <name>Apache Maven Snapshot Repository</name>
+      <url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+<!--
+    <repository>
+      <id>incubator</id>
+      <name>Maven2 Incubator Repository</name>
+      <url>TBD</url>
+      <layout>default</layout>
+    </repository>
+    <snapshotRepository>
+      <uniqueVersion>false</uniqueVersion>
+      <id>incubator-snapshots</id>
+      <name>Maven2 Incubator Snapshots Repository</name>
+      <url>TBD</url>
+      <layout>default</layout>
+    </snapshotRepository>
+-->
+  </distributionManagement>
+
+
+  <profiles>
+    <profile>
+      <id>generate-assembly</id>
+      <modules>
+        <module>trinidad-assembly</module>
+        <module>trinidad-examples</module>
+      </modules>
+    </profile>
+  </profiles>
+
+</project>

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.5 (Cygwin)
+
+iD8DBQBGh9ByQMKrHBzhftwRAjg6AJ98wAt15GVzknXrnwZ9NbxYCjBaXwCdFHzT
+zQanH75rBeURn7chGmoxtAU=
+=t+pw
+-----END PGP SIGNATURE-----

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.asc
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.asc	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.asc	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.5 (Cygwin)
+
+iD8DBQBGh9ByQMKrHBzhftwRAkmfAJ0W2qijOjp9nL5aDf3Rn27uTc0+IgCeOYE0
+yyxbkNheqzLCcbAC1rH+B5o=
+=y0L5
+-----END PGP SIGNATURE-----

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.asc.md5
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.asc.md5	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.asc.md5	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+f48f24862ed7edb0ecdbca3a37314ec1
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.asc.sha1
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.asc.sha1	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.asc.sha1	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+08daed519ac581b0532fc484e16e5f48b26e683a
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.md5
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.md5	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.md5	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+a1e2764529f623f9de4ff5cb6df31fa5
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.sha1
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.sha1	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.asc.sha1	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+f8f4286aeb9f8399846c431c8b5c698f21fc9e31
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.md5
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.md5	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.md5	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+1f2cee2f8404864b0bd9c1d95191c6e1
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.sha1
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.sha1	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.1/trinidad-1.2.1.pom.sha1	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+80ae38e199176754b94ca393faafef2185fbe4ec
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5-site.xml
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5-site.xml	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5-site.xml	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?><project name="Apache MyFaces Trinidad 1.2">
+  <bannerLeft>
+    <name>Apache MyFaces Trinidad 1.2</name>
+  </bannerLeft>
+  <body>
+    <links>
+      <item name="MyFaces" href="http://myfaces.apache.org/" />
+    </links>
+    <menu name="">
+      <item name="Download" href="../download.html" />
+      <item name="Javadoc" href="trinidad-api/apidocs/index.html" />
+      <item name="Tag Documentation" href="trinidad-api/tagdoc.html" />
+      <item name="Skinning Selectors" href="../skin-selectors.html" />
+      <item name="Developer Guide" href="../devguide/index.html" />
+    </menu>
+    <menu name="Foundation">
+      <item name="ASF" href="http://apache.org/" />
+      <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html" />
+      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html" />
+    </menu>
+    <menu name="Module" ref="modules">
+      <item name="Apache MyFaces Trinidad Build" href="trinidad-build/index.html" />
+      <item name="Apache MyFaces Trinidad API" href="trinidad-api/index.html" />
+      <item name="Apache MyFaces Trinidad Impl" href="trinidad-impl/index.html" />
+      <item name="Apache MyFaces Trinidad Blank Demo" href="trinidad-blank/index.html" />
+      <item name="Apache MyFaces Trinidad Demo" href="trinidad-demo/index.html" />
+      <item name="Apache MyFaces Trinidad Examples" href="trinidad-example/index.html" />
+      <item name="Apache MyFaces Trinidad Assembly" href="trinidad-assembly/index.html" />
+    </menu>
+    <menu ref="reports" />
+  </body>
+</project>
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5-site.xml.md5
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5-site.xml.md5	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5-site.xml.md5	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+645e0dac0379e0ddf494a7edd8b76e80
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5-site.xml.sha1
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5-site.xml.sha1	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5-site.xml.sha1	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+3681743fe96f167010d3edfc59438156e8294c90
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1,541 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+	   
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.myfaces</groupId>
+    <artifactId>myfaces</artifactId>
+    <version>4</version>
+  </parent>
+
+  <groupId>org.apache.myfaces.trinidad</groupId>
+  <artifactId>trinidad</artifactId>
+  <packaging>pom</packaging>
+  <name>Apache MyFaces Trinidad 1.2</name>
+  <version>1.2.5</version>
+  <description>JSF 1.2 branch of Apache MyFaces Trinidad</description>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/TRINIDAD</url>
+  </issueManagement>
+
+  <ciManagement>
+    <system>continuum</system>
+    <url>http://myfaces.zones.apache.org:8080/continuum</url>
+    <notifiers>
+      <notifier>
+        <type>mail</type>
+        <sendOnSuccess>true</sendOnSuccess>
+        <configuration>
+          <address>commits at myfaces.apache.org</address>
+        </configuration>
+      </notifier>
+    </notifiers>
+  </ciManagement>
+
+  <inceptionYear>2001</inceptionYear>
+
+  <mailingLists>
+    <mailingList>
+      <name>MyFaces Users (use [Trinidad] prefix)</name>
+      <post>users at myfaces.apache.org</post>
+      <subscribe>users-subscribe at myfaces.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe at myfaces.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/myfaces-users</archive>
+      <otherArchives>
+        <otherArchive>http://users.myfaces.markmail.org/</otherArchive>
+        <otherArchive>http://www.mail-archive.com/users@myfaces.apache.org/</otherArchive>
+        <otherArchive>http://www.nabble.com/MyFaces---Users-f181.html</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>MyFaces Developers (use [Trinidad] prefix)</name>
+      <post>dev at myfaces.apache.org</post>
+      <subscribe>dev-subscribe at myfaces.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe at myfaces.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/myfaces-dev</archive>
+      <otherArchives>
+        <otherArchive>http://dev.myfaces.markmail.org/</otherArchive>
+        <otherArchive>http://www.mail-archive.com/dev@myfaces.apache.org/</otherArchive>
+        <otherArchive>http://www.nabble.com/My-Faces---Dev-f182.html</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>MyFaces issues</name>
+      <post>Do not post</post>
+      <subscribe>issues-subscribe at myfaces.apache.org</subscribe>
+      <unsubscribe>issues-unsubscribe at myfaces.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/myfaces-dev</archive>
+      <otherArchives>
+        <otherArchive>http://dev.myfaces.markmail.org/</otherArchive>
+        <otherArchive>http://www.mail-archive.com/dev@myfaces.apache.org/</otherArchive>
+        <otherArchive>http://www.nabble.com/My-Faces---Dev-f182.html</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>MyFaces commits</name>
+      <post>Do not post</post>
+      <subscribe>commits-subscribe at myfaces.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe at myfaces.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/myfaces-commits</archive>
+      <otherArchives>
+        <otherArchive>http://commits.myfaces.markmail.org/</otherArchive>
+      </otherArchives>
+    </mailingList>
+  </mailingLists>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad/trunk_1.2.x/tags/trinidad-1.2.5</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/trunk_1.2.x/tags/trinidad-1.2.5</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/trinidad/trunk_1.2.x/tags/trinidad-1.2.5</url>
+  </scm>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <configuration>
+            <outputEncoding>UTF-8</outputEncoding>
+          </configuration>
+        </plugin>
+
+	<!-- To work around "No Java test frameworks found" problem with 2.2 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.3.1</version>
+          <inherited>true</inherited>
+          <configuration>
+            <!-- set the forkMode to "always" to validate new tests,
+              and "never" otherwise for performance -->
+            <forkMode>never</forkMode>
+            <parallel>true</parallel>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.myfaces.trinidadbuild</groupId>
+          <artifactId>maven-xrts-plugin</artifactId>
+          <version>${trinidad-plugins.version}</version>
+          <inherited>true</inherited>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.myfaces.trinidadbuild</groupId>
+          <artifactId>maven-faces-plugin</artifactId>
+          <version>${trinidad-plugins.version}</version>
+          <inherited>true</inherited>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.myfaces.trinidadbuild</groupId>
+          <artifactId>maven-jdev-plugin</artifactId>
+          <version>${trinidad-plugins.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.myfaces.trinidadbuild</groupId>
+          <artifactId>maven-i18n-plugin</artifactId>
+          <version>${trinidad-plugins.version}</version>
+          <inherited>true</inherited>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.myfaces.trinidadbuild</groupId>
+          <artifactId>maven-javascript-plugin</artifactId>
+          <version>${trinidad-plugins.version}</version>
+          <inherited>true</inherited>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.myfaces.trinidadbuild</groupId>
+          <artifactId>maven-tagdoc-plugin</artifactId>
+          <version>${trinidad-plugins.version}</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <inherited>true</inherited>
+          <configuration>
+            <source>1.5</source>
+            <target>1.5</target>
+<!--
+            <showWarnings>true</showWarnings>
+            <compilerArgument>-Xlint:all,-serial,-fallthrough,-deprecation</compilerArgument>
+-->
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-pmd-plugin</artifactId>
+          <inherited>true</inherited>
+          <configuration>
+            <targetJdk>1.5</targetJdk>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <inherited>true</inherited>
+          <configuration>
+            <filtering>false</filtering>
+          </configuration>
+        </plugin>
+
+        <!--plugin>
+            <artifactId>maven-source-plugin</artifactId>
+            <executions>
+                <execution>
+                    <id>attach-source</id>
+                    <goals>
+                        <goal>jar</goal>
+                    </goals>
+                </execution>
+            </executions>
+        </plugin-->
+
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <version>1.0-alpha-6</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+            <resourceBundles>
+              <resourceBundle>org.apache:apache-jar-resource-bundle:1.3</resourceBundle>
+            </resourceBundles>
+            <properties>
+              <addLicense>true</addLicense>
+            </properties>
+          </configuration>
+        </execution>
+      </executions>
+    </plugin>
+  </plugins>
+  </build>
+
+  <modules>
+    <module>trinidad-api</module>
+    <module>trinidad-build</module>
+    <module>trinidad-impl</module>
+    <module>trinidad-examples</module>
+  </modules>
+
+  <repositories>
+    <repository>
+      <id>java.net</id>
+      <url>http://download.java.net/maven/1</url>
+      <layout>legacy</layout>
+    </repository>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+    </repository>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+    </repository>
+  </repositories>
+
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.stage</id>
+      <name>Apache Stage Repository</name>
+      <url>http://people.apache.org/repo/m2-incubating-repository</url>
+      <layout>default</layout>
+    </pluginRepository>
+  </pluginRepositories>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>1.0-beta-1</version>
+        <configuration>
+          <threshold>Low</threshold>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.0.1</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>2.0</version>
+        <configuration>
+          <rulesets>
+            <ruleset>/rulesets/basic.xml</ruleset>
+            <ruleset>/rulesets/unusedcode.xml</ruleset>
+          </rulesets>
+          <linkXref>true</linkXref>
+          <minimumTokens>100</minimumTokens>
+          <targetJdk>1.5</targetJdk>
+        </configuration>
+      </plugin>
+      <!--plugin>
+        <inherited>false</inherited>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-doap-plugin</artifactId>
+        <configuration>
+          <category>web-framework</category>
+          <language>Java</language>
+          <shortdesc>Set of user interface components based on JSF.</shortdesc>
+          <pmc>http://myfaces.apache.org</pmc>
+        </configuration>
+      </plugin-->
+    </plugins>
+  </reporting>
+<!--  I'm not having any luck getting checkstyle to actually
+      pick up the checkstyle.xml from inside adf-faces-build,
+      so let's just turn this off for now.
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <configLocation>adf-faces/checkstyle.xml</configLocation>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+-->
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>servlet-api</artifactId>
+        <version>2.4</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>portlet-api</groupId>
+        <artifactId>portlet-api</artifactId>
+        <version>1.0</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>javax.faces</groupId>
+        <artifactId>jsf-api</artifactId>
+        <version>1.2_04</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>javax.faces</groupId>
+        <artifactId>jsf-impl</artifactId>
+        <version>1.2_04</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.myfaces.core</groupId>
+        <artifactId>myfaces-api</artifactId>
+        <version>${myfaces.version}</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.myfaces.core</groupId>
+        <artifactId>myfaces-impl</artifactId>
+        <version>${myfaces.version}</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.shale</groupId>
+        <artifactId>shale-test</artifactId>
+        <version>1.0.4</version>
+        <scope>test</scope>
+
+      </dependency>
+
+      <dependency>
+        <groupId>jmock</groupId>
+        <artifactId>jmock</artifactId>
+        <version>1.0.1</version>
+        <scope>test</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>jmock</groupId>
+        <artifactId>jmock-cglib</artifactId>
+        <version>1.0.1</version>
+        <scope>test</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.myfaces.trinidad</groupId>
+        <artifactId>trinidad-build</artifactId>
+        <version>${pom.version}</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.myfaces.trinidad</groupId>
+        <artifactId>trinidad-api</artifactId>
+        <version>${pom.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.myfaces.trinidad</groupId>
+        <artifactId>trinidad-api</artifactId>
+        <version>${pom.version}</version>
+        <type>test-jar</type>
+        <scope>test</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.myfaces.trinidad</groupId>
+        <artifactId>trinidad-impl</artifactId>
+        <version>${pom.version}</version>
+      </dependency>
+
+
+      <dependency>
+        <groupId>javax.servlet.jsp</groupId>
+        <artifactId>jsp-api</artifactId>
+        <!-- Use 2.1 so we have access to the EL APIs -->
+        <version>2.1</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>jstl</groupId>
+        <artifactId>jstl</artifactId>
+        <version>1.2</version>
+        <scope>provided</scope>
+      </dependency>
+
+
+      <dependency>
+        <groupId>com.sun.facelets</groupId>
+        <artifactId>jsf-facelets</artifactId>
+        <version>1.1.14</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.4</version>
+        <scope>test</scope>
+      </dependency>
+
+    </dependencies>
+  </dependencyManagement>
+
+  <distributionManagement>
+    <site>
+      <id>apache-site</id>
+      <name>Apache Website</name>
+      <url>scpexe://minotaur.apache.org/www/myfaces.apache.org/trinidad/trinidad-1_2</url>
+    </site>
+    <snapshotRepository>
+      <uniqueVersion>false</uniqueVersion>
+      <id>apache-maven-snapshots</id>
+      <name>Apache Maven Snapshot Repository</name>
+      <url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+  </distributionManagement>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <!--
+      NOTE: Execute this profile like
+            mvn clean source:jar install deploy -DaltDeploymentRepository=matzew::default::file://FOLDER -Prelease
+       -->
+      <modules>
+        <module>trinidad-assembly</module>
+        <module>trinidad-examples</module>
+      </modules>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.2</version>
+            <executions>
+              <execution>
+                <id>attach-javadocs</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-scm-plugin</artifactId>
+            <executions>
+              <execution>
+                <phase>validate</phase>
+                <id>getting-scm.revision</id>
+                <goals>
+                  <goal>update</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
+  <properties>
+    <trinidad-plugins.version>1.2.5</trinidad-plugins.version>
+    <myfaces.version>1.2.0</myfaces.version>
+  </properties>
+
+</project>

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.5 (Cygwin)
+
+iD8DBQBHhvceQMKrHBzhftwRAvBKAJ41kG8Mp9+6MMn+B9L+iXZumTGjCgCcDNP9
+P0VVM1BnhaqDDv/sRMW/KUM=
+=R/S/
+-----END PGP SIGNATURE-----

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.asc
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.asc	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.asc	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.5 (Cygwin)
+
+iD8DBQBHhvceQMKrHBzhftwRAie2AJ45PgKW/E1FKl4ZQ3nmiSXxHXjQ6gCfQSA/
+AykCDUaUiUF7FaMmpAuBgyo=
+=qD60
+-----END PGP SIGNATURE-----

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.asc.md5
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.asc.md5	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.asc.md5	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+96a16a51e3c5fc690a1e98d940d41bb4
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.asc.sha1
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.asc.sha1	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.asc.sha1	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+dfd34529ad0c260e2b1d6c11d98752f44d83a6d1
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.md5
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.md5	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.md5	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+9e6706e9f04a0ed049b0de0415e91414
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.sha1
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.sha1	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.asc.sha1	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+03b004cd379e20d579f4c495199ed3a7e56fe6a0
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.md5
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.md5	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.md5	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+46c1cc455b1f64583cfcb7a4cf8a0830
\ No newline at end of file

Added: maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.sha1
===================================================================
--- maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.sha1	                        (rev 0)
+++ maven2/org/apache/myfaces/trinidad/trinidad/1.2.5/trinidad-1.2.5.pom.sha1	2008-04-25 13:33:47 UTC (rev 6166)
@@ -0,0 +1 @@
+aa615dd86c816e7bb4545aa200f9d05f98cad8fd
\ No newline at end of file




More information about the jboss-cvs-commits mailing list