Author: ieugen
Date: Sun Dec 9 13:39:04 2012
New Revision: 1418948
URL: http://svn.apache.org/viewvc?rev=1418948&view=rev
Log:
MAILET-41 Fixes
* changed name prefix from apache-mailets to apache-mailet to match packages
* added test-jar generation for apache-mailet-base, test-jar equired by
apache-mailet-standard
Modified:
james/mailet/trunk/ai/classic/pom.xml
james/mailet/trunk/ai/pom.xml
james/mailet/trunk/api/pom.xml
james/mailet/trunk/base/pom.xml
james/mailet/trunk/crypto/pom.xml
james/mailet/trunk/maven-mailetdocs-plugin/pom.xml
james/mailet/trunk/parent/pom.xml
james/mailet/trunk/pom.xml
james/mailet/trunk/standard/pom.xml
Modified: james/mailet/trunk/ai/classic/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/ai/classic/pom.xml?rev=1418948&r1=1418947&r2=1418948&view=diff
==============================================================================
--- james/mailet/trunk/ai/classic/pom.xml (original)
+++ james/mailet/trunk/ai/classic/pom.xml Sun Dec 9 13:39:04 2012
@@ -25,12 +25,12 @@
<parent>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets-ai</artifactId>
+ <artifactId>apache-mailet-ai</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>apache-mailets-ai-classic</artifactId>
+ <artifactId>apache-mailet-ai-classic</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>bundle</packaging>
@@ -40,11 +40,11 @@
<dependencies>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets-api</artifactId>
+ <artifactId>apache-mailet-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets-base</artifactId>
+ <artifactId>apache-mailet-base</artifactId>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
Modified: james/mailet/trunk/ai/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/ai/pom.xml?rev=1418948&r1=1418947&r2=1418948&view=diff
==============================================================================
--- james/mailet/trunk/ai/pom.xml (original)
+++ james/mailet/trunk/ai/pom.xml Sun Dec 9 13:39:04 2012
@@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets</artifactId>
+ <artifactId>apache-mailet</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
- <artifactId>apache-mailets-ai</artifactId>
+ <artifactId>apache-mailet-ai</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
Modified: james/mailet/trunk/api/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/api/pom.xml?rev=1418948&r1=1418947&r2=1418948&view=diff
==============================================================================
--- james/mailet/trunk/api/pom.xml (original)
+++ james/mailet/trunk/api/pom.xml Sun Dec 9 13:39:04 2012
@@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets</artifactId>
+ <artifactId>apache-mailet</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
- <artifactId>apache-mailets-api</artifactId>
+ <artifactId>apache-mailet-api</artifactId>
<version>2.5.0-SNAPSHOT</version>
<packaging>bundle</packaging>
Modified: james/mailet/trunk/base/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/base/pom.xml?rev=1418948&r1=1418947&r2=1418948&view=diff
==============================================================================
--- james/mailet/trunk/base/pom.xml (original)
+++ james/mailet/trunk/base/pom.xml Sun Dec 9 13:39:04 2012
@@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets</artifactId>
+ <artifactId>apache-mailet</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
- <artifactId>apache-mailets-base</artifactId>
+ <artifactId>apache-mailet-base</artifactId>
<version>1.2.0-SNAPSHOT</version>
<packaging>bundle</packaging>
@@ -53,7 +53,7 @@
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets-api</artifactId>
+ <artifactId>apache-mailet-api</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -78,6 +78,17 @@
<groupId>org.apache.james</groupId>
<artifactId>maven-mailetdocs-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>
\ No newline at end of file
Modified: james/mailet/trunk/crypto/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/crypto/pom.xml?rev=1418948&r1=1418947&r2=1418948&view=diff
==============================================================================
--- james/mailet/trunk/crypto/pom.xml (original)
+++ james/mailet/trunk/crypto/pom.xml Sun Dec 9 13:39:04 2012
@@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets</artifactId>
+ <artifactId>apache-mailet</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
- <artifactId>apache-mailets-crypto</artifactId>
+ <artifactId>apache-mailet-crypto</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>bundle</packaging>
@@ -52,7 +52,7 @@
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets-base</artifactId>
+ <artifactId>apache-mailet-base</artifactId>
</dependency>
</dependencies>
Modified: james/mailet/trunk/maven-mailetdocs-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/maven-mailetdocs-plugin/pom.xml?rev=1418948&r1=1418947&r2=1418948&view=diff
==============================================================================
--- james/mailet/trunk/maven-mailetdocs-plugin/pom.xml (original)
+++ james/mailet/trunk/maven-mailetdocs-plugin/pom.xml Sun Dec 9 13:39:04 2012
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets</artifactId>
+ <artifactId>apache-mailet</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
@@ -60,7 +60,7 @@
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets-api</artifactId>
+ <artifactId>apache-mailet-api</artifactId>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
Modified: james/mailet/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/parent/pom.xml?rev=1418948&r1=1418947&r2=1418948&view=diff
==============================================================================
--- james/mailet/trunk/parent/pom.xml (original)
+++ james/mailet/trunk/parent/pom.xml Sun Dec 9 13:39:04 2012
@@ -23,7 +23,7 @@
</parent>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets</artifactId>
+ <artifactId>apache-mailet</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -35,9 +35,9 @@
<!-- Override the source descriptor -->
<sourceReleaseAssemblyDescriptor>src</sourceReleaseAssemblyDescriptor>
<plugin.mailetdocs.version>0.1</plugin.mailetdocs.version>
- <apache-mailets-api.version>2.5.0-SNAPSHOT</apache-mailets-api.version>
-
<apache-mailets-base.version>1.2.0-SNAPSHOT</apache-mailets-base.version>
-
<apache-mailets-ai-classic.version>0.0.1-SNAPSHOT</apache-mailets-ai-classic.version>
+ <apache-mailet-api.version>2.5.0-SNAPSHOT</apache-mailet-api.version>
+ <apache-mailet-base.version>1.2.0-SNAPSHOT</apache-mailet-base.version>
+
<apache-mailet-ai-classic.version>0.0.1-SNAPSHOT</apache-mailet-ai-classic.version>
<javax.version>1.4.4</javax.version>
<junit.version>4.10</junit.version>
<activation.version>1.1.1</activation.version>
@@ -56,18 +56,18 @@
<dependencies>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets-api</artifactId>
- <version>${apache-mailets-api.version}</version>
+ <artifactId>apache-mailet-api</artifactId>
+ <version>${apache-mailet-api.version}</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets-base</artifactId>
- <version>${apache-mailets-base.version}</version>
+ <artifactId>apache-mailet-base</artifactId>
+ <version>${apache-mailet-base.version}</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets-ai-classic</artifactId>
- <version>${apache-mailets-ai-classic.version}</version>
+ <artifactId>apache-mailet-ai-classic</artifactId>
+ <version>${apache-mailet-ai-classic.version}</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
Modified: james/mailet/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/pom.xml?rev=1418948&r1=1418947&r2=1418948&view=diff
==============================================================================
--- james/mailet/trunk/pom.xml (original)
+++ james/mailet/trunk/pom.xml Sun Dec 9 13:39:04 2012
@@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets</artifactId>
+ <artifactId>apache-mailet</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>./parent</relativePath>
</parent>
- <artifactId>apache-mailets-aggregator</artifactId>
+ <artifactId>apache-mailet-aggregator</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
Modified: james/mailet/trunk/standard/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/standard/pom.xml?rev=1418948&r1=1418947&r2=1418948&view=diff
==============================================================================
--- james/mailet/trunk/standard/pom.xml (original)
+++ james/mailet/trunk/standard/pom.xml Sun Dec 9 13:39:04 2012
@@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets</artifactId>
+ <artifactId>apache-mailet</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
- <artifactId>apache-mailets-standard</artifactId>
+ <artifactId>apache-mailet-standard</artifactId>
<version>1.2.0-SNAPSHOT</version>
<packaging>bundle</packaging>
@@ -52,14 +52,14 @@
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets-base</artifactId>
+ <artifactId>apache-mailet-base</artifactId>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mailets-base</artifactId>
+ <artifactId>apache-mailet-base</artifactId>
<type>test-jar</type>
<scope>test</scope>
- <version>${apache-mailets-base.version}</version>
+ <version>${apache-mailet-base.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]