We should have pointer to NetBeans repository to download necessary NetBeans artifacts nbrwsr
authorJaroslav Tulach <jtulach@netbeans.org>
Mon, 08 Sep 2014 17:13:40 +0200
branchnbrwsr
changeset 207caac10b379ae
parent 206 b02123f57200
child 208 9073c01ba497
We should have pointer to NetBeans repository to download necessary NetBeans artifacts
pom.xml
     1.1 --- a/pom.xml	Mon Sep 08 17:13:07 2014 +0200
     1.2 +++ b/pom.xml	Mon Sep 08 17:13:40 2014 +0200
     1.3 @@ -56,6 +56,13 @@
     1.4            </releases>
     1.5        </pluginRepository>
     1.6    </pluginRepositories>
     1.7 +  <repositories>
     1.8 +      <repository>
     1.9 +          <id>netbeans</id>
    1.10 +          <name>NetBeans</name>
    1.11 +          <url>http://bits.netbeans.org/maven2/</url>
    1.12 +      </repository>
    1.13 +  </repositories>
    1.14    <build>
    1.15        <plugins>
    1.16           <plugin>