javaquery/demo-calculator/pom.xml
branchemul
changeset 612 4bc57543ab71
parent 554 05224402145d
child 613 a4a06840209a
     1.1 --- a/javaquery/demo-calculator/pom.xml	Wed Jan 23 20:39:23 2013 +0100
     1.2 +++ b/javaquery/demo-calculator/pom.xml	Wed Jan 30 17:36:45 2013 +0100
     1.3 @@ -42,7 +42,7 @@
     1.4                  <configuration>
     1.5                      <executable>xdg-open</executable>
     1.6                      <arguments>
     1.7 -                        <argument>${project.build.directory}/classes/org/apidesign/bck2brwsr/demo/calc/staticcompilation/Calculator.xhtml</argument>
     1.8 +                        <argument>${project.build.directory}/${project.build.finalName}-bck2brwsr/public_html/index.xhtml</argument>
     1.9                      </arguments>
    1.10                  </configuration>
    1.11              </plugin>
    1.12 @@ -55,6 +55,24 @@
    1.13                 <target>1.7</target>
    1.14              </configuration>
    1.15           </plugin>
    1.16 +         <plugin>
    1.17 +            <artifactId>maven-assembly-plugin</artifactId>
    1.18 +                <version>2.4</version>
    1.19 +                <executions>
    1.20 +                    <execution>
    1.21 +                        <id>distro-assembly</id>
    1.22 +                        <phase>package</phase>
    1.23 +                        <goals>
    1.24 +                            <goal>single</goal>
    1.25 +                        </goals>
    1.26 +                        <configuration>
    1.27 +                            <descriptors>
    1.28 +                                <descriptor>src/main/assembly/bck2brwsr.xml</descriptor>
    1.29 +                            </descriptors>
    1.30 +                        </configuration>
    1.31 +                    </execution>
    1.32 +                </executions>                
    1.33 +            </plugin>      
    1.34        </plugins>
    1.35    </build>
    1.36  
    1.37 @@ -63,6 +81,12 @@
    1.38        <groupId>org.apidesign.bck2brwsr</groupId>
    1.39        <artifactId>emul.mini</artifactId>
    1.40        <version>0.3-SNAPSHOT</version>
    1.41 +      <exclusions>
    1.42 +        <exclusion>
    1.43 +          <artifactId>org-openide-util-lookup</artifactId>
    1.44 +          <groupId>org.netbeans.api</groupId>
    1.45 +        </exclusion>
    1.46 +      </exclusions>
    1.47      </dependency>
    1.48      <dependency>
    1.49        <groupId>org.apidesign.bck2brwsr</groupId>