You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2020/11/14 16:01:56 UTC

[uima-uimafit] 01/01: [UIMA-6254] Move API report post-analysis script into the build resources

This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch feature/UIMA-6254-Move-API-report-post-analysis-script-into-the-build-resources
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git

commit 1687df5e269570d97bf0f156342070dd6a0fd5d2
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Sat Nov 14 17:01:48 2020 +0100

    [UIMA-6254] Move API report post-analysis script into the build resources
    
    - Upgrade to UIMA parent POm 14-SNAPSHOT
    - Remove japicmp configuration since we now inherit that form the UIMA parent POM
---
 uimafit-parent/pom.xml | 32 +-------------------------------
 1 file changed, 1 insertion(+), 31 deletions(-)

diff --git a/uimafit-parent/pom.xml b/uimafit-parent/pom.xml
index 6cba377..b4e3a29 100644
--- a/uimafit-parent/pom.xml
+++ b/uimafit-parent/pom.xml
@@ -23,7 +23,7 @@
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom</artifactId>
     <relativePath />
-    <version>13</version>
+    <version>14-SNAPSHOT</version>
   </parent>
   <artifactId>uimafit-parent</artifactId>
   <version>3.1.1-SNAPSHOT</version>
@@ -38,8 +38,6 @@
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <api_check_oldVersion>3.0.0</api_check_oldVersion>
-    
-    <japicmp.postAnalysisScript>${project.basedir}/../uimafit-parent/src/main/groovy/api-report.groovy</japicmp.postAnalysisScript>
   </properties>
   <repositories>
     <!--
@@ -416,32 +414,4 @@
       </plugins>
     </pluginManagement>
   </build>
-  
-  <profiles>
-    <profile>
-      <id>enforce-compatibility</id>
-      <activation>
-        <file>
-          <exists>marker-file-identifying-api-compatibility-check</exists>
-        </file>
-      </activation>
-      <build>
-        <plugins>
-          <!-- https://siom79.github.io/japicmp/MavenPlugin.html -->
-          <plugin>
-            <groupId>com.github.siom79.japicmp</groupId>
-            <artifactId>japicmp-maven-plugin</artifactId>
-            <version>0.14.3</version>
-            <configuration>
-              <parameter>
-                <onlyModified>true</onlyModified>
-                <!-- filter out classes with impl in their package or class name -->
-                <postAnalysisScript>${japicmp.postAnalysisScript}</postAnalysisScript>
-              </parameter>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
 </project>
\ No newline at end of file