ko/archetype/src/main/resources/archetype-resources/pom.xml
changeset 1619 a7bf87c2c1d9
parent 1574 d51a5533a2e7
parent 1618 f62b42f0b751
child 1620 15c6f1aabe13
     1.1 --- a/ko/archetype/src/main/resources/archetype-resources/pom.xml	Thu May 15 11:38:27 2014 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,283 +0,0 @@
     1.4 -<?xml version="1.0"?>
     1.5 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     1.6 -  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     1.7 -  <modelVersion>4.0.0</modelVersion>
     1.8 -
     1.9 -  <groupId>\${groupId}</groupId>
    1.10 -  <artifactId>\${artifactId}</artifactId>
    1.11 -  <version>\${version}</version>
    1.12 -  <packaging>jar</packaging>
    1.13 -
    1.14 -  <name>\${artifactId}</name>
    1.15 -
    1.16 -  <repositories>
    1.17 -      <repository>
    1.18 -          <id>java.net</id>
    1.19 -          <name>Java.net</name>
    1.20 -          <url>https://maven.java.net/content/repositories/releases/</url>
    1.21 -          <snapshots>
    1.22 -              <enabled>true</enabled>
    1.23 -          </snapshots>
    1.24 -      </repository>
    1.25 -      <repository>
    1.26 -          <id>netbeans</id>
    1.27 -          <name>NetBeans</name>
    1.28 -          <url>http://bits.netbeans.org/maven2/</url>
    1.29 -      </repository>
    1.30 -  </repositories>
    1.31 -  <pluginRepositories>
    1.32 -      <pluginRepository>
    1.33 -          <id>java.net</id>
    1.34 -          <name>Java.net</name>
    1.35 -          <url>https://maven.java.net/content/repositories/releases/</url>
    1.36 -          <snapshots>
    1.37 -              <enabled>true</enabled>
    1.38 -          </snapshots>
    1.39 -      </pluginRepository>
    1.40 -  </pluginRepositories>
    1.41 -
    1.42 -  <properties>
    1.43 -    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    1.44 -    <net.java.html.version>${net.java.html.version}</net.java.html.version>
    1.45 -    <bck2brwsr.version>${project.version}</bck2brwsr.version>
    1.46 -    <bck2brwsr.launcher.version>${project.version}</bck2brwsr.launcher.version>
    1.47 -    <bck2brwsr.obfuscationlevel>MINIMAL</bck2brwsr.obfuscationlevel>
    1.48 -    <brwsr.startpage>pages/index.html</brwsr.startpage>
    1.49 -    <netbeans.compile.on.save>none</netbeans.compile.on.save>
    1.50 -  </properties>
    1.51 -  <build>
    1.52 -      <plugins>
    1.53 -          <plugin>
    1.54 -              <groupId>org.apidesign.bck2brwsr</groupId>
    1.55 -              <artifactId>bck2brwsr-maven-plugin</artifactId>
    1.56 -              <version>\${bck2brwsr.launcher.version}</version>
    1.57 -              <executions>
    1.58 -                  <execution>
    1.59 -                      <goals>
    1.60 -                          <goal>brwsr</goal>
    1.61 -                      </goals>
    1.62 -                  </execution>
    1.63 -              </executions>
    1.64 -              <configuration>
    1.65 -                  <directory>\${basedir}/src/main/webapp/</directory>
    1.66 -                  <startpage>${brwsr.startpage}</startpage>
    1.67 -                  <launcher>${brwsr}</launcher>
    1.68 -              </configuration>
    1.69 -          </plugin>
    1.70 -          <plugin>
    1.71 -              <groupId>org.netbeans.html</groupId>
    1.72 -              <artifactId>html4j-maven-plugin</artifactId>
    1.73 -              <version>${net.java.html.version}</version>
    1.74 -              <executions>
    1.75 -                  <execution>
    1.76 -                      <id>js-classes</id>
    1.77 -                      <goals>
    1.78 -                          <goal>process-js-annotations</goal>
    1.79 -                      </goals>
    1.80 -                  </execution>
    1.81 -              </executions>
    1.82 -          </plugin>          
    1.83 -          <plugin>
    1.84 -              <groupId>org.apache.maven.plugins</groupId>
    1.85 -              <artifactId>maven-compiler-plugin</artifactId>
    1.86 -              <version>2.3.2</version>
    1.87 -              <configuration>
    1.88 -                  <source>1.7</source>
    1.89 -                  <target>1.7</target>
    1.90 -              </configuration>
    1.91 -          </plugin>
    1.92 -          <plugin>
    1.93 -              <groupId>org.apache.maven.plugins</groupId>
    1.94 -              <artifactId>maven-surefire-plugin</artifactId>
    1.95 -              <version>2.14.1</version>
    1.96 -              <configuration>
    1.97 -                  <systemPropertyVariables>
    1.98 -                      <vmtest.brwsrs>\${brwsr}</vmtest.brwsrs>
    1.99 -                  </systemPropertyVariables>
   1.100 -              </configuration>
   1.101 -          </plugin>
   1.102 -          <plugin>
   1.103 -              <groupId>org.apache.maven.plugins</groupId>
   1.104 -              <artifactId>maven-jar-plugin</artifactId>
   1.105 -              <version>2.4</version>
   1.106 -              <configuration>
   1.107 -                  <archive>
   1.108 -                      <manifest>
   1.109 -                          <addClasspath>true</addClasspath>
   1.110 -                          <classpathPrefix>lib/</classpathPrefix>
   1.111 -                      </manifest>
   1.112 -                  </archive>
   1.113 -              </configuration>
   1.114 -          </plugin>
   1.115 -          <plugin>
   1.116 -              <groupId>org.apache.maven.plugins</groupId>
   1.117 -              <artifactId>maven-deploy-plugin</artifactId>
   1.118 -              <version>2.7</version>
   1.119 -              <configuration>
   1.120 -                  <skip>true</skip>
   1.121 -              </configuration>
   1.122 -          </plugin>      
   1.123 -      </plugins>
   1.124 -  </build>
   1.125 -
   1.126 -  <dependencies>
   1.127 -    <dependency>
   1.128 -      <groupId>org.testng</groupId>
   1.129 -      <artifactId>testng</artifactId>
   1.130 -      <version>6.7</version>
   1.131 -      <scope>test</scope>
   1.132 -    </dependency>
   1.133 -    <dependency>
   1.134 -        <groupId>org.apidesign.bck2brwsr</groupId>
   1.135 -        <artifactId>launcher.http</artifactId>
   1.136 -        <version>\${bck2brwsr.launcher.version}</version>
   1.137 -        <scope>test</scope>
   1.138 -    </dependency>
   1.139 -    <dependency>
   1.140 -      <groupId>org.apidesign.bck2brwsr</groupId>
   1.141 -      <artifactId>vmtest</artifactId>
   1.142 -      <version>\${bck2brwsr.version}</version>
   1.143 -      <scope>test</scope>
   1.144 -    </dependency>
   1.145 -    <dependency>
   1.146 -      <groupId>org.netbeans.html</groupId>
   1.147 -      <artifactId>net.java.html.json</artifactId>
   1.148 -      <version>\${net.java.html.version}</version>
   1.149 -      <type>jar</type>
   1.150 -    </dependency>
   1.151 -    <dependency>
   1.152 -      <groupId>org.netbeans.html</groupId>
   1.153 -      <artifactId>net.java.html.boot</artifactId>
   1.154 -      <version>\${net.java.html.version}</version>
   1.155 -      <type>jar</type>
   1.156 -    </dependency>    
   1.157 -  </dependencies>
   1.158 -  <profiles>
   1.159 -      <profile>
   1.160 -          <id>fxbrwsr</id>
   1.161 -          <activation>
   1.162 -              <activeByDefault>true</activeByDefault>
   1.163 -          </activation>
   1.164 -          <properties>
   1.165 -              <brwsr>fxbrwsr</brwsr>
   1.166 -          </properties>
   1.167 -          <build>
   1.168 -            <plugins>
   1.169 -                <plugin>
   1.170 -                    <groupId>org.apache.maven.plugins</groupId>
   1.171 -                    <artifactId>maven-jar-plugin</artifactId>
   1.172 -                    <version>2.4</version>
   1.173 -                    <configuration>
   1.174 -                        <archive>
   1.175 -                            <manifest>
   1.176 -                                <mainClass>org.apidesign.bck2brwsr.launcher.FXBrwsrLauncher</mainClass>
   1.177 -                                <addClasspath>true</addClasspath>
   1.178 -                                <classpathPrefix>lib/</classpathPrefix>
   1.179 -                            </manifest>
   1.180 -                            <manifestEntries>
   1.181 -                                <StartPage>\${brwsr.startpage}</StartPage>
   1.182 -                            </manifestEntries>
   1.183 -                        </archive>
   1.184 -                    </configuration>
   1.185 -                </plugin>
   1.186 -                <plugin>
   1.187 -                    <artifactId>maven-assembly-plugin</artifactId>
   1.188 -                    <version>2.4</version>
   1.189 -                    <executions>
   1.190 -                        <execution>
   1.191 -                            <id>distro-assembly</id>
   1.192 -                            <phase>package</phase>
   1.193 -                            <goals>
   1.194 -                                <goal>single</goal>
   1.195 -                            </goals>
   1.196 -                            <configuration>
   1.197 -                                <descriptors>
   1.198 -                                    <descriptor>src/main/assembly/fxbrwsr.xml</descriptor>
   1.199 -                                </descriptors>
   1.200 -                            </configuration>
   1.201 -                        </execution>
   1.202 -                    </executions>                
   1.203 -                </plugin>      
   1.204 -            </plugins>
   1.205 -          </build>
   1.206 -          <dependencies>
   1.207 -              <dependency>
   1.208 -                  <groupId>org.netbeans.html</groupId>
   1.209 -                  <artifactId>ko4j</artifactId>
   1.210 -                  <version>\${net.java.html.version}</version>
   1.211 -              </dependency>
   1.212 -              <dependency>
   1.213 -                  <groupId>org.apidesign.bck2brwsr</groupId>
   1.214 -                  <artifactId>launcher.fx</artifactId>
   1.215 -                  <version>\${bck2brwsr.launcher.version}</version>
   1.216 -                  <scope>runtime</scope>
   1.217 -              </dependency>
   1.218 -          </dependencies>
   1.219 -      </profile>
   1.220 -      <profile>
   1.221 -          <id>bck2brwsr</id>
   1.222 -          <activation>
   1.223 -              <property>
   1.224 -                  <name>brwsr</name>
   1.225 -                  <value>bck2brwsr</value>
   1.226 -              </property>
   1.227 -          </activation>
   1.228 -          <build>
   1.229 -              <plugins>
   1.230 -                  <plugin>
   1.231 -                      <groupId>org.apache.maven.plugins</groupId>
   1.232 -                      <artifactId>maven-compiler-plugin</artifactId>
   1.233 -                      <configuration>
   1.234 -                          <compilerArguments>
   1.235 -                              <bootclasspath>netbeans.ignore.jdk.bootclasspath</bootclasspath>
   1.236 -                          </compilerArguments>
   1.237 -                          <testExcludes>
   1.238 -                              <exclude>**/JsInteractionTest*</exclude>
   1.239 -                          </testExcludes>
   1.240 -                      </configuration>
   1.241 -                  </plugin>
   1.242 -                  <plugin>
   1.243 -                      <artifactId>maven-assembly-plugin</artifactId>
   1.244 -                      <version>2.4</version>
   1.245 -                      <executions>
   1.246 -                          <execution>
   1.247 -                              <id>distro-assembly</id>
   1.248 -                              <phase>package</phase>
   1.249 -                              <goals>
   1.250 -                                  <goal>single</goal>
   1.251 -                              </goals>
   1.252 -                              <configuration>
   1.253 -                                  <descriptors>
   1.254 -                                      <descriptor>src/main/assembly/bck2brwsr.xml</descriptor>
   1.255 -                                  </descriptors>
   1.256 -                              </configuration>
   1.257 -                          </execution>
   1.258 -                      </executions>                
   1.259 -                  </plugin>      
   1.260 -              </plugins>
   1.261 -          </build>
   1.262 -          <dependencies>
   1.263 -              <dependency>
   1.264 -                  <groupId>org.apidesign.bck2brwsr</groupId>
   1.265 -                  <artifactId>emul</artifactId>
   1.266 -                  <version>\${bck2brwsr.version}</version>
   1.267 -                  <classifier>rt</classifier>
   1.268 -              </dependency>
   1.269 -              <dependency>
   1.270 -                  <groupId>org.apidesign.bck2brwsr</groupId>
   1.271 -                  <artifactId>ko-bck2brwsr</artifactId>
   1.272 -                  <version>\${bck2brwsr.version}</version>
   1.273 -                  <scope>runtime</scope>
   1.274 -              </dependency>
   1.275 -              <dependency>
   1.276 -                  <groupId>org.apidesign.bck2brwsr</groupId>
   1.277 -                  <artifactId>vm4brwsr</artifactId>
   1.278 -                  <classifier>js</classifier>
   1.279 -                  <type>zip</type>
   1.280 -                  <version>\${bck2brwsr.version}</version>
   1.281 -                  <scope>provided</scope>
   1.282 -              </dependency>
   1.283 -          </dependencies>
   1.284 -      </profile>
   1.285 -  </profiles>
   1.286 -</project>