Author: rdonkin
Date: Wed May 27 19:51:32 2009
New Revision: 779285
URL: http://svn.apache.org/viewvc?rev=779285&view=rev
Log:
IMAP-94 Separate parent pom and add OSGi bindings to manifest.
https://issues.apache.org/jira/browse/IMAP-94
Added:
james/imap/trunk/parent/
james/imap/trunk/parent/pom.xml
- copied, changed from r778685, james/imap/trunk/pom.xml
Modified:
james/imap/trunk/api/pom.xml
james/imap/trunk/decode/pom.xml
james/imap/trunk/deployment/pom.xml
james/imap/trunk/jpa/pom.xml
james/imap/trunk/mailbox/pom.xml
james/imap/trunk/message/pom.xml
james/imap/trunk/pom.xml
james/imap/trunk/processor/pom.xml
james/imap/trunk/protocol-tester/pom.xml
james/imap/trunk/seda/pom.xml
james/imap/trunk/stage/pom.xml
james/imap/trunk/store/pom.xml
james/imap/trunk/torque/pom.xml
Modified: james/imap/trunk/api/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/api/pom.xml?rev=779285&r1=779284&r2=779285&view=diff
==============================================================================
--- james/imap/trunk/api/pom.xml (original)
+++ james/imap/trunk/api/pom.xml Wed May 27 19:51:32 2009
@@ -19,9 +19,10 @@
-->
<project>
<parent>
- <artifactId>apache-james-imap</artifactId>
+ <artifactId>apache-james-imap-parent</artifactId>
<groupId>org.apache.james</groupId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
Modified: james/imap/trunk/decode/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/decode/pom.xml?rev=779285&r1=779284&r2=779285&view=diff
==============================================================================
--- james/imap/trunk/decode/pom.xml (original)
+++ james/imap/trunk/decode/pom.xml Wed May 27 19:51:32 2009
@@ -19,9 +19,10 @@
-->
<project>
<parent>
- <artifactId>apache-james-imap</artifactId>
+ <artifactId>apache-james-imap-parent</artifactId>
<groupId>org.apache.james</groupId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
Modified: james/imap/trunk/deployment/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/deployment/pom.xml?rev=779285&r1=779284&r2=779285&view=diff
==============================================================================
--- james/imap/trunk/deployment/pom.xml (original)
+++ james/imap/trunk/deployment/pom.xml Wed May 27 19:51:32 2009
@@ -19,9 +19,10 @@
-->
<project>
<parent>
- <artifactId>apache-james-imap</artifactId>
+ <artifactId>apache-james-imap-parent</artifactId>
<groupId>org.apache.james</groupId>
<version>0.1-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
Modified: james/imap/trunk/jpa/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/jpa/pom.xml?rev=779285&r1=779284&r2=779285&view=diff
==============================================================================
--- james/imap/trunk/jpa/pom.xml (original)
+++ james/imap/trunk/jpa/pom.xml Wed May 27 19:51:32 2009
@@ -19,9 +19,10 @@
-->
<project>
<parent>
- <artifactId>apache-james-imap</artifactId>
+ <artifactId>apache-james-imap-parent</artifactId>
<groupId>org.apache.james</groupId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
Modified: james/imap/trunk/mailbox/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/mailbox/pom.xml?rev=779285&r1=779284&r2=779285&view=diff
==============================================================================
--- james/imap/trunk/mailbox/pom.xml (original)
+++ james/imap/trunk/mailbox/pom.xml Wed May 27 19:51:32 2009
@@ -19,9 +19,10 @@
-->
<project>
<parent>
- <artifactId>apache-james-imap</artifactId>
+ <artifactId>apache-james-imap-parent</artifactId>
<groupId>org.apache.james</groupId>
<version>0.1-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
Modified: james/imap/trunk/message/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/message/pom.xml?rev=779285&r1=779284&r2=779285&view=diff
==============================================================================
--- james/imap/trunk/message/pom.xml (original)
+++ james/imap/trunk/message/pom.xml Wed May 27 19:51:32 2009
@@ -19,9 +19,10 @@
-->
<project>
<parent>
- <artifactId>apache-james-imap</artifactId>
+ <artifactId>apache-james-imap-parent</artifactId>
<groupId>org.apache.james</groupId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
Copied: james/imap/trunk/parent/pom.xml (from r778685, james/imap/trunk/pom.xml)
URL:
http://svn.apache.org/viewvc/james/imap/trunk/parent/pom.xml?p2=james/imap/trunk/parent/pom.xml&p1=james/imap/trunk/pom.xml&r1=778685&r2=779285&rev=779285&view=diff
==============================================================================
--- james/imap/trunk/pom.xml (original)
+++ james/imap/trunk/parent/pom.xml Wed May 27 19:51:32 2009
@@ -22,31 +22,18 @@
<artifactId>james-project</artifactId>
<groupId>org.apache.james</groupId>
<version>1.3</version>
- <relativePath>../james-project/project/pom.xml</relativePath>
+ <relativePath>../../james-project/project/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap</artifactId>
- <name>Apache JAMES Imap</name>
+ <artifactId>apache-james-imap-parent</artifactId>
+ <name>Apache JAMES Imap Parent pom</name>
<version>0.1-SNAPSHOT</version>
<description>The Apache JAMES Imap Protocol</description>
<url>http://james.apache.org/imap/</url>
<inceptionYear>2002</inceptionYear>
<packaging>pom</packaging>
- <modules>
- <module>stage</module>
- <module>protocol-tester</module>
- <module>api</module>
- <module>message</module>
- <module>decode</module>
- <module>mailbox</module>
- <module>store</module>
- <module>processor</module>
- <module>torque</module>
- <module>jpa</module>
- <module>seda</module>
- <module>deployment</module>
- </modules>
+
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/james/server/trunk</connection>
<developerConnection>scm:svn:https://${[email protected]/repos/asf/james/server/trunk</developerConnection>
@@ -62,17 +49,24 @@
<target>1.5</target>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifest>
-
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
- </manifest>
- </archive>
- </configuration>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+ <manifestEntries>
+ <Specification-Title>${pom.name}</Specification-Title>
+ <Specification-Version>${pom.version}</Specification-Version>
+ <Specification-Vendor>The Apache Software
Foundation</Specification-Vendor>
+ <Implementation-Title>${pom.name}</Implementation-Title>
+ <Implementation-Version>${pom.version}</Implementation-Version>
+ <Implementation-Vendor>The Apache Software
Foundation</Implementation-Vendor>
+ <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+ <url>${pom.url}</url>
+ </manifestEntries>
+ </archive>
+ </configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
@@ -92,11 +86,32 @@
<descriptorRef>src</descriptorRef>
</descriptorRefs>
</configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>2.0.0</version>
+ <executions>
+ <execution>
+ <id>bundle-manifest</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ <extensions>true</extensions>
+ <configuration>
+ <instructions>
+ <Export-Package>org.apache.james.imap.*</Export-Package>
+ <Embed-Dependency>*;scope=runtime</Embed-Dependency>
+ </instructions>
+ </configuration>
</plugin>
<!-- Add NOTICE and LICENSE to generated JAR -->
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
- <version>1.0-alpha-5</version>
+ <version>1.0</version>
<executions>
<execution>
<goals>
@@ -104,7 +119,7 @@
</goals>
<configuration>
<resourceBundles>
-
<resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
+
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
</resourceBundles>
<properties>
<!-- <preProjectText>PRE PROCESS TEXT</preProjectText>
-->
Modified: james/imap/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/pom.xml?rev=779285&r1=779284&r2=779285&view=diff
==============================================================================
--- james/imap/trunk/pom.xml (original)
+++ james/imap/trunk/pom.xml Wed May 27 19:51:32 2009
@@ -34,7 +34,7 @@
<inceptionYear>2002</inceptionYear>
<packaging>pom</packaging>
<modules>
- <module>stage</module>
+ <!-- <module>stage</module> -->
<module>protocol-tester</module>
<module>api</module>
<module>message</module>
@@ -47,504 +47,6 @@
<module>seda</module>
<module>deployment</module>
</modules>
- <scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/james/server/trunk</connection>
-
<developerConnection>scm:svn:https://${[email protected]/repos/asf/james/server/trunk</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/james/server/trunk?root=Apache-SVN</url>
- </scm>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <optimize>true</optimize>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifest>
-
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
- </manifest>
- </archive>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptorRefs>
- <descriptorRef>bin</descriptorRef>
- <descriptorRef>src</descriptorRef>
- </descriptorRefs>
- </configuration>
- </plugin>
- <!-- Add NOTICE and LICENSE to generated JAR -->
- <plugin>
- <artifactId>maven-remote-resources-plugin</artifactId>
- <version>1.0-alpha-5</version>
- <executions>
- <execution>
- <goals>
- <goal>process</goal>
- </goals>
- <configuration>
- <resourceBundles>
-
<resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
- </resourceBundles>
- <properties>
- <!-- <preProjectText>PRE PROCESS TEXT</preProjectText>
-->
- <postProjectText>This file is automatically generated by
dependencies declared in pom.xml</postProjectText>
- <addLicense>true</addLicense>
- </properties>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- <repositories>
-<!--
- <repository>
- <id>local-james-stage-m1</id>
- <name>Local James stage repository</name>
- <url>file://${basedir}/stage</url>
- <layout>legacy</layout>
- <releases>
- <enabled>true</enabled>
- <checksumPolicy>ignore</checksumPolicy>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <checksumPolicy>ignore</checksumPolicy>
- </snapshots>
- </repository>
- <! - - this is an hack for submodules to find stage folder - ->
- <repository>
- <id>parent-james-stage-m1</id>
- <name>Parent James stage repository</name>
- <url>file://${basedir}/../stage</url>
- <layout>legacy</layout>
- <releases>
- <enabled>true</enabled>
- <checksumPolicy>ignore</checksumPolicy>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <checksumPolicy>ignore</checksumPolicy>
- </snapshots>
- </repository>
--->
- <!-- Override parent POM to remove repositories -->
- <!--
- <repository>
- <id>central</id>
- <name>Apache Main M2 Repository</name>
- <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>apache.snapshots</id>
- <name>Apache Snapshot Repository</name>
- <url>http://people.apache.org/repo/m2-snapshot-repository</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- -->
- </repositories>
- <reporting>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- <!--
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jxr-maven-plugin</artifactId>
- </plugin>
- -->
- <plugin>
- <artifactId>maven-jxr-plugin</artifactId>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>rat-maven-plugin</artifactId>
- <version>1.0-alpha-3</version>
- <configuration>
- <excludes>
- <exclude>NOTICE.*</exclude>
- <exclude>LICENSE.*</exclude>
- <!-- Generated by Maven -->
- <exclude>release.properties</exclude>
- <exclude>dist/**/*</exclude>
- <!-- Eclipse -->
- <exclude>**/.*</exclude>
- <exclude>.*/**/*</exclude>
- <!-- Ignore logs -->
- <exclude>**/derby.log</exclude>
- <!-- Ignore torque autogenerated -->
-
<exclude>**/org/apache/james/mailboxmanager/torque/om/**/*</exclude>
- <exclude>**/org/apache/torque/**/*.*</exclude>
- </excludes>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-pmd-plugin</artifactId>
- <configuration>
- <aggregate>true</aggregate>
- <targetjdk>1.4</targetjdk>
- <rulesets>
- <ruleset>/rulesets/basic.xml</ruleset>
- <ruleset>/rulesets/unusedcode.xml</ruleset>
- <ruleset>/rulesets/imports.xml</ruleset>
- </rulesets>
- <format>xml</format>
- <linkXref>true</linkXref>
- <sourceEncoding>utf-8</sourceEncoding>
- <minimumTokens>100</minimumTokens>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-site-plugin</artifactId>
- </plugin>
- </plugins>
- </reporting>
- <distributionManagement>
- <site>
- <id>server-trunk-website</id>
- <url>scp://people.apache.org/www/james.apache.org/server/trunk/</url>
- </site>
- </distributionManagement>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-mailbox</artifactId>
- <version>0.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-store</artifactId>
- <version>0.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-message</artifactId>
- <version>0.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-decode</artifactId>
- <version>0.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-torque</artifactId>
- <version>0.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-processor</artifactId>
- <version>0.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-seda</artifactId>
- <version>0.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-jpa</artifactId>
- <version>0.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-seda</artifactId>
- <version>0.1-SNAPSHOT</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-api</artifactId>
- <version>0.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-api</artifactId>
- <version>0.1-SNAPSHOT</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-protocol-tester</artifactId>
- <version>0.1-SNAPSHOT</version>
- <scope>test</scope>
- </dependency>
-
-
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-mime4j</artifactId>
- <version>0.6</version>
- </dependency>
- <!-- Declare javamail as provided to be able to easily switch -->
- <!-- to different implementations (Geronimo) -->
- <dependency>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- <version>1.4.1</version>
- </dependency>
- <dependency>
- <groupId>javax.activation</groupId>
- <artifactId>activation</artifactId>
- <version>1.1.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-activation_1.1_spec</artifactId>
- <version>1.0.2</version>
- </dependency>
- <dependency>
- <groupId>org.apache.geronimo.javamail</groupId>
- <artifactId>geronimo-javamail_1.4_mail</artifactId>
- <version>1.6</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.1</version>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.1</version>
- <exclusions>
- <exclusion>
- <artifactId>logkit</artifactId>
- <groupId>logkit</groupId>
- </exclusion>
- <exclusion>
- <artifactId>avalon-framework</artifactId>
- <groupId>avalon-framework</groupId>
- </exclusion>
- <exclusion>
- <artifactId>log4j</artifactId>
- <groupId>log4j</groupId>
- </exclusion>
- <exclusion>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.1</version>
- </dependency>
- <!-- used by torque -->
- <dependency>
- <groupId>commons-pool</groupId>
- <artifactId>commons-pool</artifactId>
- <version>1.2</version>
- <exclusions>
- <exclusion>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- </exclusion>
- <exclusion>
- <groupId>xerces</groupId>
- <artifactId>xerces</artifactId>
- </exclusion>
- <exclusion>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>commons-configuration</groupId>
- <artifactId>commons-configuration</artifactId>
- <version>1.1</version>
- <exclusions>
- <exclusion>
- <artifactId>dom4j</artifactId>
- <groupId>dom4j</groupId>
- </exclusion>
- <exclusion>
- <artifactId>servletapi</artifactId>
- <groupId>servletapi</groupId>
- </exclusion>
- <exclusion>
- <artifactId>xerces</artifactId>
- <groupId>xerces</groupId>
- </exclusion>
- <exclusion>
- <artifactId>commons-digester</artifactId>
- <groupId>commons-digester</groupId>
- </exclusion>
- <exclusion>
- <artifactId>commons-beanutils-core</artifactId>
- <groupId>commons-beanutils</groupId>
- </exclusion>
- <exclusion>
- <artifactId>commons-beanutils-bean-collections</artifactId>
- <groupId>commons-beanutils</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>village</groupId>
- <artifactId>village</artifactId>
- <version>2.0</version>
- </dependency>
- <dependency>
- <groupId>commons-dbcp</groupId>
- <artifactId>commons-dbcp</artifactId>
- <version>1.2.1</version>
- <exclusions>
- <exclusion>
- <artifactId>xercesImpl</artifactId>
- <groupId>xerces</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.1</version>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <scope>test</scope>
- <version>1.2</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- </dependency>
- <dependency>
- <groupId>org.jmock</groupId>
- <artifactId>jmock</artifactId>
- <version>2.5.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.jmock</groupId>
- <artifactId>jmock-junit3</artifactId>
- <version>2.5.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.jmock</groupId>
- <artifactId>jmock-junit3</artifactId>
- <version>2.5.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.h2database</groupId>
- <artifactId>h2</artifactId>
- <version>1.0.79</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>concurrent</groupId>
- <artifactId>concurrent</artifactId>
- <version>1.3.4</version>
- </dependency>
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.7.0</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.derby</groupId>
- <artifactId>derby</artifactId>
- <version>10.2.2.0</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- <version>2.0.2</version>
- <scope>provided</scope>
- </dependency>
- <!--
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.6.2</version>
- <scope>provided</scope>
- </dependency>
- -->
- <dependency>
- <groupId>org.apache.db.torque</groupId>
- <artifactId>runtime</artifactId>
- <version>3.3-RC2</version>
- <exclusions>
- <exclusion>
- <groupId>avalon-framework</groupId>
- <artifactId>avalon-framework-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>avalon-logkit</groupId>
- <artifactId>avalon-logkit</artifactId>
- </exclusion>
- <exclusion>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>javax.persistence</groupId>
- <artifactId>persistence-api</artifactId>
- <version>1.0.2</version>
- </dependency>
- <dependency>
- <groupId>org.apache.openjpa</groupId>
- <artifactId>openjpa</artifactId>
- <version>1.2.0</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
<profiles>
<profile>
Modified: james/imap/trunk/processor/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/processor/pom.xml?rev=779285&r1=779284&r2=779285&view=diff
==============================================================================
--- james/imap/trunk/processor/pom.xml (original)
+++ james/imap/trunk/processor/pom.xml Wed May 27 19:51:32 2009
@@ -19,9 +19,10 @@
-->
<project>
<parent>
- <artifactId>apache-james-imap</artifactId>
+ <artifactId>apache-james-imap-parent</artifactId>
<groupId>org.apache.james</groupId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
Modified: james/imap/trunk/protocol-tester/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/protocol-tester/pom.xml?rev=779285&r1=779284&r2=779285&view=diff
==============================================================================
--- james/imap/trunk/protocol-tester/pom.xml (original)
+++ james/imap/trunk/protocol-tester/pom.xml Wed May 27 19:51:32 2009
@@ -19,9 +19,10 @@
-->
<project>
<parent>
- <artifactId>apache-james-imap</artifactId>
+ <artifactId>apache-james-imap-parent</artifactId>
<groupId>org.apache.james</groupId>
<version>0.1-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
Modified: james/imap/trunk/seda/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/seda/pom.xml?rev=779285&r1=779284&r2=779285&view=diff
==============================================================================
--- james/imap/trunk/seda/pom.xml (original)
+++ james/imap/trunk/seda/pom.xml Wed May 27 19:51:32 2009
@@ -19,9 +19,10 @@
-->
<project>
<parent>
- <artifactId>apache-james-imap</artifactId>
+ <artifactId>apache-james-imap-parent</artifactId>
<groupId>org.apache.james</groupId>
<version>0.1-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
Modified: james/imap/trunk/stage/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/stage/pom.xml?rev=779285&r1=779284&r2=779285&view=diff
==============================================================================
--- james/imap/trunk/stage/pom.xml (original)
+++ james/imap/trunk/stage/pom.xml Wed May 27 19:51:32 2009
@@ -19,9 +19,10 @@
-->
<project>
<parent>
- <artifactId>apache-james-imap</artifactId>
+ <artifactId>apache-james-imap-parent</artifactId>
<groupId>org.apache.james</groupId>
<version>0.1-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
Modified: james/imap/trunk/store/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/store/pom.xml?rev=779285&r1=779284&r2=779285&view=diff
==============================================================================
--- james/imap/trunk/store/pom.xml (original)
+++ james/imap/trunk/store/pom.xml Wed May 27 19:51:32 2009
@@ -19,9 +19,10 @@
-->
<project>
<parent>
- <artifactId>apache-james-imap</artifactId>
+ <artifactId>apache-james-imap-parent</artifactId>
<groupId>org.apache.james</groupId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
Modified: james/imap/trunk/torque/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/torque/pom.xml?rev=779285&r1=779284&r2=779285&view=diff
==============================================================================
--- james/imap/trunk/torque/pom.xml (original)
+++ james/imap/trunk/torque/pom.xml Wed May 27 19:51:32 2009
@@ -19,9 +19,10 @@
-->
<project>
<parent>
- <artifactId>apache-james-imap</artifactId>
+ <artifactId>apache-james-imap-parent</artifactId>
<groupId>org.apache.james</groupId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]