Hi
Have installed Netbeans IDE 14.
Started new "Netbeans Application" project (Maven)
Got http-blocker issue. Resolved. Then started using Maven-3.8.1.
Then got following issue..
---
Failed to execute goal on project NetbeansApplicationTest2-app: Could not
resolve dependencies for project com.acite.learn.samples:
NetbeansApplicationTest2-app:nbm-application:1.0-SNAPSHOT: Failed to
collect dependencies at
com.acite.learn.samples:NetbeansApplicationTest2-branding:jar:
1.0-SNAPSHOT: Failed to read artifact descriptor for
com.acite.learn.samples:NetbeansApplicationTest2-branding:jar:1.0-SNAPSHOT:
Could not transfer artifact
com.acite.learn.samples:NetbeansApplicationTest2-branding:pom:1.0-SNAPSHOT
from/to netbeans
(http://bits.netbeans.org/nexus/content/groups/netbeans/):
authentication failed for
http://bits.netbeans.org/nexus/content/groups/netbeans/com/acite/learn/samples/NetbeansApplicationTest2-branding/1.0-SNAPSHOT/NetbeansApplicationTest2-branding-1.0-SNAPSHOT.pom,
status:
401 Repository decommissioned. Please refer to
https://netbeans.apache.org/about/oracle-transition.html for more
information. -> [Help 1]
---

So read the oracle-transition.html and made following changes in root
pom.xml.
----
<!--
<url>http://bits.netbeans.org/nexus/content/groups/netbeans/</url>
-->
<url>http://netbeans.apidesign.org/maven2/</url>
----
Then got following issue..
---
Failed to execute goal on project NetbeansApplicationTest2-app: Could not
resolve dependencies for project com.acite.learn.samples:
NetbeansApplicationTest2-app:nbm-application:1.0-SNAPSHOT: Could not find
artifact com.acite.learn.samples:NetbeansApplicationTest2-branding:jar:
1.0-SNAPSHOT in netbeans (http://netbeans.apidesign.org/maven2/) -> [Help 1]
----
Restarted Netbeans IDE. Getting following issue...
----
Failed to execute goal on project NetbeansApplicationTest2-app: Could not
resolve dependencies for project com.acite.learn.samples:
NetbeansApplicationTest2-app:nbm-application:1.0-SNAPSHOT:
com.acite.learn.samples:NetbeansApplicationTest2-branding:jar:
1.0-SNAPSHOT was not found in http://netbeans.apidesign.org/maven2/ during
a previous attempt.
This failure was cached in the local repository and resolution is not
reattempted until the update interval of netbeans has elapsed or updates
are forced -> [Help 1]
----
Please help to configure Netbeans IDE 14 to build and run "Netbeans
Application" Platform projects.

Thanks.

Reply via email to