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 2005/12/31 18:20:30 UTC

svn commit: r360353 - in /myfaces/build/trunk: ./ licenses/ tld-doc/ tlddoc-xslt/ tools/

Author: schof
Date: Sat Dec 31 09:20:25 2005
New Revision: 360353

URL: http://svn.apache.org/viewcvs?rev=360353&view=rev
Log:
maven reorg

Added:
    myfaces/build/trunk/pom.xml
Removed:
    myfaces/build/trunk/.cvsignore
    myfaces/build/trunk/KEYS
    myfaces/build/trunk/LICENSE.txt
    myfaces/build/trunk/NOTICE.txt
    myfaces/build/trunk/bootstrap.properties
    myfaces/build/trunk/bootstrap.properties.local.sample
    myfaces/build/trunk/bootstrap.xml
    myfaces/build/trunk/build-codegen.xml
    myfaces/build/trunk/build-facelets.xml
    myfaces/build/trunk/build-ide.xml
    myfaces/build/trunk/build.default.properties
    myfaces/build/trunk/build.xml
    myfaces/build/trunk/cactus-log4j.properties
    myfaces/build/trunk/cactus-web.xml
    myfaces/build/trunk/cactus.properties
    myfaces/build/trunk/codegen.properties
    myfaces/build/trunk/forrest.properties
    myfaces/build/trunk/licenses/
    myfaces/build/trunk/manifest.properties
    myfaces/build/trunk/site-update.sh
    myfaces/build/trunk/tld-doc/
    myfaces/build/trunk/tlddoc-xslt/
    myfaces/build/trunk/tools/

Added: myfaces/build/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/pom.xml?rev=360353&view=auto
==============================================================================
--- myfaces/build/trunk/pom.xml (added)
+++ myfaces/build/trunk/pom.xml Sat Dec 31 09:20:25 2005
@@ -0,0 +1,400 @@
+<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>myfaces.apache.org</groupId>
+  <artifactId>myfaces</artifactId>
+  <packaging>pom</packaging>
+  <version>1.1.2</version>
+  <name>MyFaces</name>
+  <url>http://myfaces.apache.org</url>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/MYFACES</url>
+  </issueManagement>
+
+  <modules>
+    <module>../api</module>
+    <module>../commons</module>
+    <module>../impl</module>
+    <module>../tomahawk</module>
+    <module>../sandbox</module>
+    <module>../examples</module>
+  </modules>
+
+	<build>
+	  <plugins>  
+			<plugin>
+				<artifactId>maven-assembly-plugin</artifactId>
+				<version>2.0-beta-1</version>
+				<configuration>
+					<descriptor>src/main/assembly/dep.xml</descriptor>
+					<finalName>myfaces-1.1.2</finalName>
+					<outputDirectory>target</outputDirectory>
+					<workDirectory>target/assembly/work</workDirectory>
+				</configuration>			
+		  </plugin>  
+		</plugins>  
+	</build>  
+	
+   <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>
+  </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>PSI Information Management GmbH, Germany</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></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>
+	    	<inherited>false</inherited>
+	      <groupId>org.apache.maven.plugins</groupId>
+	      <artifactId>maven-project-info-reports-plugin</artifactId>
+	      <reportSets>
+					<reportSet>
+					  <reports>
+	                       <report>project-team</report>					  
+						   <report>dependencies</report>
+						   <report>mailing-list</report>
+                           <report>issue-tracking</report>
+                           <report>license</report>
+                           <report>scm</report>
+					  </reports>
+					</reportSet>
+	      </reportSets>
+	    </plugin>
+      <plugin>
+		<groupId>org.apache.maven.plugins</groupId>
+		<artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jxr-maven-plugin</artifactId>
+      </plugin>      
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.0-beta-1</version>
+        <configuration>
+          <tags>TODO, FIXME, XXX, @deprecated</tags>
+        </configuration>
+      </plugin>
+<!--
+      <plugin>
+        <groupId>net.sourceforge.maven-taglib</groupId>
+        <artifactId>maven-taglib-plugin</artifactId>
+        <configuration>
+          <taglib.src.dir>${basedir}/target/classes/META-INF/</taglib.src.dir>
+          <tldDocDir>${basedir}/target/site/tlddoc</tldDocDir>
+        </configuration>
+      </plugin>      
+-->      
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>surefire-report-maven-plugin</artifactId>
+      </plugin>
+      
+      <plugin>
+      <groupId>org.codehaus.mojo</groupId>
+      <artifactId>changelog-maven-plugin</artifactId>
+      <version>2.0-beta-1</version>
+      <reportSets>
+        <reportSet>
+          <id>dual-report</id>
+          <configuration>
+            <type>range</type>
+            <range>30</range>
+          </configuration>
+          <reports>
+            <report>changelog</report>
+            <report>file-activity</report>
+            <report>dev-activity</report>
+          </reports>
+        </reportSet>
+      </reportSets>
+    </plugin>
+            	    
+	  </plugins>
+  </reporting>
+  
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/myfaces/current</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/myfaces/current</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/</url>
+  </scm>
+
+  <organization>
+     <name>Apache Software Foundation</name>
+     <url>http://www.apache.org/</url>
+   </organization>  	
+
+</project>
\ No newline at end of file