rt/vm/pom.xml
changeset 1664 223db336eed8
parent 1631 e9cfb1d23abf
parent 1662 b85b98372381
child 1689 4440cfbcbee7
     1.1 --- a/rt/vm/pom.xml	Mon Jun 09 22:07:29 2014 +0200
     1.2 +++ b/rt/vm/pom.xml	Mon Aug 11 18:17:47 2014 +0200
     1.3 @@ -76,51 +76,6 @@
     1.4                   <skip>false</skip>
     1.5               </configuration>
     1.6           </plugin>
     1.7 -         <plugin>
     1.8 -             <groupId>org.codehaus.mojo</groupId>
     1.9 -             <artifactId>exec-maven-plugin</artifactId>
    1.10 -             <version>1.2.1</version>
    1.11 -             <executions>
    1.12 -                 <execution>
    1.13 -                     <id>generate-js</id>
    1.14 -                     <phase>process-classes</phase>
    1.15 -                     <configuration>
    1.16 -                         <executable>java</executable>
    1.17 -                        <arguments>
    1.18 -                            <argument>-Dskip.if.exists=true</argument>
    1.19 -                            <argument>-cp</argument>
    1.20 -                            <classpath />
    1.21 -                            <argument>org.apidesign.vm4brwsr.Main</argument>
    1.22 -                            <argument>--obfuscatelevel</argument>
    1.23 -                            <argument>${bck2brwsr.obfuscationlevel}</argument>
    1.24 -                            <argument>${project.build.directory}/bck2brwsr.js</argument>
    1.25 -                            <argument>org/apidesign/vm4brwsr/Bck2Brwsr</argument>
    1.26 -                        </arguments>
    1.27 -                     </configuration>
    1.28 -                     <goals>
    1.29 -                         <goal>exec</goal>
    1.30 -                     </goals>
    1.31 -                 </execution>
    1.32 -             </executions>
    1.33 -         </plugin>
    1.34 -         <plugin>
    1.35 -             <artifactId>maven-assembly-plugin</artifactId>
    1.36 -             <version>2.4</version>
    1.37 -             <executions>
    1.38 -                 <execution>
    1.39 -                     <id>js</id>
    1.40 -                     <phase>package</phase>
    1.41 -                     <goals>
    1.42 -                         <goal>single</goal>
    1.43 -                     </goals>
    1.44 -                     <configuration>
    1.45 -                         <descriptors>
    1.46 -                             <descriptor>src/main/assembly/bck2brwsr.xml</descriptor>
    1.47 -                         </descriptors>
    1.48 -                     </configuration>
    1.49 -                 </execution>
    1.50 -             </executions>                
    1.51 -         </plugin>      
    1.52        </plugins>
    1.53    </build>
    1.54    <dependencies>