You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Misagh Moayyed (Jira)" <ji...@apache.org> on 2019/09/03 08:11:00 UTC

[jira] [Created] (SYNCOPE-1484) syncope-ide-netbeans submodule fails to find netbeans dependency

Misagh Moayyed created SYNCOPE-1484:
---------------------------------------

             Summary: syncope-ide-netbeans submodule fails to find netbeans dependency
                 Key: SYNCOPE-1484
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1484
             Project: Syncope
          Issue Type: Bug
          Components: build-tools
    Affects Versions: 3.0.0
            Reporter: Misagh Moayyed
             Fix For: 3.0.0


- Fresh clone of the master branch

 - Switch to JDK 11

 
{code:java}
java version "11" 2018-09-25 
Java(TM) SE Runtime Environment 18.9 (build 11+28) 
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11+28, mixed mode){code}
 

Use Apache Maven 3.6.1 
{code:java}
Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T23:30:29+04:30){code}
Run:
{code:java}
mvn clean install{code}
See below:
{code:java}
[ERROR] Failed to execute goal on project syncope-ide-netbeans: Could not resolve dependencies for project org.apache.syncope.ide:syncope-ide-netbeans:nbm:3.0.0-SNAPSHOT: Failed to collect dependencies at org.netbeans.api:org-netbeans-api-annotations-common:jar:RELEASE82: Failed to read artifact descriptor for org.netbeans.api:org-netbeans-api-annotations-common:jar:RELEASE82: Could not transfer artifact org.netbeans.api:org-netbeans-api-annotations-common:pom:RELEASE82 from/to netbeans (http://bits.netbeans.org/maven2/): Failed to transfer file http://bits.netbeans.org/maven2/org/netbeans/api/org-netbeans-api-annotations-common/RELEASE82/org-netbeans-api-annotations-common-RELEASE82.pom with status code 502
{code}
Maven Central has no dependency for version RELEASE82; possibility outdated or removed.

[Coordinates here|[https://search.maven.org/search?q=g:org.netbeans.api%20AND%20a:org-netbeans-api-annotations-common&core=gav]] show that the current available release version is RELEASE111, which does allow for a full and successful build.

 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)