You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by ma...@apache.org on 2014/12/01 10:42:43 UTC

svn commit: r1642658 - /manifoldcf/trunk/pom.xml

Author: maoo
Date: Mon Dec  1 09:42:43 2014
New Revision: 1642658

URL: http://svn.apache.org/r1642658
Log:
enforcing maven-source-plugin 2.4, since 2.2 and earlier ones had a blocking issues

Modified:
    manifoldcf/trunk/pom.xml

Modified: manifoldcf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/pom.xml?rev=1642658&r1=1642657&r2=1642658&view=diff
==============================================================================
--- manifoldcf/trunk/pom.xml (original)
+++ manifoldcf/trunk/pom.xml Mon Dec  1 09:42:43 2014
@@ -95,6 +95,11 @@
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>2.4</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
           <version>2.3.1</version>
         </plugin>