Author: rdonkin
Date: Mon Mar 30 10:05:30 2009
New Revision: 759902
URL: http://svn.apache.org/viewvc?rev=759902&view=rev
Log:
Update poms MIME4J-127 https://issues.apache.org/jira/browse/MIME4J-127
Modified:
james/mime4j/trunk/assemble/pom.xml
james/mime4j/trunk/examples/pom.xml
james/mime4j/trunk/pom.xml
Modified: james/mime4j/trunk/assemble/pom.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/assemble/pom.xml?rev=759902&r1=759901&r2=759902&view=diff
==============================================================================
--- james/mime4j/trunk/assemble/pom.xml (original)
+++ james/mime4j/trunk/assemble/pom.xml Mon Mar 30 10:05:30 2009
@@ -61,6 +61,11 @@
<artifactId>apache-mime4j-core</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.james</groupId>
+ <artifactId>apache-mime4j-examples</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>commons-logging</groupId>
Modified: james/mime4j/trunk/examples/pom.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/examples/pom.xml?rev=759902&r1=759901&r2=759902&view=diff
==============================================================================
--- james/mime4j/trunk/examples/pom.xml (original)
+++ james/mime4j/trunk/examples/pom.xml Mon Mar 30 10:05:30 2009
@@ -27,60 +27,16 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
- <artifactId>apache-mime4j-core</artifactId>
- <name>Apache JAMES Mime4j (Core)</name>
+ <artifactId>apache-mime4j-examples</artifactId>
+ <name>Apache JAMES Mime4j (Code Examples)</name>
<version>0.7-SNAPSHOT</version>
- <description>Java stream based MIME message parser</description>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>javacc-maven-plugin</artifactId>
- <version>2.4.1</version>
- <executions>
- <execution>
- <id>generate-jjtree</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>jjtree-javacc</goal>
- </goals>
- </execution>
- <execution>
- <id>generate-javacc</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>javacc</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
+ <description>Examples for Mime4J stream based MIME message
parser</description>
+
<dependencies>
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
+ <groupId>org.apache.james</groupId>
+ <artifactId>apache-mime4j-core</artifactId>
+ <version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <type>jar</type>
- <!-- Removed as a workaround for an unidentified M2 bug -->
- <scope>test</scope>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <scope>test</scope>
- <optional>true</optional>
- </dependency>
- </dependencies>
+ </dependencies>
</project>
Modified: james/mime4j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?rev=759902&r1=759901&r2=759902&view=diff
==============================================================================
--- james/mime4j/trunk/pom.xml (original)
+++ james/mime4j/trunk/pom.xml Mon Mar 30 10:05:30 2009
@@ -39,6 +39,7 @@
<modules>
<module>core</module>
+ <module>examples</module>
<module>assemble</module>
</modules>