Re: Netbeans Artifact Repository
Peter Hansson <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAC55jYNpwmDrkR=+jRE_-kUoMx=Et6LWhs=zH7tiUvGGov6KsQ@mail.gmail.com> |
Not quite the correct URL.
Your POM should look like this:
<repositories>
<repository>
<id>netbeans</id>
<name>Repository hosting NetBeans modules</name>
<url>http://bits.netbeans.org/nexus/content/groups/netbeans
</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
But I bet some maintenance work is going on at the moment.
On Sun, Dec 11, 2016 at 3:23 AM, Justin Smith <[email protected]> wrote:
> Trying to use http://bits.netbeans.org/maven2 and it appears to be down,
> is this the correct address for Maven artifact resolution?
> --
> Justin Smith
>
>