Removing space in name and directly referencing the iOS plugin chess
authorJaroslav Tulach <jtulach@netbeans.org>
Fri, 26 Jul 2013 12:40:51 +0200
branchchess
changeset 31f0dd921cf985
parent 30 a46846115b83
child 32 e976e16f3f03
Removing space in name and directly referencing the iOS plugin
chess/pom.xml
     1.1 --- a/chess/pom.xml	Fri Jul 26 09:28:49 2013 +0200
     1.2 +++ b/chess/pom.xml	Fri Jul 26 12:40:51 2013 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4    <version>1.0-SNAPSHOT</version>
     1.5    <packaging>jar</packaging>
     1.6  
     1.7 -  <name>Chess Game</name>
     1.8 +  <name>ChessGame</name>
     1.9  
    1.10    <repositories>
    1.11        <repository>
    1.12 @@ -32,7 +32,15 @@
    1.13        <pluginRepository>
    1.14            <id>java.net</id>
    1.15            <name>Java.net</name>
    1.16 -          <url>https://maven.java.net/content/repositories/releases/</url>
    1.17 +          <url>https://maven.java.net/content/repositories/snapshots/</url>
    1.18 +          <snapshots>
    1.19 +              <enabled>true</enabled>
    1.20 +          </snapshots>
    1.21 +      </pluginRepository>
    1.22 +      <pluginRepository>
    1.23 +          <id>ios</id>
    1.24 +          <name>NetBeans iOS Maven Plugin</name>
    1.25 +          <url>http://beetle.cz.oracle.com/~jtulach/maven/</url>
    1.26            <snapshots>
    1.27            </snapshots>
    1.28        </pluginRepository>
    1.29 @@ -145,7 +153,7 @@
    1.30                    <plugin>
    1.31                        <groupId>org.netbeans.ios</groupId>
    1.32                        <artifactId>ios-maven-plugin</artifactId>
    1.33 -                      <version>0.2-SNAPSHOT</version>
    1.34 +                      <version>0.2</version>
    1.35                        <configuration>
    1.36                            <jarfile>${project.build.directory}/${project.build.finalName}.jar</jarfile>
    1.37                            <title>${project.name}</title>