You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2020/10/18 13:37:47 UTC

[incubator-doris] branch branch-0.12 updated: [Compile] Update pluginRepository for java-cup-plugins (#4745)

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

morningman pushed a commit to branch branch-0.12
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/branch-0.12 by this push:
     new 404a72f  [Compile] Update pluginRepository for java-cup-plugins (#4745)
404a72f is described below

commit 404a72fcfd641b4a6aa0278019691b8cd2fb1e6f
Author: vergil <ve...@foxmail.com>
AuthorDate: Sun Oct 18 21:37:38 2020 +0800

    [Compile] Update pluginRepository for java-cup-plugins (#4745)
    
    the cup-maven-plugin of net.sourceforge.czt.dev is missing in maven central repo.
    It has been moved to https://repository.cloudera.com/artifactory/cloudera-repos/
---
 fe/pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index a58ff89..5dd778f 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -84,7 +84,7 @@ under the License.
                 <!-- for java-cup -->
                 <repository>
                     <id>cloudera-thirdparty</id>
-                    <url>https://repository.cloudera.com/content/repositories/third-party/</url>
+                    <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
                 </repository>
                 <!-- for bdb je -->
                 <repository>
@@ -94,11 +94,15 @@ under the License.
             </repositories>
 
             <pluginRepositories>
-                <!-- for cup-maven-plugin -->
                 <pluginRepository>
                     <id>spring-plugins</id>
                     <url>https://repo.spring.io/plugins-release/</url>
                 </pluginRepository>
+                <!-- for cup-maven-plugin -->
+                <pluginRepository>
+                    <id>cloudera-plugins</id>
+                    <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
+                </pluginRepository>
             </pluginRepositories>
         </profile>
     </profiles>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org