feiyalun opened a new issue #2221: git 1.2.0-release branch compile is error  
!!!!!!!
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2221
 
 
   1.2.0-release
   I want to add my sms to Aert-moudle   add is ok ,i  want to compile all 
project in idea  for:
   **mvn -U clean package -Prelease -Dmaven.test.skip=true**
   
   I add my maven settings mirror  for:
    <mirror>
               <id>alimaven</id>
              <mirrorOf>central</mirrorOf>
               <name>aliyun maven</name>
               
<url>https://maven.aliyun.com/nexus/content/repositories/central/</url>
            </mirror>
        
           <!-- 中央仓库1 -->
           <mirror>
               <id>repo1</id>
                <mirrorOf>central</mirrorOf>
               <name>Human Readable Name for this Mirror.</name>
               <url>http://repo1.maven.org/maven2/</url>
            </mirror>
        
            <!-- 中央仓库2 -->
            <mirror>
                <id>repo2</id>
                <mirrorOf>central</mirrorOf>
                <name>Human Readable Name for this Mirror.</name>
                <url>http://repo2.maven.org/maven2/</url>
            </mirror>
   -------------------------------------
   but  make it  is error    
   error message is :
   [INFO] Scanning for projects...
   Downloading from nexus: 
http://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
   [ERROR] [ERROR] Some problems were encountered while processing the POMs:
   [FATAL] Non-resolvable parent POM for 
org.apache.dolphinscheduler:dolphinscheduler:1.2.1-SNAPSHOT: Could not transfer 
artifact org.apache:apache:pom:21 from/to nexus 
(http://repo.maven.apache.org/maven2): Transfer failed for 
http://repo.maven.apache.org/maven2/org/
   apache/apache/21/apache-21.pom 501 HTTPS Required and 'parent.relativePath' 
points at wrong local POM @ line 49, column 10
   
   my dependencies  is all ok ,why it not compile ???????

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to