Author: norman Date: Sun May 2 14:01:06 2010 New Revision: 940228 URL: http://svn.apache.org/viewvc?rev=940228&view=rev Log: [maven-release-plugin] prepare release apache-standard-mailets-1.0
Modified: james/mailet/standard/trunk/pom.xml Modified: james/mailet/standard/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/pom.xml?rev=940228&r1=940227&r2=940228&view=diff ============================================================================== --- james/mailet/standard/trunk/pom.xml (original) +++ james/mailet/standard/trunk/pom.xml Sun May 2 14:01:06 2010 @@ -1,288 +1,288 @@ -<?xml version="1.0" encoding="ISO-8859-15"?> -<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"> - <!-- - 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. - --> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.james</groupId> - <artifactId>apache-standard-mailets</artifactId> - <name>Apache JAMES Standard Mailets</name> - <version>1.0-SNAPSHOT</version> - <packaging>jar</packaging> - <description> - Apache JAMES Standard Mailets is a rich collection of general purpose mailets - with limited dependencies. These mailets can be used in any mailet container. - </description> - <parent> - <groupId>org.apache.james</groupId> - <artifactId>james-project</artifactId> - <version>1.5</version> - </parent> - <url>http://james.apache.org/mailet/standard/</url> - <inceptionYear>2008</inceptionYear> - - <properties> - <!-- - The website is committed to subversion. This property can be overriden - to upload the site to a local staging location. - For example, adding the following to ~/.m2/settings.xml will upload - to localhost: - - <profiles> - <profile> - <id>main</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <properties> - <james.www>scp://localhost/www</james.www> - <james.www.id>localhost</james.www.id> - ... - --> - <!-- General location for site stage --> - <james.www>scp://people.apache.org/www/james.apache.org/</james.www> - <!-- Project specific location, allowing specific override --> - <james.standardmailets.www>${james.www}/mailet/standard/</james.standardmailets.www> - <!-- Overridding this value allows single set of loopback settings to be maintained --> +<?xml version="1.0" encoding="ISO-8859-15"?> +<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"> + <!-- + 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. + --> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.james</groupId> + <artifactId>apache-standard-mailets</artifactId> + <name>Apache JAMES Standard Mailets</name> + <version>1.0</version> + <packaging>jar</packaging> + <description> + Apache JAMES Standard Mailets is a rich collection of general purpose mailets + with limited dependencies. These mailets can be used in any mailet container. + </description> + <parent> + <groupId>org.apache.james</groupId> + <artifactId>james-project</artifactId> + <version>1.5</version> + </parent> + <url>http://james.apache.org/mailet/standard/</url> + <inceptionYear>2008</inceptionYear> + + <properties> + <!-- + The website is committed to subversion. This property can be overriden + to upload the site to a local staging location. + For example, adding the following to ~/.m2/settings.xml will upload + to localhost: + + <profiles> + <profile> + <id>main</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + <properties> + <james.www>scp://localhost/www</james.www> + <james.www.id>localhost</james.www.id> + ... + --> + <!-- General location for site stage --> + <james.www>scp://people.apache.org/www/james.apache.org/</james.www> + <!-- Project specific location, allowing specific override --> + <james.standardmailets.www>${james.www}/mailet/standard/</james.standardmailets.www> + <!-- Overridding this value allows single set of loopback settings to be maintained --> <james.www.id>standard-mailet-website</james.www.id> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <target.jdk>1.4</target.jdk> - </properties> - - <distributionManagement> - <site> - <id>${james.www.id}</id> - <url>${james.standardmailets.www}</url> - </site> - </distributionManagement> - - <issueManagement> - <system>JIRA</system> - <url>http://issues.apache.org/jira/browse/MAILETSTANDARD</url> - </issueManagement> - - <scm> - <connection> - scm:svn:http://svn.apache.org/repos/asf/james/mailet/standard/trunk - </connection> - <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/james/mailet/standard/trunk - </developerConnection> - <url> - http://svn.apache.org/viewcvs.cgi/james/mailet/standard/trunk/?root=Apache-SVN - </url> - </scm> - - <dependencies> - <dependency> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> - <version>1.4.3</version> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-mailet-base</artifactId> - <version>1.0</version> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-mailet-base</artifactId> - <type>test-jar</type> - <scope>test</scope> - <version>1.0</version> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-mailet</artifactId> - <version>2.4</version> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - </dependencies> - - <mailingLists> - <mailingList> - <name>Apache JAMES Server List</name> - <subscribe>server-dev-subscr...@james.apache.org</subscribe> - <unsubscribe>server-dev-unsubscr...@james.apache.org</unsubscribe> - <post>server-dev@james.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/james-server-dev/</archive> - </mailingList> - </mailingLists> - - <build> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <optimize>true</optimize> - <source>${target.jdk}</source> - <target>${target.jdk}</target> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - <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>Apache James Standard Mailets</Specification-Title> - <Specification-Version>${pom.version}</Specification-Version> - <Specification-Vendor>The Apache Software Foundation</Specification-Vendor> - <Implementation-Title>Apache James Standard Mailets</Implementation-Title> - <Implementation-Version>${pom.version}</Implementation-Version> - <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor> + <target.jdk>1.4</target.jdk> + </properties> + + <distributionManagement> + <site> + <id>${james.www.id}</id> + <url>${james.standardmailets.www}</url> + </site> + </distributionManagement> + + <issueManagement> + <system>JIRA</system> + <url>http://issues.apache.org/jira/browse/MAILETSTANDARD</url> + </issueManagement> + + <scm> + <connection> + scm:svn:http://svn.apache.org/repos/asf/james/mailet/standard/tags/apache-standard-mailets-1.0 + </connection> + <developerConnection> + scm:svn:https://svn.apache.org/repos/asf/james/mailet/standard/tags/apache-standard-mailets-1.0 + </developerConnection> + <url> + http://svn.apache.org/viewcvs.cgi/james/mailet/standard/tags/apache-standard-mailets-1.0?root=Apache-SVN + </url> + </scm> + + <dependencies> + <dependency> + <groupId>javax.mail</groupId> + <artifactId>mail</artifactId> + <version>1.4.3</version> + </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-mailet-base</artifactId> + <version>1.0</version> + </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-mailet-base</artifactId> + <type>test-jar</type> + <scope>test</scope> + <version>1.0</version> + </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-mailet</artifactId> + <version>2.4</version> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + </dependencies> + + <mailingLists> + <mailingList> + <name>Apache JAMES Server List</name> + <subscribe>server-dev-subscr...@james.apache.org</subscribe> + <unsubscribe>server-dev-unsubscr...@james.apache.org</unsubscribe> + <post>server-dev@james.apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/james-server-dev/</archive> + </mailingList> + </mailingLists> + + <build> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <optimize>true</optimize> + <source>${target.jdk}</source> + <target>${target.jdk}</target> + <encoding>${project.build.sourceEncoding}</encoding> + </configuration> + </plugin> + <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>Apache James Standard Mailets</Specification-Title> + <Specification-Version>${pom.version}</Specification-Version> + <Specification-Vendor>The Apache Software Foundation</Specification-Vendor> + <Implementation-Title>Apache James Standard Mailets</Implementation-Title> + <Implementation-Version>${pom.version}</Implementation-Version> + <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor> <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> <X-Compile-Source-JDK>${target.jdk}</X-Compile-Source-JDK> - <X-Compile-Target-JDK>${target.jdk}</X-Compile-Target-JDK> - <url>${pom.url}</url> - </manifestEntries> - </archive> - </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.mailet.standard.*;org.apache.james.transport.mailets;org.apache.james.transport.matchers</Export-Package> - <Embed-Dependency>*;scope=runtime</Embed-Dependency> - </instructions> - </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> - <!-- <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> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <executions> - <execution> - <id>attach-sources</id> - <phase>package</phase> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.5</version> - <executions> - <execution> - <id>create-javadocs</id> - <phase>package</phase> - <goals> - <goal>javadoc</goal> - <goal>jar</goal> - </goals> - </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> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptorSourceDirectory>${basedir}/src/assemble/</descriptorSourceDirectory> - <tarLongFileMode>gnu</tarLongFileMode> - </configuration> - <executions> - <execution> - <id>make-assembly</id> - <phase>package</phase> <!-- append to the packaging phase. --> - <goals> - <goal>attached</goal> - </goals> - </execution> - </executions> + <X-Compile-Target-JDK>${target.jdk}</X-Compile-Target-JDK> + <url>${pom.url}</url> + </manifestEntries> + </archive> + </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.mailet.standard.*;org.apache.james.transport.mailets;org.apache.james.transport.matchers</Export-Package> + <Embed-Dependency>*;scope=runtime</Embed-Dependency> + </instructions> + </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> + <!-- <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> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>attach-sources</id> + <phase>package</phase> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.5</version> + <executions> + <execution> + <id>create-javadocs</id> + <phase>package</phase> + <goals> + <goal>javadoc</goal> + <goal>jar</goal> + </goals> + </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> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <descriptorSourceDirectory>${basedir}/src/assemble/</descriptorSourceDirectory> + <tarLongFileMode>gnu</tarLongFileMode> + </configuration> + <executions> + <execution> + <id>make-assembly</id> + <phase>package</phase> <!-- append to the packaging phase. --> + <goals> + <goal>attached</goal> + </goals> + </execution> + </executions> </plugin> <plugin> <groupId>org.apache.rat</groupId> @@ -306,65 +306,65 @@ <exclude>dist/**/*</exclude> </excludes> </configuration> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.james</groupId> - <artifactId>maven-mailetdocs-plugin</artifactId> - <version>0.1</version> - </plugin> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.4.3</version> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.4.3</version> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.5</version> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - <version>2.1</version> - </plugin> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <version>2.0-beta-6</version> - </plugin> - <plugin> - <groupId>org.apache.rat</groupId> - <artifactId>apache-rat-plugin</artifactId> - <version>0.6</version> - <configuration> - <excludes> - <exclude>NOTICE.txt</exclude> - <exclude>LICENSE.txt</exclude> - <exclude>LICENSE.apache</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.3</version> - <configuration> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - </plugins> - </reporting> - -</project> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.james</groupId> + <artifactId>maven-mailetdocs-plugin</artifactId> + <version>0.1</version> + </plugin> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.4.3</version> + </plugin> + <plugin> + <artifactId>maven-surefire-report-plugin</artifactId> + <version>2.4.3</version> + </plugin> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.5</version> + <configuration> + <encoding>UTF-8</encoding> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + <version>2.1</version> + </plugin> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <version>2.0-beta-6</version> + </plugin> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <version>0.6</version> + <configuration> + <excludes> + <exclude>NOTICE.txt</exclude> + <exclude>LICENSE.txt</exclude> + <exclude>LICENSE.apache</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.3</version> + <configuration> + <encoding>${project.build.sourceEncoding}</encoding> + </configuration> + </plugin> + </plugins> + </reporting> + +</project> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org