You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/10/09 01:21:35 UTC

[3/5] incubator-commonsrdf git commit: japicmp config

japicmp config


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/6a0f93aa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/6a0f93aa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/6a0f93aa

Branch: refs/heads/master
Commit: 6a0f93aa462ab04788db3a5aae8c5e924865301a
Parents: 748c3c8
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Oct 9 02:16:44 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Oct 9 02:16:44 2016 +0100

----------------------------------------------------------------------
 pom.xml | 29 ++++++++++++++++-------------
 1 file changed, 16 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/6a0f93aa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 215b3a5..72563be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,7 +293,7 @@
 					<link>https://jena.apache.org/documentation/javadoc/jena/</link>
 					<link>https://jena.apache.org/documentation/javadoc/arq/</link>
 					<link>http://rdf4j.org/javadoc/2.0/</link>
-					</links>                    
+					</links>
                 </configuration>
             </plugin>
             <!--
@@ -345,18 +345,6 @@
         </dependencies>
       </plugin>
 
-      <plugin>
-        <!-- Check if we broke compatibibility against previous release -->
-        <groupId>com.github.siom79.japicmp</groupId>
-        <artifactId>japicmp-maven-plugin</artifactId>
-        <version>${commons.japicmp.version}</version>
-        <configuration>
-          <parameter>
-            <!-- Tell japicmp about the -incubator suffix  -->
-            <oldVersionPattern>\d+\.\d+\.\d+\-incubating</oldVersionPattern>
-          </parameter>
-        </configuration>
-      </plugin>
 
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -434,6 +422,21 @@
                         </lifecycleMappingMetadata>
                     </configuration>
                 </plugin>
+	      <plugin>
+		<!-- Check if we broke compatibibility against previous release -->
+		<groupId>com.github.siom79.japicmp</groupId>
+		<artifactId>japicmp-maven-plugin</artifactId>
+		<version>${commons.japicmp.version}</version>
+		<configuration>
+		  <parameter>
+		    <!-- Tell japicmp about the -incubator suffix  -->
+		    <oldVersionPattern>\d+\.\d+\.\d+\-incubating</oldVersionPattern>
+		    <!-- japicmp requires "mvn package site" - below means "mvn
+			 site" still works (but without japicmp report) -->
+		    <ignoreMissingNewVersion/>
+		  </parameter>
+		</configuration>
+	      </plugin>
 
                 <!--
                 <plugin>