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/10 17:11:08 UTC

[uima-uimaj] branch refactoring/NO-JIRA-Remove-Eclipse-Maven-Repo created (now c5238ae)

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

rec pushed a change to branch refactoring/NO-JIRA-Remove-Eclipse-Maven-Repo
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


      at c5238ae  [NO JIRA] Remove Eclipse Maven Repo

This branch includes the following new commits:

     new c5238ae  [NO JIRA] Remove Eclipse Maven Repo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[uima-uimaj] 01/01: [NO JIRA] Remove Eclipse Maven Repo

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch refactoring/NO-JIRA-Remove-Eclipse-Maven-Repo
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit c5238ae018a0c22f722a0d73c92d7cf87ec87962
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Tue Nov 10 18:10:55 2020 +0100

    [NO JIRA] Remove Eclipse Maven Repo
    
    - This repo no longer exists and checking it just makes the build turn longer
---
 uimaj-parent/pom.xml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index abc1e09..4559253 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -73,22 +73,6 @@
        This allows maven to find the snapshots when looking for the parent of
        this pom -->
   <repositories>
-    <repository>
-      <id>eclipsePlugins</id>
-      <name>Eclipse components</name>
-      <layout>default</layout>
-      <url>https://repo1.maven.org/eclipse</url>
-      
-      <releases>
-        <updatePolicy>never</updatePolicy>
-        <checksumPolicy>fail</checksumPolicy>
-      </releases>
-      
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-
     <!-- modify central repository access:
          Turn on checksum checking-->
     <repository>