You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2007/09/16 23:29:38 UTC

svn commit: r576181 [4/5] - in /james/server/trunk: ./ core-library/ experimental-seda-imap-function/ fetchmail-function/ imap-api/ imap-codec-library/ imap-command-library/ imap-mailbox-processor-function/ imapmailbox-library/ imapserver-function/ mor...

Added: james/server/trunk/stage/org.apache.avalon.logkit/poms/avalon-logkit-2.2.1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.logkit/poms/avalon-logkit-2.2.1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.logkit/poms/avalon-logkit-2.2.1.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.logkit/poms/avalon-logkit-2.2.1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,69 @@
+<?xml version="1.0"?>
+<!--
+  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">
+  <parent>
+    <groupId>org.apache.excalibur.containerkit</groupId>
+    <artifactId>excalibur-containerkit</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <name>Avalon Logkit</name>
+  <artifactId>avalon-logkit</artifactId>
+  <groupId>org.apache.avalon.logkit</groupId>
+  <version>2.2.1</version>
+  <inceptionYear>1997</inceptionYear>
+  <description>Excalibur's Logkit package</description>
+  <dependencies>
+    <dependency>
+      <artifactId>log4j</artifactId>
+      <groupId>log4j</groupId>
+      <scope>provided</scope>
+      <version>1.2.13</version>
+    </dependency>
+    <dependency>
+      <artifactId>servlet-api</artifactId>
+      <groupId>javax.servlet</groupId>
+      <scope>provided</scope>
+      <version>2.3</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.4</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <artifactId>geronimo-jms_1.1_spec</artifactId>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <version>1.0.1</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <artifactId>junit</artifactId>
+      <groupId>junit</groupId>
+      <scope>test</scope>
+      <version>3.8.2</version>
+    </dependency>
+  </dependencies>
+  <build />
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.avalon/poms/avalon-framework-1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon/poms/avalon-framework-1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon/poms/avalon-framework-1.pom (added)
+++ james/server/trunk/stage/org.apache.avalon/poms/avalon-framework-1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+  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">
+  <parent>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <name>Avalon Framework [modules]</name>
+  <groupId>org.apache.avalon</groupId>
+  <artifactId>avalon-framework</artifactId>
+  <description>Avalon Framework</description>
+  <version>1</version>
+  <inceptionYear>1997</inceptionYear>
+  <packaging>pom</packaging>
+  <modules>
+    <module>api</module>
+    <module>impl</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.db.torque/jars/runtime-3.3-RC2.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.db.torque/jars/runtime-3.3-RC2.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.db.torque/jars/runtime-3.3-RC2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.db.torque/poms/runtime-3.3-RC2.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.db.torque/poms/runtime-3.3-RC2.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.db.torque/poms/runtime-3.3-RC2.pom (added)
+++ james/server/trunk/stage/org.apache.db.torque/poms/runtime-3.3-RC2.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>torque</artifactId>
+    <groupId>org.apache.db.torque</groupId>
+    <version>3.3-RC2</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>runtime</artifactId>
+  <name>Torque Runtime</name>
+  <version>3.3-RC2</version>
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <forkMode>pertest</forkMode>
+          <excludes>
+            <exclude>**/BaseTestCase.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3</version>
+    </dependency>
+    <dependency>
+      <groupId>avalon-logkit</groupId>
+      <artifactId>avalon-logkit</artifactId>
+      <version>2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils-core</artifactId>
+      <version>1.7.0</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+      <version>1.2</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-dbcp</groupId>
+      <artifactId>commons-dbcp</artifactId>
+      <version>1.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-pool</groupId>
+      <artifactId>commons-pool</artifactId>
+      <version>1.2</version>
+    </dependency>
+    <dependency>
+      <groupId>jcs</groupId>
+      <artifactId>jcs</artifactId>
+      <version>20030822.182132</version>
+    </dependency>
+    <dependency>
+      <groupId>village</groupId>
+      <artifactId>village</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.6.2</version>
+    </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>2.0.2</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-impl</artifactId>
+      <version>4.3</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>fulcrum</groupId>
+      <artifactId>fulcrum-testcontainer</artifactId>
+      <version>1.0.4</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>fulcrum</groupId>
+      <artifactId>fulcrum-yaafi</artifactId>
+      <version>1.0.3</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <distributionManagement>
+    <status>deployed</status>
+  </distributionManagement>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.db.torque/poms/torque-3.3-RC2.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.db.torque/poms/torque-3.3-RC2.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.db.torque/poms/torque-3.3-RC2.pom (added)
+++ james/server/trunk/stage/org.apache.db.torque/poms/torque-3.3-RC2.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,421 @@
+<?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>
+  <groupId>org.apache.db.torque</groupId>
+  <artifactId>torque</artifactId>
+  <packaging>pom</packaging>
+  <name>Torque</name>
+  <version>3.3-RC2</version>
+  <description>Common project descriptor for the Torque project</description>
+  <url>http://db.apache.org/torque</url>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/TORQUE</url>
+  </issueManagement>
+
+  <!-- is this necessary/correct ? -->
+  <!--ciManagement>
+    <system>gump</system>
+    <url>http://vmgump.apache.org/</url>
+    <notifiers>
+      <notifier>
+        <type>email</type>
+        <sendOnError>true</sendOnError>
+        <sendOnFailure>true</sendOnFailure>
+        <configuration>
+          <gumpRepositoryId>db</gumpRepositoryId>
+        </configuration>
+      </notifier>
+    </notifiers>
+  </ciManagement-->
+
+  <inceptionYear>2000</inceptionYear>
+
+  <mailingLists>
+    <mailingList>
+      <name>Torque User List</name>
+      <subscribe>torque-user-subscribe@db.apache.org</subscribe>
+      <unsubscribe>torque-user-unsubscribe@db.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/db-torque-user/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Torque Developer List</name>
+      <subscribe>torque-dev-subscribe@db.apache.org</subscribe>
+      <unsubscribe>torque-dev-unsubscribe@db.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/db-torque-dev/</archive>
+    </mailingList>
+  </mailingLists>
+
+  <developers>
+    <developer>
+      <name>Jeffrey D. Brekke</name>
+      <id>brekke</id>
+      <email>brekke@apache.org</email>
+      <organization/>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Eric Dobbs</name>
+      <id>dobbs</id>
+      <email>dobbs@apache.org</email>
+      <organization/>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Scott Eade</name>
+      <id>seade</id>
+      <email>seade@backstagetech.com.au</email>
+      <organization>Backstage Technologies Pty. Ltd.</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>+10</timezone>
+    </developer>
+    <developer>
+      <name>Thomas Fischer</name>
+      <id>tfischer</id>
+      <email>fischer@seitenbau.de</email>
+      <organization>Seitenbau GmbH</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <name>Stephen Haberman</name>
+      <id>stephenh</id>
+      <email>stephenh@chase3000.com</email>
+      <organization/>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Humberto Hernandez</name>
+      <id>hhernandez</id>
+      <email>hhernandez@itweb.com.mx</email>
+      <organization>Integrated Technology S.C.</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Fedor Karpelevitch</name>
+      <id>fedor</id>
+      <email>fedor@karpelevitch.net</email>
+      <organization/>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Quinton McCombs</name>
+      <id>quintonm</id>
+      <email>quintonm@bellsouth.net</email>
+      <organization>NEqualsOne</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>John McNally</name>
+      <id>jmcnally</id>
+      <email>jmcnally@collab.net</email>
+      <organization>CollabNet</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Greg Monroe</name>
+      <id>gmonroe</id>
+      <email>greg.monroe@dukece.com</email>
+      <organization>Duke Corporate Education</organization>
+      <timezone>-5</timezone>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Martin Poeschl</name>
+      <id>mpoeschl</id>
+      <email>mpoeschl@marmot.at</email>
+      <organization>Tucana.at</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>+18</timezone>
+    </developer>
+    <developer>
+      <name>Daniel Rall</name>
+      <id>dlr</id>
+      <email>dlr@finemaltcoding.com</email>
+      <organization>CollabNet, Inc.</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Henning P. Schmiedehausen</name>
+      <id>henning</id>
+      <email>hps@intermeta.de</email>
+      <organization>INTERMETA - Gesellschaft fuer Mehrwertdienste mbH</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>+2</timezone>
+    </developer>
+    <developer>
+      <name>Kurt Schrader</name>
+      <id>kschrader</id>
+      <email>kschrader@karmalab.org</email>
+      <organization/>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Jon Scott Stevens</name>
+      <id>jon</id>
+      <email>jon@latchkey.com</email>
+      <organization>CollabNet, Inc.</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>James Taylor</name>
+      <id>jtaylor</id>
+      <email>james@jamestaylor.org</email>
+      <organization/>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Thomas Vandahl</name>
+      <id>tv</id>
+      <email>tv@apache.org</email>
+      <organization>TeWiSoft GmbH</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+  </developers>
+
+  <contributors>
+    <contributor>
+      <name>Patrick Carl</name>
+      <email>patrick.carl@coi.de</email>
+    </contributor>
+    <contributor>
+      <name>Roger A. Caron</name>
+      <email>roger.caron@pw.utc.com</email>
+    </contributor>
+    <contributor>
+      <name>Martin Goulet</name>
+      <email>martin.goulet@sungard.com</email>
+    </contributor>
+    <contributor>
+      <name>M. Sean Gilligan</name>
+      <email>Sean_Gilligan@catalla.com</email>
+    </contributor>
+    <contributor>
+      <name>James Hillyerd</name>
+      <email>james@hillyerd.com</email>
+    </contributor>
+    <contributor>
+      <name>Thierry Lach</name>
+      <email>thierry.lach@bbdodetroit.com</email>
+    </contributor>
+    <contributor>
+      <name>Johnny Macchione</name>
+      <email>johnnymac@tiscali.be</email>
+    </contributor>
+    <contributor>
+      <name>Markus M. May</name>
+      <email>mmay@javafreedom.org</email>
+    </contributor>
+    <contributor>
+      <name>Raphael Pieroni</name>
+      <email>rafale_at_codehaus.org</email>
+    </contributor>
+    <contributor>
+      <name>Jonathan Purvis</name>
+      <email>jon@reeltwo.com</email>
+    </contributor>
+    <contributor>
+      <name>Thoralf Rickert</name>
+      <email>thoralf.rickert@cadooz.de</email>
+    </contributor>
+    <contributor>
+      <name>J. Russell Smyth</name>
+      <email>drfish@cox.net</email>
+    </contributor>
+    <contributor>
+      <name>Tarlika Elisabeth Schmitz</name>
+      <email>tes@numerixtechnology.de</email>
+    </contributor>
+    <contributor>
+      <name>Hilco Wijbenga</name>
+      <email>hilco.wijbenga@elasticpath.com</email>
+    </contributor>
+    <contributor>
+      <name>Christoph Zenger</name>
+      <email>Christoph.Zenger@jentro.com</email>
+    </contributor>
+  </contributors>
+
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <scm>
+    <connection>http://svn.apache.org/repos/asf/db/torque</connection>
+    <developerConnection>https://svn.apache.org/repos/asf/db/torque</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/db/torque</url>
+  </scm>
+
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <modules>
+    <!--module>../runtime</module-->
+    <!--module>../generator</module-->
+    <!--module>../templates</module-->
+    <!--module>../maven2-plugin</module-->
+  </modules>
+
+  <repositories>
+    <repository>
+      <id>apache-maven2</id>
+      <name>Apache Maven2 Repository</name>
+      <url>http://svn.apache.org/maven-snapshot-repository</url>
+    </repository>
+    <repository>
+      <id>apache-svn</id>
+      <name>Apache SVN Repository</name>
+      <url>http://svn.apache.org/repository</url>
+      <layout>legacy</layout>
+    </repository>
+    <repository>
+      <id>maven-snapshot</id>
+      <name>Maven snapshot Repository</name>
+      <url>http://snapshots.maven.codehaus.org/maven2/</url>
+    </repository>
+  </repositories>
+
+  <reporting>
+    <plugins>
+      <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>common/turbine-checkstyle.xml</configLocation>
+          <headerLocation>common/checkstyle-license.txt</headerLocation>
+        </configuration>
+      </plugin>
+      <!-- the changelog plugin does not seem to work at the moment -->
+      <!-- plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changelog-plugin</artifactId>
+      </plugin-->
+      <!--report>maven-file-activity-plugin</report-->
+      <!--report>maven-developer-activity-plugin</report-->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+      </plugin>
+      <!--report>maven-simian-plugin</report-->
+      <!--report>maven-jcoverage-plugin</report-->
+      <!--report>maven-findbugs-plugin</report-->
+      <!--report>maven-linkcheck-plugin</report-->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+  
+  <distributionManagement>
+    <repository>
+      <id>apache.releases</id>
+      <name>Apache Release Distribution Repository</name>
+      <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+  </distributionManagement>
+
+</project>

Added: james/server/trunk/stage/org.apache.derby/poms/derby-10.2.2.0.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.derby/poms/derby-10.2.2.0.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.derby/poms/derby-10.2.2.0.pom (added)
+++ james/server/trunk/stage/org.apache.derby/poms/derby-10.2.2.0.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.derby</groupId>
+  <artifactId>derby</artifactId>
+  <name>Derby Engine</name>
+  <version>10.2.2.0</version>
+  <description></description>
+  <url>http://db.apache.org/derby/</url>
+  <issueManagement>
+    <url>http://issues.apache.org/jira/browse/DERBY</url>
+  </issueManagement>
+  <inceptionYear>2004</inceptionYear>
+  <mailingLists>
+    <mailingList>
+      <name>Derby User List</name>
+      <subscribe>derby-user-subscribe@db.apache.org</subscribe>
+      <unsubscribe>derby-user-unsubscribe@db.apache.org</unsubscribe>
+      <archive>http://issues.apache.org/eyebrowse/SummarizeList?listName=derby-user@db.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Derby Developer List</name>
+      <subscribe>derby-dev-subscribe@db.apache.org</subscribe>
+      <unsubscribe>derby-dev-unsubscribe@db.apache.org</unsubscribe>
+      <archive>http://issues.apache.org/eyebrowse/SummarizeList?listName=derby-dev@db.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Derby Commit List</name>
+      <subscribe>derby-commits-subscribe@db.apache.org</subscribe>
+      <unsubscribe>derby-commits-unsubscribe@db.apache.org</unsubscribe>
+      <archive>http://issues.apache.org/eyebrowse/SummarizeList?listName=derby-commits@db.apache.org</archive>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/db/derby/code/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/derby/code/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/db/derby/code/trunk/?root=Apache-SVN</url>
+  </scm>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://db.apache.org/</url>
+  </organization>
+  <build>
+    <sourceDirectory></sourceDirectory>
+    <testSourceDirectory></testSourceDirectory>
+  </build>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.excalibur.components/jars/excalibur-datasource-2.2.2.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.excalibur.components/jars/excalibur-datasource-2.2.2.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.excalibur.components/jars/excalibur-datasource-2.2.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.excalibur.components/jars/excalibur-pool-api-2.2.1.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.excalibur.components/jars/excalibur-pool-api-2.2.1.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.excalibur.components/jars/excalibur-pool-api-2.2.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.excalibur.components/jars/excalibur-pool-impl-2.2.1.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.excalibur.components/jars/excalibur-pool-impl-2.2.1.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.excalibur.components/jars/excalibur-pool-impl-2.2.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.excalibur.components/jars/excalibur-thread-api-2.2.1.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.excalibur.components/jars/excalibur-thread-api-2.2.1.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.excalibur.components/jars/excalibur-thread-api-2.2.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.excalibur.components/jars/excalibur-thread-impl-2.2.1.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.excalibur.components/jars/excalibur-thread-impl-2.2.1.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.excalibur.components/jars/excalibur-thread-impl-2.2.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-components-modules-1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-components-modules-1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-components-modules-1.pom (added)
+++ james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-components-modules-1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,44 @@
+<?xml version="1.0"?>
+<!--
+  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">
+  <parent>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.excalibur.components</groupId>
+  <artifactId>excalibur-components-modules</artifactId>
+  <version>1</version>
+  <name>Excalibur Components [modules]</name>
+  <packaging>pom</packaging>
+  <modules>
+    <module>sourceresolve</module>
+    <module>xmlutil</module>
+    <module>pool</module>
+    <module>thread</module>
+    <module>store</module>
+    <module>monitor</module>
+    <module>datasource</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-datasource-2.2.2.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-datasource-2.2.2.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-datasource-2.2.2.pom (added)
+++ james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-datasource-2.2.2.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,119 @@
+<?xml version="1.0"?>
+<!--
+  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">
+  <parent>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>2</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.excalibur.components</groupId>
+  <artifactId>excalibur-datasource</artifactId>
+  <version>2.2.2</version>
+  <name>Excalibur Datasource</name>
+  <inceptionYear>2003</inceptionYear>
+  <description>
+    Avalon Excalibur's DataSource package allows you to manage pooled connections in one of two ways. You can
+    have the package handle it for you, or you can use a J2EE server's DataSource management. It provides the
+    same kind of access regardless of which method you choose, since they are obtained through Avalon's
+    Component Manager infrastructure. The DataSource package requires that you load the necessary driver
+    classes at init time, but it will take care of all necessary issues from there.
+  </description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-impl</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.testcase</groupId>
+      <artifactId>excalibur-testcase</artifactId>
+      <version>2.2.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+      <version>3.8.2</version>
+    </dependency>
+    <dependency>
+      <groupId>hsqldb</groupId>
+      <artifactId>hsqldb</artifactId>
+      <scope>test</scope>
+      <version>1.8.0.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-pool-api</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-pool-impl</artifactId>
+      <version>2.2.1</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.containerkit</groupId>
+      <artifactId>excalibur-instrument-api</artifactId>
+      <version>2.2.1</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.containerkit</groupId>
+      <artifactId>excalibur-logger</artifactId>
+      <version>2.2.1</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-pool-instrumented</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>${basedir}/src/java</sourceDirectory>
+    <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.excalibur.fortress.meta</groupId>
+        <artifactId>maven-fortress-plugin</artifactId>
+        <version>1.3.1</version>
+        <executions>
+          <execution>
+            <phase>compile</phase>
+            <goals>
+              <goal>collect-metainfo</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/datasource</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/datasource</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/excalibur-components-modules/excalibur-datasource</developerConnection>
+  </scm>
+</project>

Added: james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-pool-api-2.2.1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-pool-api-2.2.1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-pool-api-2.2.1.pom (added)
+++ james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-pool-api-2.2.1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,44 @@
+<?xml version="1.0"?>
+<!--
+  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">
+  <parent>
+    <groupId>org.apache.excalibur.components</groupId>
+    <artifactId>excalibur-pool-modules</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <name>Excalibur Pool API</name>
+  <groupId>org.apache.excalibur.components</groupId>
+  <artifactId>excalibur-pool-api</artifactId>
+  <inceptionYear>1997</inceptionYear>
+  <description>Excalibur Pool API</description>
+  <version>2.2.1</version>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+  </dependencies>
+  <build />
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-pool-impl-2.2.1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-pool-impl-2.2.1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-pool-impl-2.2.1.pom (added)
+++ james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-pool-impl-2.2.1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,91 @@
+<?xml version="1.0"?>
+<!--
+  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">
+  <parent>
+    <groupId>org.apache.excalibur.components</groupId>
+    <artifactId>excalibur-pool-modules</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <name>Excalibur Pool Implementation</name>
+  <groupId>org.apache.excalibur.components</groupId>
+  <artifactId>excalibur-pool-impl</artifactId>
+  <version>2.2.1</version>
+  <inceptionYear>1997</inceptionYear>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-pool-api</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-impl</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>concurrent</groupId>
+      <artifactId>concurrent</artifactId>
+      <version>1.3.4</version>
+    </dependency>
+    <dependency>
+      <groupId>junitperf</groupId>
+      <artifactId>junitperf</artifactId>
+      <scope>test</scope>
+      <version>1.8</version>
+    </dependency>
+    <dependency>
+      <artifactId>junit</artifactId>
+      <groupId>junit</groupId>
+      <scope>test</scope>
+      <version>3.8.2</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.excalibur.fortress.meta</groupId>
+        <artifactId>maven-fortress-plugin</artifactId>
+        <version>1.3.1</version>
+        <executions>
+          <execution>
+            <phase>compile</phase>
+            <goals>
+              <goal>collect-metainfo</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-pool-modules-1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-pool-modules-1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-pool-modules-1.pom (added)
+++ james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-pool-modules-1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,40 @@
+<?xml version="1.0"?>
+<!--
+  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">
+  <parent>
+    <groupId>org.apache.excalibur.components</groupId>
+    <artifactId>excalibur-components-modules</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.excalibur.components</groupId>
+  <artifactId>excalibur-pool-modules</artifactId>
+  <version>1</version>
+  <name>Excalibur Pool [modules]</name>
+  <packaging>pom</packaging>
+  <modules>
+    <module>api</module>
+    <module>impl</module>
+    <module>instrumented</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-thread-api-2.2.1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-thread-api-2.2.1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-thread-api-2.2.1.pom (added)
+++ james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-thread-api-2.2.1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,44 @@
+<?xml version="1.0"?>
+<!--
+  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">
+  <parent>
+    <groupId>org.apache.excalibur.components</groupId>
+    <artifactId>excalibur-thread-modules</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.excalibur.components</groupId>
+  <artifactId>excalibur-thread-api</artifactId>
+  <version>2.2.1</version>
+  <name>Excalibur Threads API</name>
+  <inceptionYear>2001</inceptionYear>
+  <description>Excalibur Threads API</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+  </dependencies>
+  <build />
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-thread-impl-2.2.1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-thread-impl-2.2.1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-thread-impl-2.2.1.pom (added)
+++ james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-thread-impl-2.2.1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,86 @@
+<?xml version="1.0"?>
+<!--
+  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">
+  <parent>
+    <groupId>org.apache.excalibur.components</groupId>
+    <artifactId>excalibur-thread-modules</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.excalibur.components</groupId>
+  <artifactId>excalibur-thread-impl</artifactId>
+  <version>2.2.1</version>
+  <name>Excalibur Threads Implementation</name>
+  <inceptionYear>2001</inceptionYear>
+  <description>Excalibur Threads Implementation</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-impl</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-thread-api</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-pool-api</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-pool-impl</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+      <version>3.8.2</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.excalibur.fortress.meta</groupId>
+        <artifactId>maven-fortress-plugin</artifactId>
+        <version>1.3.1</version>
+        <executions>
+          <execution>
+            <phase>compile</phase>
+            <goals>
+              <goal>collect-metainfo</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-thread-modules-1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-thread-modules-1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-thread-modules-1.pom (added)
+++ james/server/trunk/stage/org.apache.excalibur.components/poms/excalibur-thread-modules-1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,40 @@
+<?xml version="1.0"?>
+<!--
+  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">
+  <parent>
+    <groupId>org.apache.excalibur.components</groupId>
+    <artifactId>excalibur-components-modules</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.excalibur.components</groupId>
+  <artifactId>excalibur-thread-modules</artifactId>
+  <version>1</version>
+  <name>Excalibur Thread [modules]</name>
+  <packaging>pom</packaging>
+  <modules>
+    <module>api</module>
+    <module>impl</module>
+    <module>instrumented</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.excalibur.containerkit/poms/excalibur-containerkit-1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.excalibur.containerkit/poms/excalibur-containerkit-1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.excalibur.containerkit/poms/excalibur-containerkit-1.pom (added)
+++ james/server/trunk/stage/org.apache.excalibur.containerkit/poms/excalibur-containerkit-1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+  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">
+  <parent>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.excalibur.containerkit</groupId>
+  <artifactId>excalibur-containerkit</artifactId>
+  <version>1</version>
+  <name>Excalibur Containerkit [modules]</name>
+  <packaging>pom</packaging>
+  <modules>
+    <module>logkit</module>
+    <module>logger</module>
+    <module>lifecycle</module>
+    <module>instrument</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.excalibur/poms/excalibur-1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.excalibur/poms/excalibur-1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.excalibur/poms/excalibur-1.pom (added)
+++ james/server/trunk/stage/org.apache.excalibur/poms/excalibur-1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,215 @@
+<?xml version="1.0"?>
+<!--
+  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</groupId>
+    <artifactId>apache</artifactId>
+    <version>3</version>
+  </parent>
+  <groupId>org.apache.excalibur</groupId>
+  <artifactId>excalibur</artifactId>
+  <version>1</version>
+  <name>Excalibur</name>
+  <packaging>pom</packaging>
+  <modules>
+    <module>containerkit</module>
+    <module>framework</module>
+    <module>components</module>
+    <module>fortress</module>
+    <module>deprecated</module>
+    <module>cornerstone</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+  </scm>
+  <distributionManagement>
+    <repository>
+      <id>apache-maven</id>
+      <name>repository</name>
+      <!-- need to point to a staging repo here -->
+      <url>file:///Users/jheymans/tmp/stagingrepo</url>
+      <!--url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository/</url-->
+    </repository>
+    <!--snapshotRepository>
+      <id>apache-maven-snapshot</id>
+      <name>repository</name>
+      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository-->
+  </distributionManagement>
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <plugins>
+      <plugin>
+        <inherited>true</inherited>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <phase>deploy</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <inherited>true</inherited>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-javadocs</id>
+            <phase>deploy</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <inherited>true</inherited>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-gpg-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>sign-artifacts</id>
+            <phase>deploy</phase>
+            <goals>
+              <goal>sign</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <passphrase>yourgpgpassphrasehere</passphrase>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.3</source>
+          <target>1.3</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy-resources</id>
+            <phase>process-resources</phase>
+            <configuration>
+              <tasks>
+                <copy todir="${project.build.directory}/classes/META-INF" failonerror="false" verbose="false">
+                  <fileset dir="${basedir}">
+                    <include name="LICENSE.txt" />
+                    <include name="NOTICE.txt" />
+                  </fileset>
+                </copy>
+                <copy todir="${project.build.directory}/classes" failonerror="false" verbose="false">
+                  <fileset dir="${basedir}/src/java">
+                    <include name="**/*.xtest" />
+                    <include name="**/*.roles" />
+                    <include name="**/*.xconf" />
+                    <include name="**/*.xlog" />
+                  </fileset>
+                </copy>
+              </tasks>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>copy-test-resources</id>
+            <phase>process-test-resources</phase>
+            <configuration>
+              <tasks>
+                <copy todir="${project.build.directory}/test-classes" failonerror="false" verbose="false">
+                  <fileset dir="${basedir}/src/test">
+                    <include name="**/*.xtest" />
+                    <include name="**/*.roles" />
+                    <include name="**/*.xconf" />
+                    <include name="**/*.xlog" />
+                    <include name="**/*.properties" />
+                  </fileset>
+                </copy>
+              </tasks>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-eclipse-plugin</artifactId>
+        <configuration>
+          <!--
+            This will avoid Maven and Eclipse sharing each-others generated classes
+            since they use different compilers. 
+            Make sure to ignore eclipse-classes for SCM checkin/diff in Eclipse: 
+            Window->Preferences->Team->Ignored Resources
+          -->
+          <buildOutputDirectory>${basedir}/eclipse-classes</buildOutputDirectory>
+          <wtpversion>1.0</wtpversion>
+          <useProjectReferences>false</useProjectReferences>
+          <downloadSources>true</downloadSources>
+          <buildcommands>
+            <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
+          </buildcommands>
+          <!--
+          <projectnatures>
+            <projectnature>org.eclipse.jdt.core.javanature</projectnature>
+          </projectnatures>
+          -->
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>eclipse</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-idea-plugin</artifactId>
+        <version>2.0</version>
+        <configuration>
+          <!-- can't use 1.3: most of the libs are compiled with 1.4 -->
+          <jdkName>1.4</jdkName>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-4</version>
+        <configuration>
+          <tagBase>https://svn.apache.org/repos/asf/excalibur/tags</tagBase>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: james/server/trunk/stage/org.apache.excalibur/poms/excalibur-2.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.excalibur/poms/excalibur-2.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.excalibur/poms/excalibur-2.pom (added)
+++ james/server/trunk/stage/org.apache.excalibur/poms/excalibur-2.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,216 @@
+<?xml version="1.0"?>
+<!--
+  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</groupId>
+    <artifactId>apache</artifactId>
+    <version>3</version>
+  </parent>
+  <groupId>org.apache.excalibur</groupId>
+  <artifactId>excalibur</artifactId>
+  <version>2</version>
+  <name>Excalibur</name>
+  <packaging>pom</packaging>
+  <modules>
+    <module>containerkit</module>
+    <module>framework</module>
+    <module>components</module>
+    <module>fortress</module>
+    <module>deprecated</module>
+    <module>cornerstone</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+  </scm>
+  <distributionManagement>
+    <repository>
+      <id>apache-maven</id>
+      <name>repository</name>
+      <!-- need to point to a staging repo here -->
+      <url>file:///Users/jheymans/tmp/stagingrepo</url>
+      <!--url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository/</url-->
+    </repository>
+    <!--snapshotRepository>
+      <id>apache-maven-snapshot</id>
+      <name>repository</name>
+      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository-->
+  </distributionManagement>
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.3</source>
+          <target>1.3</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy-resources</id>
+            <phase>process-resources</phase>
+            <configuration>
+              <tasks>
+                <copy todir="${project.build.directory}/classes/META-INF" failonerror="false" verbose="false">
+                  <fileset dir="${basedir}">
+                    <include name="LICENSE.txt" />
+                    <include name="NOTICE.txt" />
+                  </fileset>
+                </copy>
+                <copy todir="${project.build.directory}/classes" failonerror="false" verbose="false">
+                  <fileset dir="${basedir}/src/java">
+                    <include name="**/*.xtest" />
+                    <include name="**/*.roles" />
+                    <include name="**/*.xconf" />
+                    <include name="**/*.xlog" />
+                  </fileset>
+                </copy>
+              </tasks>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>copy-test-resources</id>
+            <phase>process-test-resources</phase>
+            <configuration>
+              <tasks>
+                <copy todir="${project.build.directory}/test-classes" failonerror="false" verbose="false">
+                  <fileset dir="${basedir}/src/test">
+                    <include name="**/*.xtest" />
+                    <include name="**/*.roles" />
+                    <include name="**/*.xconf" />
+                    <include name="**/*.xlog" />
+                    <include name="**/*.properties" />
+                  </fileset>
+                </copy>
+              </tasks>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-eclipse-plugin</artifactId>
+        <configuration>
+          <!--
+            This will avoid Maven and Eclipse sharing each-others generated classes
+            since they use different compilers. 
+            Make sure to ignore eclipse-classes for SCM checkin/diff in Eclipse: 
+            Window->Preferences->Team->Ignored Resources
+          -->
+          <buildOutputDirectory>${basedir}/eclipse-classes</buildOutputDirectory>
+          <wtpversion>1.0</wtpversion>
+          <useProjectReferences>false</useProjectReferences>
+          <downloadSources>true</downloadSources>
+          <buildcommands>
+            <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
+          </buildcommands>
+          <!--
+          <projectnatures>
+            <projectnature>org.eclipse.jdt.core.javanature</projectnature>
+          </projectnatures>
+          -->
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>eclipse</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-idea-plugin</artifactId>
+        <version>2.0</version>
+        <configuration>
+          <!-- can't use 1.3: most of the libs are compiled with 1.4 -->
+          <jdkName>1.4</jdkName>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-4</version>
+        <configuration>
+          <tagBase>https://svn.apache.org/repos/asf/excalibur/tags</tagBase>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-source-plugin</artifactId>
+           <executions>
+             <execution>
+               <id>attach-sources</id>
+               <goals>
+                 <goal>jar</goal>
+               </goals>
+             </execution>
+           </executions>
+         </plugin>
+         <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-javadoc-plugin</artifactId>
+           <executions>
+             <execution>
+               <id>attach-javadocs</id>
+               <goals>
+                 <goal>jar</goal>
+               </goals>
+             </execution>
+           </executions>
+         </plugin>
+          <plugin>
+            <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: james/server/trunk/stage/org.apache.excalibur/poms/excalibur-3.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.excalibur/poms/excalibur-3.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.excalibur/poms/excalibur-3.pom (added)
+++ james/server/trunk/stage/org.apache.excalibur/poms/excalibur-3.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,241 @@
+<?xml version="1.0"?>
+<!--
+  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</groupId>
+    <artifactId>apache</artifactId>
+    <version>3</version>
+
+  </parent>
+  <groupId>org.apache.excalibur</groupId>
+  <artifactId>excalibur</artifactId>
+  <version>3</version>
+  <name>Excalibur</name>
+  <packaging>pom</packaging>
+
+  <modules>
+    <module>containerkit</module>
+    <module>framework</module>
+    <module>components</module>
+    <module>fortress</module>
+    <module>deprecated</module>
+
+    <module>cornerstone</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-3</developerConnection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-3</url>
+  </scm>
+
+  <distributionManagement>
+    <repository>
+      <id>apache-maven</id>
+      <name>repository</name>
+      <!-- need to point to a staging repo here -->
+      <url>file:///Users/jheymans/tmp/stagingrepo</url>
+      <!--url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository/</url-->
+
+    </repository>
+    <!--snapshotRepository>
+      <id>apache-maven-snapshot</id>
+      <name>repository</name>
+      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository-->
+  </distributionManagement>
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <plugins>
+      <plugin>
+
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.3</source>
+          <target>1.3</target>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy-resources</id>
+            <phase>process-resources</phase>
+
+            <configuration>
+              <tasks>
+                <copy todir="${project.build.directory}/classes/META-INF" failonerror="false" verbose="false">
+                  <fileset dir="${basedir}">
+                    <include name="LICENSE.txt" />
+                    <include name="NOTICE.txt" />
+                  </fileset>
+                </copy>
+                <copy todir="${project.build.directory}/classes" failonerror="false" verbose="false">
+
+                  <fileset dir="${basedir}/src/java">
+                    <include name="**/*.xtest" />
+                    <include name="**/*.roles" />
+                    <include name="**/*.xconf" />
+                    <include name="**/*.xlog" />
+                    <include name="**/*.xinfo" />
+                  </fileset>
+                </copy>
+              </tasks>
+
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>copy-test-resources</id>
+            <phase>process-test-resources</phase>
+
+            <configuration>
+              <tasks>
+                <copy todir="${project.build.directory}/test-classes" failonerror="false" verbose="false">
+                  <fileset dir="${basedir}/src/test">
+                    <include name="**/*.xtest" />
+                    <include name="**/*.roles" />
+                    <include name="**/*.xconf" />
+                    <include name="**/*.xlog" />
+                    <include name="**/*.properties" />
+
+                  </fileset>
+                </copy>
+              </tasks>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-eclipse-plugin</artifactId>
+        <configuration>
+          <!--
+            This will avoid Maven and Eclipse sharing each-others generated classes
+            since they use different compilers. 
+            Make sure to ignore eclipse-classes for SCM checkin/diff in Eclipse: 
+            Window->Preferences->Team->Ignored Resources
+          -->
+          <buildOutputDirectory>${basedir}/eclipse-classes</buildOutputDirectory>
+
+          <wtpversion>1.0</wtpversion>
+          <useProjectReferences>false</useProjectReferences>
+          <downloadSources>true</downloadSources>
+          <buildcommands>
+            <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
+          </buildcommands>
+          <!--
+          <projectnatures>
+            <projectnature>org.eclipse.jdt.core.javanature</projectnature>
+          </projectnatures>
+          -->
+
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>eclipse</goal>
+            </goals>
+          </execution>
+        </executions>
+
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-idea-plugin</artifactId>
+        <version>2.0</version>
+        <configuration>
+          <!-- can't use 1.3: most of the libs are compiled with 1.4 -->
+
+          <jdkName>1.4</jdkName>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-4</version>
+
+        <configuration>
+          <tagBase>https://svn.apache.org/repos/asf/excalibur/tags</tagBase>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <profile>
+
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-source-plugin</artifactId>
+           <executions>
+
+             <execution>
+               <id>attach-sources</id>
+               <goals>
+                 <goal>jar</goal>
+               </goals>
+             </execution>
+           </executions>
+         </plugin>
+
+         <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-javadoc-plugin</artifactId>
+           <executions>
+             <execution>
+               <id>attach-javadocs</id>
+               <goals>
+
+                 <goal>jar</goal>
+               </goals>
+             </execution>
+           </executions>
+         </plugin>
+          <plugin>
+            <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: james/server/trunk/stage/org.apache.james/poms/james-server-root-1.0.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/poms/james-server-root-1.0.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.james/poms/james-server-root-1.0.pom (added)
+++ james/server/trunk/stage/org.apache.james/poms/james-server-root-1.0.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,88 @@
+<?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>
+  <groupId>org.apache.james</groupId>
+  <artifactId>james-server-root</artifactId>
+  <name>JAMES Server</name>
+  <version>1.0</version>
+  <description>
+    Apache JAMES Server
+  </description>
+  <packaging>pom</packaging>
+  <parent>
+    <groupId>org.apache.james</groupId>
+    <artifactId>james-project</artifactId>
+    <version>1.1</version>
+  </parent>
+  <modules>
+    <module>2.2.0</module>
+  </modules>
+  <url>http://james.apache.org/server/</url>
+  <inceptionYear>2006</inceptionYear>
+
+  <distributionManagement>
+    <site>
+      <id>james-server-website</id>
+      <url>scp://minotaur.apache.org/www/james.apache.org/server/</url>
+    </site>
+  </distributionManagement>
+  
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/JAMES</url>
+  </issueManagement>
+
+  <ciManagement>
+    <system>continuum</system>
+    <notifiers>
+      <notifier>
+        <type>mail</type>
+        <sendOnError />
+        <sendOnFailure />
+        <address>server-dev@james.apache.org</address>
+      </notifier>
+    </notifiers>
+  </ciManagement>
+
+  <mailingLists>
+    <mailingList>
+      <name>Server User List</name>
+      <subscribe>server-user-subscribe@james.apache.org</subscribe>
+      <unsubscribe>server-user-unsubscribe@james.apache.org</unsubscribe>
+      <archive>http://www.mail-archive.com/server-user@james.apache.org/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Server Developer List</name>
+      <subscribe>server-dev-subscribe@james.apache.org</subscribe>
+      <unsubscribe>server-dev-unsubscribe@james.apache.org</unsubscribe>
+      <post>server-dev@james.apache.org</post>
+      <archive>http://www.mail-archive.com/server-dev@james.apache.org/</archive>
+    </mailingList>
+    <mailingList>
+      <name>James General List</name>
+      <subscribe>general-subscribe@james.apache.org</subscribe>
+      <unsubscribe>general-unsubscribe@james.apache.org</unsubscribe>
+      <archive>http://www.mail-archive.com/general%40james.apache.org/</archive>
+    </mailingList>
+  </mailingLists>
+
+
+</project>
\ No newline at end of file



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