Author: felixk
Date: Sat Mar 19 12:06:37 2011
New Revision: 1083168
URL: http://svn.apache.org/viewvc?rev=1083168&view=rev
Log:
Formatting
Modified:
james/project/trunk/maven-skin/pom.xml
james/project/trunk/pom.xml
james/project/trunk/project/pom.xml
james/project/trunk/project/server/pom.xml
james/project/trunk/project/src/site/site.xml
Modified: james/project/trunk/maven-skin/pom.xml
URL:
http://svn.apache.org/viewvc/james/project/trunk/maven-skin/pom.xml?rev=1083168&r1=1083167&r2=1083168&view=diff
==============================================================================
--- james/project/trunk/maven-skin/pom.xml (original)
+++ james/project/trunk/maven-skin/pom.xml Sat Mar 19 12:06:37 2011
@@ -18,64 +18,64 @@
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>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.james</groupId>
+ <artifactId>james-parent</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ </parent>
<groupId>org.apache.james</groupId>
- <artifactId>james-parent</artifactId>
- <version>1.6-SNAPSHOT</version>
- </parent>
- <groupId>org.apache.james</groupId>
- <artifactId>maven-skin</artifactId>
- <name>JAMES Skin</name>
- <description>Apache JAMES Official Maven2/3 Site Skin</description>
- <url>http://james.apache.org/maven-skin/</url>
+ <artifactId>maven-skin</artifactId>
+ <name>JAMES Skin</name>
+ <description>Apache JAMES Official Maven2/3 Site Skin</description>
+ <url>http://james.apache.org/maven-skin/</url>
- <distributionManagement>
- <site>
- <id>maven-skin-website</id>
- <url>scp://people.apache.org/www/james.apache.org/maven-skin</url>
- </site>
- </distributionManagement>
+ <distributionManagement>
+ <site>
+ <id>maven-skin-website</id>
+ <url>scp://people.apache.org/www/james.apache.org/maven-skin</url>
+ </site>
+ </distributionManagement>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <version>3.0-beta-3</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.3.1</version>
- </plugin>
- </plugins>
- </pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <configuration>
- <reportPlugins>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.0-beta-3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.3.1</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ <plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <reports>
- <report>distribution-management</report>
- <report>index</report>
- <report>issue-tracking</report>
- <report>license</report>
- <report>mailing-list</report>
- <report>project-team</report>
- <report>scm</report>
- <report>summary</report>
- </reports>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <configuration>
+ <reportPlugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+
<artifactId>maven-project-info-reports-plugin</artifactId>
+ <reports>
+ <report>distribution-management</report>
+ <report>index</report>
+ <report>issue-tracking</report>
+ <report>license</report>
+ <report>mailing-list</report>
+ <report>project-team</report>
+ <report>scm</report>
+ <report>summary</report>
+ </reports>
+ </plugin>
+ </reportPlugins>
+ </configuration>
</plugin>
- </reportPlugins>
- </configuration>
- </plugin>
- </plugins>
- </build>
+ </plugins>
+ </build>
</project>
Modified: james/project/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/project/trunk/pom.xml?rev=1083168&r1=1083167&r2=1083168&view=diff
==============================================================================
--- james/project/trunk/pom.xml (original)
+++ james/project/trunk/pom.xml Sat Mar 19 12:06:37 2011
@@ -18,254 +18,247 @@
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>9</version>
- </parent>
- <groupId>org.apache.james</groupId>
- <artifactId>james-parent</artifactId>
- <name>Apache JAMES Parent POM</name>
- <version>1.6-SNAPSHOT</version>
- <description>The Apache JAMES Parent POM</description>
-
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
-
- <prerequisites>
- <maven>3.0.2</maven>
- </prerequisites>
-
- <modules>
- <module>maven-skin</module>
- <module>project</module>
- </modules>
-
- <url>http://james.apache.org/</url>
- <inceptionYear>2006</inceptionYear>
- <packaging>pom</packaging>
-
- <organization>
- <name>The Apache Software Foundation</name>
- <url>http://www.apache.org</url>
- </organization>
-
- <ciManagement>
- <system>hudson</system>
- <url>http://hudson.zones.apache.org/hudson/view/James/</url>
- </ciManagement>
-
- <licenses>
- <license>
- <name>Apache License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
-
- <issueManagement>
- <system>JIRA</system>
- <url>http://issues.apache.org/jira/browse/JAMES</url>
- </issueManagement>
-
- <developers>
- <developer>
- <id>bago</id>
- <name>Stefano Bagnara</name>
- <email>bago at apache.org</email>
- <timezone>2</timezone>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>norman</id>
- <name>Norman Maurer</name>
- <email>norman at apache.org</email>
- <timezone>2</timezone>
- <roles>
- <role>PMC Chair</role>
- </roles>
- </developer>
- <developer>
- <id>serge</id>
- <name>Serge Knystautas</name>
- <email>sergek at lokitech.com</email>
- <timezone />
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>benrdf</id>
- <name>Bernd Fondermann</name>
- <email>bf_jak at brainlounge.de</email>
- <timezone />
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>sbrewin</id>
- <name>Steve Brewin</name>
- <email>sbrewin at synsys.com</email>
- <timezone />
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>hilmer</id>
- <!-- This is not correctly handled by maven release plugin -->
- <!-- <name>Søren Hilmer</name> -->
- <name>Soren Hilmer</name>
- <email>sh at widetrail.dk</email>
- <timezone />
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>noel</id>
- <name>Noel J. Bergman</name>
- <email>noel at devtech.com</email>
- <timezone />
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>danny</id>
- <name>Danny Angus</name>
- <email>danny at apache.org</email>
- <timezone />
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>adc</id>
- <name>Alan D. Cabrera</name>
- <email>list at toolazydogs.com</email>
- <timezone>-8</timezone>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>vincenzo</id>
- <name>Vincenzo Gianferrari Pini</name>
- <email>vincenzo.gianferraripini at praxis.it</email>
- <timezone />
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>rdonkin</id>
- <name>Robert Burrell Donkin</name>
- <email>rdonkin at apache.org</email>
- <timezone />
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>niklas</id>
- <name>Niklas Therning</name>
- <email>niklas(at)apache(dot)org</email>
- <organization>Trillian AB</organization>
- </developer>
- <developer>
- <id>jcheng</id>
- <name>Joe Cheng</name>
- <email>joe(at)joecheng(dot)com</email>
- <properties>
- <description>
- Former author to the mime4j product
- </description>
- </properties>
- </developer>
- <developer>
- <id>mwiederkehr</id>
- <name>Markus Wiederkehr</name>
- <email>mwiederkehr at apache.org</email>
- <timezone />
- <roles>
- <role>PMC Member</role>
- </roles>
- </developer>
- <developer>
- <id>olegk</id>
- <name>Oleg Kalnichevski</name>
- <email>olegk at apache.org</email>
- <timezone />
- <roles>
- <role>PMC Member</role>
- </roles>
- </developer>
- <developer>
- <id>manolo</id>
- <name>Manuel Carrasco Monino</name>
- <email>manolo at apache.org</email>
- <timezone />
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>eric</id>
- <name>Eric Charles</name>
- <email>eric at apache.org</email>
- <timezone />
- <roles>
- <role>PMC Member</role>
- </roles>
- </developer>
- <developer>
- <id>felixk</id>
- <name>Felix Knecht</name>
- <email>felixk at apache.org</email>
- <timezone>1</timezone>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- </developers>
-
- <contributors>
- <contributor>
- <name>Rob Oxspring</name>
- <properties>
- <description>
- Contributed to the mime4j product
- </description>
- </properties>
- </contributor>
- <contributor>
- <name>Roger Fullerton</name>
- <properties>
- <description>
- Wrote spfjava, the first spf implementation in java
- </description>
- </properties>
- </contributor>
- </contributors>
-
- <scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/james/project/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/james/project/trunk</url>
- </scm>
-
- <distributionManagement>
- <!-- Each project must override this with their own -->
- <site>
- <id>james-parent-website</id>
- <url>scp://people.apache.org/www/james.apache.org/parent/</url>
- </site>
- </distributionManagement>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>9</version>
+ </parent>
+ <groupId>org.apache.james</groupId>
+ <artifactId>james-parent</artifactId>
+ <name>Apache JAMES Parent POM</name>
+ <version>1.6-SNAPSHOT</version>
+ <description>The Apache JAMES Parent POM</description>
+ <url>http://james.apache.org/</url>
+ <inceptionYear>2006</inceptionYear>
+ <packaging>pom</packaging>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <prerequisites>
+ <maven>3.0.2</maven>
+ </prerequisites>
+
+ <modules>
+ <module>maven-skin</module>
+ <module>project</module>
+ </modules>
+
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>http://www.apache.org</url>
+ </organization>
+
+ <ciManagement>
+ <system>hudson</system>
+ <url>http://hudson.zones.apache.org/hudson/view/James/</url>
+ </ciManagement>
+
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <url>http://issues.apache.org/jira/browse/JAMES</url>
+ </issueManagement>
+
+ <developers>
+ <developer>
+ <id>bago</id>
+ <name>Stefano Bagnara</name>
+ <email>bago at apache.org</email>
+ <timezone>2</timezone>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>norman</id>
+ <name>Norman Maurer</name>
+ <email>norman at apache.org</email>
+ <timezone>2</timezone>
+ <roles>
+ <role>PMC Chair</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>serge</id>
+ <name>Serge Knystautas</name>
+ <email>sergek at lokitech.com</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>benrdf</id>
+ <name>Bernd Fondermann</name>
+ <email>bf_jak at brainlounge.de</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>sbrewin</id>
+ <name>Steve Brewin</name>
+ <email>sbrewin at synsys.com</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>hilmer</id>
+ <!-- This is not correctly handled by maven release plugin -->
+ <!-- <name>Søren Hilmer</name> -->
+ <name>Soren Hilmer</name>
+ <email>sh at widetrail.dk</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>noel</id>
+ <name>Noel J. Bergman</name>
+ <email>noel at devtech.com</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>danny</id>
+ <name>Danny Angus</name>
+ <email>danny at apache.org</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>adc</id>
+ <name>Alan D. Cabrera</name>
+ <email>list at toolazydogs.com</email>
+ <timezone>-8</timezone>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>vincenzo</id>
+ <name>Vincenzo Gianferrari Pini</name>
+ <email>vincenzo.gianferraripini at praxis.it</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>rdonkin</id>
+ <name>Robert Burrell Donkin</name>
+ <email>rdonkin at apache.org</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>niklas</id>
+ <name>Niklas Therning</name>
+ <email>niklas(at)apache(dot)org</email>
+ <organization>Trillian AB</organization>
+ </developer>
+ <developer>
+ <id>jcheng</id>
+ <name>Joe Cheng</name>
+ <email>joe(at)joecheng(dot)com</email>
+ <properties>
+ <description>Former author to the mime4j product</description>
+ </properties>
+ </developer>
+ <developer>
+ <id>mwiederkehr</id>
+ <name>Markus Wiederkehr</name>
+ <email>mwiederkehr at apache.org</email>
+ <timezone />
+ <roles>
+ <role>PMC Member</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>olegk</id>
+ <name>Oleg Kalnichevski</name>
+ <email>olegk at apache.org</email>
+ <timezone />
+ <roles>
+ <role>PMC Member</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>manolo</id>
+ <name>Manuel Carrasco Monino</name>
+ <email>manolo at apache.org</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>eric</id>
+ <name>Eric Charles</name>
+ <email>eric at apache.org</email>
+ <timezone />
+ <roles>
+ <role>PMC Member</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>felixk</id>
+ <name>Felix Knecht</name>
+ <email>felixk at apache.org</email>
+ <timezone>1</timezone>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <contributors>
+ <contributor>
+ <name>Rob Oxspring</name>
+ <properties>
+ <description>Contributed to the mime4j product</description>
+ </properties>
+ </contributor>
+ <contributor>
+ <name>Roger Fullerton</name>
+ <properties>
+ <description>Wrote spfjava, the first spf implementation in
java</description>
+ </properties>
+ </contributor>
+ </contributors>
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/james/project/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/trunk</developerConnection>
+ <url>http://svn.apache.org/viewvc/james/project/trunk</url>
+ </scm>
+
+ <distributionManagement>
+ <!-- Each project must override this with their own -->
+ <site>
+ <id>james-parent-website</id>
+ <url>scp://people.apache.org/www/james.apache.org/parent/</url>
+ </site>
+ </distributionManagement>
</project>
Modified: james/project/trunk/project/pom.xml
URL:
http://svn.apache.org/viewvc/james/project/trunk/project/pom.xml?rev=1083168&r1=1083167&r2=1083168&view=diff
==============================================================================
--- james/project/trunk/project/pom.xml (original)
+++ james/project/trunk/project/pom.xml Sat Mar 19 12:06:37 2011
@@ -18,142 +18,142 @@
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>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.james</groupId>
+ <artifactId>james-parent</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ </parent>
<groupId>org.apache.james</groupId>
- <artifactId>james-parent</artifactId>
- <version>1.6-SNAPSHOT</version>
- </parent>
- <groupId>org.apache.james</groupId>
- <artifactId>james-project</artifactId>
- <name>Apache JAMES Project</name>
- <description>The Apache JAMES Project</description>
- <url>http://james.apache.org/</url>
- <inceptionYear>2006</inceptionYear>
- <packaging>pom</packaging>
-
- <modules>
- <module>server</module>
- </modules>
-
- <issueManagement>
- <system>JIRA</system>
- <url>http://issues.apache.org/jira/browse/JAMES</url>
- </issueManagement>
-
- <distributionManagement>
- <!-- Each project must override this with their own -->
- <site>
- <id>james-website</id>
- <url>scp://people.apache.org/www/james.apache.org/</url>
- </site>
- </distributionManagement>
-
- <mailingLists>
- <mailingList>
- <name>Server Development (including components)</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>
- <mailingList>
- <name>Server User</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>Mime4J</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/james-mime4j-dev/</archive>
- </mailingList>
- <mailingList>
- <name>General</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/james-general/</archive>
- </mailingList>
- <mailingList>
- <name>Website Development</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/james-site-dev/</archive>
- </mailingList>
- </mailingLists>
-
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <version>3.0-beta-3</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.3.1</version>
- </plugin>
- </plugins>
- </pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <executions>
- <!-- Attach non-reporting site-descriptor when installing -->
- <execution>
- <id>attach-descriptor</id>
- <goals>
- <goal>attach-descriptor</goal>
- </goals>
- <configuration>
- <siteDirectory>${basedir}/src/site</siteDirectory>
- <generateReports>false</generateReports>
- </configuration>
- </execution>
- </executions>
- <configuration>
- <reportPlugins>
+ <artifactId>james-project</artifactId>
+ <name>Apache JAMES Project</name>
+ <description>The Apache JAMES Project</description>
+ <url>http://james.apache.org/</url>
+ <inceptionYear>2006</inceptionYear>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>server</module>
+ </modules>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <url>http://issues.apache.org/jira/browse/JAMES</url>
+ </issueManagement>
+
+ <distributionManagement>
+ <!-- Each project must override this with their own -->
+ <site>
+ <id>james-website</id>
+ <url>scp://people.apache.org/www/james.apache.org/</url>
+ </site>
+ </distributionManagement>
+
+ <mailingLists>
+ <mailingList>
+ <name>Server Development (including components)</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>
+ <mailingList>
+ <name>Server User</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>Mime4J</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/james-mime4j-dev/</archive>
+ </mailingList>
+ <mailingList>
+ <name>General</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/james-general/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Website Development</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/james-site-dev/</archive>
+ </mailingList>
+ </mailingLists>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.0-beta-3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.3.1</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ <plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <reports>
- <report>index</report>
- <report>mailing-list</report>
- <report>project-team</report>
- <report>license</report>
- </reports>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <executions>
+ <!-- Attach non-reporting site-descriptor when installing
-->
+ <execution>
+ <id>attach-descriptor</id>
+ <goals>
+ <goal>attach-descriptor</goal>
+ </goals>
+ <configuration>
+ <siteDirectory>${basedir}/src/site</siteDirectory>
+ <generateReports>false</generateReports>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <reportPlugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+
<artifactId>maven-project-info-reports-plugin</artifactId>
+ <reports>
+ <report>index</report>
+ <report>mailing-list</report>
+ <report>project-team</report>
+ <report>license</report>
+ </reports>
+ </plugin>
+ </reportPlugins>
+ </configuration>
</plugin>
- </reportPlugins>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <!--
- Switches between generating the documentation site (without using this
profile) and
- generating the technical reports site (using this profile)
- -->
- <profile>
- <id>site-reports</id>
- <properties>
- <!-- Overriding values set by default (see properties section) -->
-
<maven-site-plugin.siteDirectory>${basedir}/src/reporting-site</maven-site-plugin.siteDirectory>
-
<maven-site-plugin.generateReports>true</maven-site-plugin.generateReports>
- </properties>
- </profile>
- </profiles>
-
- <properties>
-
<maven-site-plugin.siteDirectory>${basedir}/src/site</maven-site-plugin.siteDirectory>
-
<maven-site-plugin.generateReports>false</maven-site-plugin.generateReports>
- </properties>
+ </plugins>
+ </build>
+
+ <profiles>
+ <!--
+ Switches between generating the documentation site (without using
this profile) and
+ generating the technical reports site (using this profile)
+ -->
+ <profile>
+ <id>site-reports</id>
+ <properties>
+ <!-- Overriding values set by default (see properties section)
-->
+
<maven-site-plugin.siteDirectory>${basedir}/src/reporting-site</maven-site-plugin.siteDirectory>
+
<maven-site-plugin.generateReports>true</maven-site-plugin.generateReports>
+ </properties>
+ </profile>
+ </profiles>
+
+ <properties>
+
<maven-site-plugin.siteDirectory>${basedir}/src/site</maven-site-plugin.siteDirectory>
+
<maven-site-plugin.generateReports>false</maven-site-plugin.generateReports>
+ </properties>
</project>
Modified: james/project/trunk/project/server/pom.xml
URL:
http://svn.apache.org/viewvc/james/project/trunk/project/server/pom.xml?rev=1083168&r1=1083167&r2=1083168&view=diff
==============================================================================
--- james/project/trunk/project/server/pom.xml (original)
+++ james/project/trunk/project/server/pom.xml Sat Mar 19 12:06:37 2011
@@ -18,51 +18,51 @@
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>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.james</groupId>
+ <artifactId>james-project</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ </parent>
<groupId>org.apache.james</groupId>
- <artifactId>james-project</artifactId>
- <version>1.6-SNAPSHOT</version>
- </parent>
- <groupId>org.apache.james</groupId>
- <artifactId>james-server-root</artifactId>
- <name>JAMES Server</name>
- <description>Apache JAMES Server</description>
- <url>http://james.apache.org/server/</url>
- <inceptionYear>2006</inceptionYear>
- <packaging>pom</packaging>
+ <artifactId>james-server-root</artifactId>
+ <name>JAMES Server</name>
+ <description>Apache JAMES Server</description>
+ <url>http://james.apache.org/server/</url>
+ <inceptionYear>2006</inceptionYear>
+ <packaging>pom</packaging>
- <modules>
- <module>2.2.0</module>
- </modules>
+ <modules>
+ <module>2.2.0</module>
+ </modules>
- <distributionManagement>
- <site>
- <id>james-server-website</id>
- <url>scp://people.apache.org/www/james.apache.org/server/</url>
- </site>
- </distributionManagement>
+ <distributionManagement>
+ <site>
+ <id>james-server-website</id>
+ <url>scp://people.apache.org/www/james.apache.org/server/</url>
+ </site>
+ </distributionManagement>
- <mailingLists>
- <mailingList>
- <name>Server User List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
-
<archive>http://www.mail-archive.com/[email protected]/</archive>
- </mailingList>
- <mailingList>
- <name>Server Developer List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>http://www.mail-archive.com/[email protected]/</archive>
- </mailingList>
- <mailingList>
- <name>James General List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
-
<archive>http://www.mail-archive.com/general%40james.apache.org/</archive>
- </mailingList>
- </mailingLists>
+ <mailingLists>
+ <mailingList>
+ <name>Server User List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>http://www.mail-archive.com/[email protected]/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Server Developer List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://www.mail-archive.com/[email protected]/</archive>
+ </mailingList>
+ <mailingList>
+ <name>James General List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>http://www.mail-archive.com/general%40james.apache.org/</archive>
+ </mailingList>
+ </mailingLists>
</project>
Modified: james/project/trunk/project/src/site/site.xml
URL:
http://svn.apache.org/viewvc/james/project/trunk/project/src/site/site.xml?rev=1083168&r1=1083167&r2=1083168&view=diff
==============================================================================
--- james/project/trunk/project/src/site/site.xml (original)
+++ james/project/trunk/project/src/site/site.xml Sat Mar 19 12:06:37 2011
@@ -19,63 +19,63 @@
-->
<project name="James">
- <skin>
- <groupId>org.apache.james</groupId>
- <artifactId>maven-skin</artifactId>
- <version>1.6-SNAPSHOT</version>
- </skin>
-
- <bannerLeft>
- <name>James Project</name>
- <src>images/logos/james-project-logo.gif</src>
- <href>http://james.apache.org/index.html</href>
- <alt>james-project-logo.gif</alt>
- </bannerLeft>
-
- <bannerRight>
- <name>The Apache Software Foundation</name>
- <src>images/logos/asf-logo-reduced.gif</src>
- <href>http://www.apache.org/index.html</href>
- </bannerRight>
+ <skin>
+ <groupId>org.apache.james</groupId>
+ <artifactId>maven-skin</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ </skin>
+
+ <bannerLeft>
+ <name>James Project</name>
+ <src>images/logos/james-project-logo.gif</src>
+ <href>http://james.apache.org/index.html</href>
+ <alt>james-project-logo.gif</alt>
+ </bannerLeft>
+
+ <bannerRight>
+ <name>The Apache Software Foundation</name>
+ <src>images/logos/asf-logo-reduced.gif</src>
+ <href>http://www.apache.org/index.html</href>
+ </bannerRight>
- <body>
+ <body>
<!--
Breadcrumbs are desactivated as they give strange results.
<breadcrumbs>
<item name="Home" />
</breadcrumbs>
-->
-
- <links>
- <item name="Home" href="http://james.apache.org/index.html" />
- <item name="Server" href="http://james.apache.org/server/index.html" />
- <item name="Hupa" href="http://james.apache.org/hupa/index.html" />
- <item name="Protocols"
href="http://james.apache.org/protocols/index.html" />
- <item name="IMAP" href="http://james.apache.org/imap/index.html" />
- <item name="Mailets" href="http://james.apache.org/mailet/index.html" />
- <item name="Mailbox" href="http://james.apache.org/mailbox/index.html" />
- <item name="Mime4J" href="http://james.apache.org/mime4j/index.html" />
- <item name="jSieve" href="http://james.apache.org/jsieve/index.html" />
- <item name="jSPF" href="http://james.apache.org/jspf/index.html" />
- <item name="jDKIM" href="http://james.apache.org/jdkim/index.html" />
- <item name="MPT" href="http://james.apache.org/mpt/index.html" />
- <item name="Postage" href="http://james.apache.org/postage/index.html" />
- </links>
-
- <menu name="About James " inherit="bottom">
- <item name="Overview" href="/index.html" />
- <item name="News" href="/newsarchive.html" />
- <item name="Mailing Lists" href="/mail.html" />
- <item name="Contributing" href="/contribute.html" />
- <item name="Guidelines" href="/guidelines.html" />
- <item name="Wiki" href="http://wiki.apache.org/james" />
- <item name="Who We Are" href="/weare.html" />
- <item name="License" href="/license.html" />
- </menu>
-
- <menu name="Download" inherit="bottom">
- <item name="Releases" href="http://james.apache.org/download.cgi"/>
- <item name="Snapshots"
href="http://people.apache.org/builds/james/nightly/"/>
+
+ <links>
+ <item name="Home" href="http://james.apache.org/index.html" />
+ <item name="Server"
href="http://james.apache.org/server/index.html" />
+ <item name="Hupa" href="http://james.apache.org/hupa/index.html" />
+ <item name="Protocols"
href="http://james.apache.org/protocols/index.html" />
+ <item name="IMAP" href="http://james.apache.org/imap/index.html" />
+ <item name="Mailets"
href="http://james.apache.org/mailet/index.html" />
+ <item name="Mailbox"
href="http://james.apache.org/mailbox/index.html" />
+ <item name="Mime4J"
href="http://james.apache.org/mime4j/index.html" />
+ <item name="jSieve"
href="http://james.apache.org/jsieve/index.html" />
+ <item name="jSPF" href="http://james.apache.org/jspf/index.html" />
+ <item name="jDKIM" href="http://james.apache.org/jdkim/index.html"
/>
+ <item name="MPT" href="http://james.apache.org/mpt/index.html" />
+ <item name="Postage"
href="http://james.apache.org/postage/index.html" />
+ </links>
+
+ <menu name="About James " inherit="bottom">
+ <item name="Overview" href="/index.html" />
+ <item name="News" href="/newsarchive.html" />
+ <item name="Mailing Lists" href="/mail.html" />
+ <item name="Contributing" href="/contribute.html" />
+ <item name="Guidelines" href="/guidelines.html" />
+ <item name="Wiki" href="http://wiki.apache.org/james" />
+ <item name="Who We Are" href="/weare.html" />
+ <item name="License" href="/license.html" />
+ </menu>
+
+ <menu name="Download" inherit="bottom">
+ <item name="Releases" href="http://james.apache.org/download.cgi"
/>
+ <item name="Snapshots"
href="http://people.apache.org/builds/james/nightly/" />
<!--
Don't display this as the build directory is no more updated and must be
removed.
<item name="Nightly builds"
href="http://james.zones.apache.org/builds/"/>
@@ -84,19 +84,19 @@
Don't display the link to Hudson, we already have the link to the nightly
page.
<item name="Snapshots (Hudson)"
href="https://hudson.apache.org/hudson/view/G-L/view/James/"/>
-->
- </menu>
+ </menu>
<!-- Activate this line if you want to inherit this menu.
<menu name="Apache Software Foundation" inherit="bottom">
-->
- <menu name="Apache Software Foundation">
- <item name="Get Involved"
href="http://www.apache.org/foundation/getinvolved.html"/>
- <item name="FAQ" href="http://www.apache.org/foundation/faq.html"/>
- <item name="Sponsorship"
href="http://www.apache.org/foundation/sponsorship.html"/>
- <item name="Donations"
href="http://www.apache.org/foundation/contributing.html"/>
- <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
- </menu>
+ <menu name="Apache Software Foundation">
+ <item name="Get Involved"
href="http://www.apache.org/foundation/getinvolved.html" />
+ <item name="FAQ" href="http://www.apache.org/foundation/faq.html"
/>
+ <item name="Sponsorship"
href="http://www.apache.org/foundation/sponsorship.html" />
+ <item name="Donations"
href="http://www.apache.org/foundation/contributing.html" />
+ <item name="Thanks"
href="http://www.apache.org/foundation/thanks.html" />
+ </menu>
+
+ </body>
- </body>
-
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]