You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/01/16 21:03:24 UTC

svn commit: r369557 - /myfaces/maven/trunk/master-pom/pom.xml

Author: schof
Date: Mon Jan 16 12:03:20 2006
New Revision: 369557

URL: http://svn.apache.org/viewcvs?rev=369557&view=rev
Log:
initial master pom (may need to be updated to reflect any recent changes in api/pom.xml)

Added:
    myfaces/maven/trunk/master-pom/pom.xml

Added: myfaces/maven/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/trunk/master-pom/pom.xml?rev=369557&view=auto
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (added)
+++ myfaces/maven/trunk/master-pom/pom.xml Mon Jan 16 12:03:20 2006
@@ -0,0 +1,381 @@
+<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>
+  <groupId>org.apache.myfaces</groupId>
+  <artifactId>myfaces-master</artifactId>
+  <packaging>pom</packaging>
+  <version>1.0.0-SNAPSHOT</version>
+  <name>MyFaces Master POM</name>
+  <description>
+     This is a master POM that is meant to be used by the various MyFaces modules.  It contains information that is 
+     common to all projects.
+  </description>
+  <url>http://myfaces.apache.org/projects</url>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600</url>
+  </issueManagement>
+
+  <mailingLists>
+
+    <mailingList>
+      <name>Myfaces User List</name>
+      <subscribe>users-subscribe@myfaces.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe@myfaces.apache.org</unsubscribe>
+      <post>users@myfaces.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/myfaces-users</archive>
+    </mailingList>
+
+    <mailingList>
+      <name>Myfaces Developer List</name>
+      <subscribe>dev-subscribe@myfaces.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@myfaces.apache.org</unsubscribe>
+      <post>dev@myfaces.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/myfaces-dev</archive>
+    </mailingList>
+
+    <mailingList>
+      <name>Myfaces Commits List</name>
+      <subscribe>commits-subscribe@myfaces.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@myfaces.apache.org</unsubscribe>
+      <post>do not post</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/myfaces-commits</archive>
+    </mailingList>
+
+    <mailingList>
+      <name>Myfaces Announcements List</name>
+      <subscribe>announce-subscribe@myfaces.apache.org</subscribe>
+      <unsubscribe>announce-unsubscribe@myfaces.apache.org</unsubscribe>
+      <post>do not post</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/myfaces-announce</archive>
+    </mailingList>
+
+  </mailingLists>
+
+  <developers>
+
+    <developer>
+      <id>koinov</id>
+      <name>Anton Koinov</name>
+      <email>koinov@apache.org</email>
+      <organization></organization>
+      <roles>
+        <role>PMC</role>
+      </roles>
+      <timezone></timezone>
+    </developer>
+    <developer>
+      <id>bdudney</id>
+      <name>Bill Dudney</name>
+      <email>bdudney@apache.org</email>
+      <organization></organization>
+      <roles>
+        <role>PMC</role>
+      </roles>
+      <timezone></timezone>
+    </developer>
+    <developer>
+      <id>grantsmith</id>
+      <name>Grant Smith</name>
+      <email>grantsmith@apache.org</email>
+      <organization>Marathon Computer Systems, USA</organization>
+      <roles>
+        <role>PMC</role>
+      </roles>
+      <timezone></timezone>
+    </developer>
+    <developer>
+      <id>manolito</id>
+      <name>Manfred Geiler</name>
+      <email>manolito@apache.org</email>
+      <organization>Oesterreichische Kontrollbank AG, Austria</organization>
+      <organizationUrl>http://www.oekb.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@apache.org</email>
+      <organization>Irian, Austria</organization>
+      <organizationUrl>http://www.irian.at/index.jsp?lang=en</organizationUrl>
+      <roles>
+        <role>PMC</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>matzew</id>
+      <name>Matthias Weßendorf</name>
+      <email>matzew@apache.org</email>
+      <organization>Pironet NDH AG, Germany</organization>
+      <organizationUrl>http://www.pironet-ndh.com/</organizationUrl>
+      <roles>
+        <role>PMC</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>oros</id>
+      <name>Oliver Rossmüller</name>
+      <email>oros@apache.org</email>
+      <organization>Pironet NDH AG, Germany</organization>
+      <roles>
+        <role>PMC</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>schof</id>
+      <name>Sean Schofield</name>
+      <email>schof@apache.org</email>
+      <organization></organization>
+      <roles>
+        <role>PMC</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+    <developer>
+      <id>svieujot</id>
+      <name>Sylvain Vieujot</name>
+      <email>svieujot@apache.org</email>
+      <organization></organization>
+      <roles>
+        <role>PMC</role>
+      </roles>
+      <timezone>-4</timezone>
+    </developer>
+    <developer>
+      <id>husted</id>
+      <name>Ted Husted</name>
+      <email>husted@apache.org</email>
+      <organization></organization>
+      <roles>
+        <role>PMC</role>
+        <role>ASF Member</role>
+        <role>Struts PMC</role>
+        <role>Jakarta PMC</role>
+      </roles>
+      <timezone></timezone>
+    </developer>
+    <developer>
+      <id>tomsp</id>
+      <name>Thomas Spiegl</name>
+      <email>tomsp@apache.org</email>
+      <organization>Irian, Austria</organization>
+      <organizationUrl>http://www.irian.at/index.jsp?lang=en</organizationUrl>
+      <roles>
+        <role>PMC</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>prophecy</id>
+      <name>Travis Reeder</name>
+      <email>prophecy@apache.org</email>
+      <organization></organization>
+      <roles>
+        <role>PMC</role>
+      </roles>
+      <timezone></timezone>
+    </developer>
+    <developer>
+      <id>baranda</id>
+      <name>Bruno Aranda</name>
+      <email>baranda@apache.org</email>
+      <organization>Ebiointel, Spain</organization>
+      <organizationUrl>www.ebiointel.com</organizationUrl>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>jmitchell</id>
+      <name>James Mitchell</name>
+      <email>jmitchell@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 Brökelmann</name>
+      <email>mbr@apache.org</email>
+      <organization>PSI Information Management GmbH, Germany</organization>
+      <organizationUrl>http://www.psi-im.de</organizationUrl>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>werpu</id>
+      <name>Werner Punz</name>
+      <email>werpu@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@apache.org</email>
+      <organization>JBoss/Blog/organization</organization>
+      <organizationUrl>http://jboss.org/jbossBlog/blog/Stan%20Silvert/</organizationUrl>
+      <roles>
+        <role>Portlets Guru</role>
+      </roles>
+      <timezone></timezone>
+    </developer>
+    <developer>
+      <id>mkienenb</id>
+      <name>Mike Kienenberger</name>
+      <email>mkienenb@apache.org</email>
+      <organization></organization>
+      <timezone></timezone>
+    </developer>
+    <developer>
+      <id>skitching</id>
+      <name>Simon Kitching</name>
+      <email>skitching@apache.org</email>
+      <organization></organization>
+      <timezone>+12</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>Jurgen Lust</name>
+      <roles>
+        <role>Schedule</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Jörg Artaker</name>
+      <roles>
+        <role>AutoupdateDataTable</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Thomas Huber</name>
+      <roles>
+        <role>AutoupdateDataTable</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Gerald Müllan</name>
+      <roles>
+        <role>InputSuggestAjax</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>
+  </contributors>
+
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <reporting>
+
+    <plugins>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+      </plugin>
+
+    </plugins>
+
+  </reporting>
+
+  <dependencies>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+
+    </dependency>
+  </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/api/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/api/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/api/trunk</url>
+  </scm>
+
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+<!--
+  <pluginRepositories>
+    <pluginRepository>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <id>atanion</id>
+      <url>http://www.atanion.com/maven2</url>
+    </pluginRepository>
+  </pluginRepositories>
+-->
+  <distributionManagement>
+    <!--  NOTE: We're using scpexe protocol instead of scp because
+    jsch has an issue (already
+    reported) that makes it fail. Once it works switch back to scp protocol.
+    Maybe solved with the maven 2.0.2 release -->
+
+    <repository>
+      <id>apache-maven</id>
+      <name>Apache Maven Repository</name>
+      <url>scpexe://people.apache.org/www/www.apache.org/dist/maven-repository</url>
+    </repository>
+    <snapshotRepository>
+      <uniqueVersion>false</uniqueVersion>
+      <id>apache-maven-snapshots</id>
+      <name>Apache Maven Snapshot Repository</name>
+      <url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+    </snapshotRepository>
+    <site>
+      <id>apache.site</id>
+      <name>Apache Website</name>
+      <!-- NOTE: I'm using my public html dir for testing -->
+      <url>scpexe://minotaur.apache.org/home/bommel/public_html/projects</url>
+      <!--url>scpexe://minotaur.apache.org/www/myfaces.apache.org/projects</url-->
+    </site>
+  </distributionManagement>
+
+</project>