Author: rdonkin
Date: Tue May 19 20:58:55 2009
New Revision: 776456
URL: http://svn.apache.org/viewvc?rev=776456&view=rev
Log:
[maven-release-plugin] prepare release apache-james-mpt-0.1RC1
Modified:
james/mpt/trunk/antlib/pom.xml
james/mpt/trunk/app/pom.xml
james/mpt/trunk/assemble/pom.xml
james/mpt/trunk/main/pom.xml
james/mpt/trunk/pom.xml
Modified: james/mpt/trunk/antlib/pom.xml
URL:
http://svn.apache.org/viewvc/james/mpt/trunk/antlib/pom.xml?rev=776456&r1=776455&r2=776456&view=diff
==============================================================================
--- james/mpt/trunk/antlib/pom.xml (original)
+++ james/mpt/trunk/antlib/pom.xml Tue May 19 20:58:55 2009
@@ -17,11 +17,11 @@
specific language governing permissions and limitations
under the License.
-->
-<project>
+<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>
<artifactId>apache-james-mpt-project</artifactId>
<groupId>org.apache.james</groupId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1RC1</version>
<!-- Either this really points to the james-project/pom.xml or you
will have to tune the local repository, later, in this file -->
<relativePath>../pom.xml</relativePath>
@@ -87,9 +87,9 @@
<configuration>
<tasks>
<ant antfile="src/test/resources/build.xml" inheritAll="false"
inheritRefs="false">
- <property name="jar.name"
location="${project.build.outputDirectory}"/>
- <property name="base.dir" location="${basedir}"/>
- <property name="test.skipped" value="${maven.test.skip}"/>
+ <property name="jar.name"
location="${project.build.outputDirectory}" />
+ <property name="base.dir" location="${basedir}" />
+ <property name="test.skipped" value="${maven.test.skip}" />
<property name="test.classpath" refid="maven.test.classpath"
/>
</ant>
</tasks>
@@ -164,9 +164,9 @@
</build>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/trunk/antlib</connection>
-
<developerConnection>scm:svn:https://${[email protected]/repos/asf/james/mpt/trunk/antlib</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/james/mpt/trunk/antlib?root=Apache-SVN</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/tags/apache-james-mpt-0.1RC1/antlib</connection>
+
<developerConnection>scm:svn:https://[email protected]/repos/asf/james/mpt/tags/apache-james-mpt-0.1RC1/antlib</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/james/mpt/tags/apache-james-mpt-0.1RC1/antlib?root=Apache-SVN</url>
</scm>
</project>
Modified: james/mpt/trunk/app/pom.xml
URL:
http://svn.apache.org/viewvc/james/mpt/trunk/app/pom.xml?rev=776456&r1=776455&r2=776456&view=diff
==============================================================================
--- james/mpt/trunk/app/pom.xml (original)
+++ james/mpt/trunk/app/pom.xml Tue May 19 20:58:55 2009
@@ -17,11 +17,11 @@
specific language governing permissions and limitations
under the License.
-->
-<project>
+<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>
<artifactId>apache-james-mpt-project</artifactId>
<groupId>org.apache.james</groupId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1RC1</version>
<!-- Either this really points to the james-project/pom.xml or you
will have to tune the local repository, later, in this file -->
<relativePath>../pom.xml</relativePath>
@@ -126,9 +126,9 @@
</build>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/trunk/app</connection>
-<developerConnection>scm:svn:https://${[email protected]/repos/asf/james/mpt/trunk/app</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/james/mpt/trunk/app?root=Apache-SVN</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/tags/apache-james-mpt-0.1RC1/app</connection>
+<developerConnection>scm:svn:https://[email protected]/repos/asf/james/mpt/tags/apache-james-mpt-0.1RC1/app</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/james/mpt/tags/apache-james-mpt-0.1RC1/app?root=Apache-SVN</url>
</scm>
</project>
Modified: james/mpt/trunk/assemble/pom.xml
URL:
http://svn.apache.org/viewvc/james/mpt/trunk/assemble/pom.xml?rev=776456&r1=776455&r2=776456&view=diff
==============================================================================
--- james/mpt/trunk/assemble/pom.xml (original)
+++ james/mpt/trunk/assemble/pom.xml Tue May 19 20:58:55 2009
@@ -21,14 +21,14 @@
<parent>
<artifactId>apache-james-mpt-project</artifactId>
<groupId>org.apache.james</groupId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mpt</artifactId>
<name>Apache JAMES MPT Assembly</name>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1RC1</version>
<packaging>pom</packaging>
<description>
This module assembles distributions
Modified: james/mpt/trunk/main/pom.xml
URL:
http://svn.apache.org/viewvc/james/mpt/trunk/main/pom.xml?rev=776456&r1=776455&r2=776456&view=diff
==============================================================================
--- james/mpt/trunk/main/pom.xml (original)
+++ james/mpt/trunk/main/pom.xml Tue May 19 20:58:55 2009
@@ -17,11 +17,11 @@
specific language governing permissions and limitations
under the License.
-->
-<project>
+<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>
<artifactId>apache-james-mpt-project</artifactId>
<groupId>org.apache.james</groupId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1RC1</version>
<!-- Either this really points to the james-project/pom.xml or you
will have to tune the local repository, later, in this file -->
<relativePath>../pom.xml</relativePath>
@@ -50,9 +50,9 @@
</dependencies>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/trunk/main</connection>
-
<developerConnection>scm:svn:https://${[email protected]/repos/asf/james/mpt/trunk/main</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/james/mpt/trunk/main?root=Apache-SVN</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/tags/apache-james-mpt-0.1RC1/main</connection>
+
<developerConnection>scm:svn:https://[email protected]/repos/asf/james/mpt/tags/apache-james-mpt-0.1RC1/main</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/james/mpt/tags/apache-james-mpt-0.1RC1/main?root=Apache-SVN</url>
</scm>
<build>
<plugins>
Modified: james/mpt/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mpt/trunk/pom.xml?rev=776456&r1=776455&r2=776456&view=diff
==============================================================================
--- james/mpt/trunk/pom.xml (original)
+++ james/mpt/trunk/pom.xml Tue May 19 20:58:55 2009
@@ -1,132 +1,132 @@
-<?xml version="1.0" encoding="ISO-8859-15"?>
-<!--
- 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>
- <parent>
- <artifactId>james-project</artifactId>
- <groupId>org.apache.james</groupId>
- <version>1.3</version>
- <relativePath>james-project/project/pom.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-james-mpt-project</artifactId>
- <name>Apache JAMES MPT Project</name>
- <version>0.1-SNAPSHOT</version>
- <description>Functional test framework specialised for the ASCII line-base
protocols common in mail.</description>
- <url>http://james.apache.org/mpt/</url>
- <issueManagement>
- <url>http://issues.apache.org/jira/browse/MPT</url>
- </issueManagement>
- <inceptionYear>2008</inceptionYear>
- <packaging>pom</packaging>
- <modules>
- <module>main</module>
- <module>antlib</module>
+<?xml version="1.0" encoding="ISO-8859-15"?>
+<!--
+ 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>
+ <artifactId>james-project</artifactId>
+ <groupId>org.apache.james</groupId>
+ <version>1.3</version>
+ <relativePath>james-project/project/pom.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.james</groupId>
+ <artifactId>apache-james-mpt-project</artifactId>
+ <name>Apache JAMES MPT Project</name>
+ <version>0.1RC1</version>
+ <description>Functional test framework specialised for the ASCII line-base
protocols common in mail.</description>
+ <url>http://james.apache.org/mpt/</url>
+ <issueManagement>
+ <url>http://issues.apache.org/jira/browse/MPT</url>
+ </issueManagement>
+ <inceptionYear>2008</inceptionYear>
+ <packaging>pom</packaging>
+ <modules>
+ <module>main</module>
+ <module>antlib</module>
<module>app</module>
- <module>assemble</module>
- </modules>
- <scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mpt/trunk</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/james/mpt/trunk?root=Apache-SVN</url>
- </scm>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <optimize>true</optimize>
- <source>${target.jdk}</source>
+ <module>assemble</module>
+ </modules>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/tags/apache-james-mpt-0.1RC1</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mpt/tags/apache-james-mpt-0.1RC1</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/james/mpt/trunk/tags/apache-james-mpt-0.1RC1?root=Apache-SVN</url>
+ </scm>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <optimize>true</optimize>
+ <source>${target.jdk}</source>
<target>${target.jdk}</target>
- <encoding>iso8859-1</encoding>
- </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>
- <!-- Add NOTICE and LICENSE to generated JAR -->
- <plugin>
- <artifactId>maven-remote-resources-plugin</artifactId>
- <version>1.0</version>
- <executions>
- <execution>
- <goals>
- <goal>process</goal>
- </goals>
- <configuration>
- <resourceBundles>
-
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
- </resourceBundles>
- <properties>
- <postProjectText>This file is automatically generated by
dependencies declared in pom.xml</postProjectText>
- <addLicense>true</addLicense>
- </properties>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-doap-plugin</artifactId>
- <executions>
- <execution>
- <id>site</id>
- <phase>site</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <doapOptions>
- <programmingLanguage>java</programmingLanguage>
- <category>mail</category>
- <download-page>http://james.apache.org/download.cgi</download-page>
- </doapOptions>
-
- <asfExtOptions>
- <included>true</included>
- <pmc>http://james.apache.org</pmc>
- <name>Apache JAMES</name>
- </asfExtOptions>
-
- </configuration>
+ <encoding>iso8859-1</encoding>
+ </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>
+ <!-- Add NOTICE and LICENSE to generated JAR -->
+ <plugin>
+ <artifactId>maven-remote-resources-plugin</artifactId>
+ <version>1.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>process</goal>
+ </goals>
+ <configuration>
+ <resourceBundles>
+
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
+ </resourceBundles>
+ <properties>
+ <postProjectText>This file is automatically generated by
dependencies declared in pom.xml</postProjectText>
+ <addLicense>true</addLicense>
+ </properties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-doap-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>site</id>
+ <phase>site</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <doapOptions>
+ <programmingLanguage>java</programmingLanguage>
+ <category>mail</category>
+ <download-page>http://james.apache.org/download.cgi</download-page>
+ </doapOptions>
+
+ <asfExtOptions>
+ <included>true</included>
+ <pmc>http://james.apache.org</pmc>
+ <name>Apache JAMES</name>
+ </asfExtOptions>
+
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -140,112 +140,112 @@
</goals>
</execution>
</executions>
- </plugin>
- </plugins>
- </build>
- <repositories>
- <!-- enable central that is otherwise disabled by the parent pom. -->
- <repository>
- <id>central</id>
- <url>http://repo1.maven.org/maven2</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- </repositories>
-
- <mailingLists>
- <mailingList>
- <name>Apache James Server User Lists</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/james-server-user/</archive>
- </mailingList>
- <mailingList>
- <name>Apache James Server Developer Lists</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/james-server-dev/</archive>
- </mailingList>
- </mailingLists>
-
- <reporting>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <inherited>true</inherited>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.4.3</version>
- <inherited>true</inherited>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <inherited>true</inherited>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>emma-maven-plugin</artifactId>
- <inherited>true</inherited>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jxr-maven-plugin</artifactId>
- <inherited>true</inherited>
- </plugin>
- <plugin>
- <artifactId>maven-jxr-plugin</artifactId>
- <inherited>true</inherited>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>rat-maven-plugin</artifactId>
- <version>1.0-alpha-3</version>
- <inherited>true</inherited>
- <configuration>
- <excludes>
- <exclude>NOTICE.txt</exclude>
- <exclude>LICENSE.txt</exclude>
- <!-- Generated by Maven -->
- <exclude>release.properties</exclude>
- <exclude>dist/**/*</exclude>
- </excludes>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- <version>2.2</version>
- <inherited>true</inherited>
- </plugin>
- <plugin>
- <artifactId>maven-pmd-plugin</artifactId>
- <inherited>true</inherited>
- <configuration>
- <aggregate>true</aggregate>
- <targetjdk>${target.jdk}</targetjdk>
- <rulesets>
- <ruleset>/rulesets/basic.xml</ruleset>
- <ruleset>/rulesets/controversial.xml</ruleset>
- </rulesets>
- <format>xml</format>
- <linkXref>true</linkXref>
- <sourceEncoding>${project.build.sourceEncoding}</sourceEncoding>
- <minimumTokens>100</minimumTokens>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-site-plugin</artifactId>
- <inherited>true</inherited>
+ </plugin>
+ </plugins>
+ </build>
+ <repositories>
+ <!-- enable central that is otherwise disabled by the parent pom. -->
+ <repository>
+ <id>central</id>
+ <url>http://repo1.maven.org/maven2</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
+ <mailingLists>
+ <mailingList>
+ <name>Apache James Server User Lists</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/james-server-user/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Apache James Server Developer Lists</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/james-server-dev/</archive>
+ </mailingList>
+ </mailingLists>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <inherited>true</inherited>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ <version>2.4.3</version>
+ <inherited>true</inherited>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <inherited>true</inherited>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>emma-maven-plugin</artifactId>
+ <inherited>true</inherited>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jxr-maven-plugin</artifactId>
+ <inherited>true</inherited>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <inherited>true</inherited>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>rat-maven-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ <inherited>true</inherited>
+ <configuration>
+ <excludes>
+ <exclude>NOTICE.txt</exclude>
+ <exclude>LICENSE.txt</exclude>
+ <!-- Generated by Maven -->
+ <exclude>release.properties</exclude>
+ <exclude>dist/**/*</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>taglist-maven-plugin</artifactId>
+ <version>2.2</version>
+ <inherited>true</inherited>
+ </plugin>
+ <plugin>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <inherited>true</inherited>
+ <configuration>
+ <aggregate>true</aggregate>
+ <targetjdk>${target.jdk}</targetjdk>
+ <rulesets>
+ <ruleset>/rulesets/basic.xml</ruleset>
+ <ruleset>/rulesets/controversial.xml</ruleset>
+ </rulesets>
+ <format>xml</format>
+ <linkXref>true</linkXref>
+ <sourceEncoding>${project.build.sourceEncoding}</sourceEncoding>
+ <minimumTokens>100</minimumTokens>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <inherited>true</inherited>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -261,84 +261,84 @@
</reports>
</reportSet>
</reportSets>
- </plugin>
- </plugins>
- </reporting>
-
- <distributionManagement>
- <site>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <distributionManagement>
+ <site>
<id>${james.www.id}</id>
- <url>${james.mpt.www}</url>
- </site>
- </distributionManagement>
- <dependencyManagement>
- <dependencies>
-
- <dependency>
-<!-- TODO: FIXME
- My maven foo is weak!
- Can't seem to be able to pick up this version from the antlib module
:-/
- -->
- <groupId>${project.groupId}</groupId>
- <artifactId>apache-james-mpt</artifactId>
- <version>${project.version}</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>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- </dependency>
- <dependency>
- <groupId>jmock</groupId>
- <artifactId>jmock</artifactId>
- <version>1.1.0</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.7.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-antunit</artifactId>
- <version>1.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-cli</groupId>
- <artifactId>commons-cli</artifactId>
- <version>1.1</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
- <profiles>
- </profiles>
+ <url>${james.mpt.www}</url>
+ </site>
+ </distributionManagement>
+ <dependencyManagement>
+ <dependencies>
+
+ <dependency>
+<!-- TODO: FIXME
+ My maven foo is weak!
+ Can't seem to be able to pick up this version from the antlib module
:-/
+ -->
+ <groupId>${project.groupId}</groupId>
+ <artifactId>apache-james-mpt</artifactId>
+ <version>${project.version}</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>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ </dependency>
+ <dependency>
+ <groupId>jmock</groupId>
+ <artifactId>jmock</artifactId>
+ <version>1.1.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.7.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-antunit</artifactId>
+ <version>1.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-cli</groupId>
+ <artifactId>commons-cli</artifactId>
+ <version>1.1</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <profiles>
+ </profiles>
<properties>
<!--
The website is committed to subversion. This property can be overriden
@@ -365,6 +365,6 @@
<james.www.id>mpt-website</james.www.id>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<target.jdk>1.5</target.jdk>
- </properties>
-
-</project>
+ </properties>
+
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]