Don't generate the javascript, use the artifact from vm4brwsr project
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 26 Sep 2013 19:41:34 +0200
changeset 13017aa365d2cc1a
parent 1300 ee3fba561fd8
child 1310 635ee75d82a5
Don't generate the javascript, use the artifact from vm4brwsr project
ko/archetype/src/main/resources/archetype-resources/pom.xml
     1.1 --- a/ko/archetype/src/main/resources/archetype-resources/pom.xml	Thu Sep 26 19:39:14 2013 +0200
     1.2 +++ b/ko/archetype/src/main/resources/archetype-resources/pom.xml	Thu Sep 26 19:41:34 2013 +0200
     1.3 @@ -205,21 +205,6 @@
     1.4            <build>
     1.5                <plugins>
     1.6                    <plugin>
     1.7 -                      <groupId>org.apidesign.bck2brwsr</groupId>
     1.8 -                      <artifactId>bck2brwsr-maven-plugin</artifactId>
     1.9 -                      <executions>
    1.10 -                          <execution>
    1.11 -                              <goals>
    1.12 -                                  <goal>j2js</goal>
    1.13 -                              </goals>
    1.14 -                          </execution>
    1.15 -                      </executions>
    1.16 -                      <configuration>
    1.17 -                          <javascript>\${project.build.directory}/bck2brwsr.js</javascript>
    1.18 -                          <obfuscation>\${bck2brwsr.obfuscationlevel}</obfuscation>
    1.19 -                      </configuration>
    1.20 -                  </plugin>
    1.21 -                  <plugin>
    1.22                        <groupId>org.apache.maven.plugins</groupId>
    1.23                        <artifactId>maven-compiler-plugin</artifactId>
    1.24                        <configuration>