You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2008/05/28 23:59:10 UTC

svn commit: r661110 - in /james/mime4j/trunk: pom.xml src/assemble/source.xml

Author: rdonkin
Date: Wed May 28 14:59:09 2008
New Revision: 661110

URL: http://svn.apache.org/viewvc?rev=661110&view=rev
Log:
Think this fixes MIME4J-20 Fix duplicated generation of source/sources jars for maven repository, https://issues.apache.org/jira/browse/MIME4J-20. Thanks to Oleg Kalnichevski.

Removed:
    james/mime4j/trunk/src/assemble/source.xml
Modified:
    james/mime4j/trunk/pom.xml

Modified: james/mime4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?rev=661110&r1=661109&r2=661110&view=diff
==============================================================================
--- james/mime4j/trunk/pom.xml (original)
+++ james/mime4j/trunk/pom.xml Wed May 28 14:59:09 2008
@@ -128,10 +128,10 @@
           <archive>
             <manifestEntries>
               <Specification-Title>Apache Mime4j</Specification-Title>
-              <Specification-Version>0.3</Specification-Version>
+              <Specification-Version>${pom.version}</Specification-Version>
               <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
               <Implementation-Title>Apache Mime4j</Implementation-Title>
-              <Implementation-Version>0.3</Implementation-Version>
+              <Implementation-Version>${pom.version}</Implementation-Version>
               <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
               <url>${pom.url}</url>
             </manifestEntries>
@@ -199,12 +199,19 @@
           </execution>
         </executions>
       </plugin>
-      <!-- Use the assembly or we won't have the LICENSE/NOTICE
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
+      	<groupId>org.apache.maven.plugins</groupId>
+      	<artifactId>maven-source-plugin</artifactId>
+      	<executions>
+      		<execution>
+      			<id>attach-sources</id>
+      			<goals>
+      				<goal>jar</goal>
+      			</goals>
+      		</execution>
+      	</executions>
       </plugin>
-       -->
+
       <!--
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org