javaquery/demo-calculator/pom.xml
branchemul
changeset 613 a4a06840209a
parent 612 4bc57543ab71
child 621 6daa39b17563
     1.1 --- a/javaquery/demo-calculator/pom.xml	Wed Jan 30 17:36:45 2013 +0100
     1.2 +++ b/javaquery/demo-calculator/pom.xml	Wed Jan 30 18:27:57 2013 +0100
     1.3 @@ -16,34 +16,21 @@
     1.4    </properties>
     1.5    <build>
     1.6        <plugins>
     1.7 -          <plugin>
     1.8 -              <groupId>org.apidesign.bck2brwsr</groupId>
     1.9 -              <artifactId>mojo</artifactId>
    1.10 -              <version>0.3-SNAPSHOT</version>
    1.11 -              <executions>
    1.12 -                  <execution>
    1.13 -                      <goals>
    1.14 -                          <goal>j2js</goal>
    1.15 -                      </goals>
    1.16 -                  </execution>
    1.17 -              </executions>
    1.18 -          </plugin>
    1.19              <plugin>
    1.20 -                <groupId>org.codehaus.mojo</groupId>
    1.21 -                <artifactId>exec-maven-plugin</artifactId>
    1.22 -                <version>1.2.1</version>
    1.23 +                <groupId>org.apidesign.bck2brwsr</groupId>
    1.24 +                <artifactId>mojo</artifactId>
    1.25 +                <version>0.3-SNAPSHOT</version>
    1.26                  <executions>
    1.27                      <execution>
    1.28                          <goals>
    1.29 -                            <goal>exec</goal>
    1.30 +                            <goal>j2js</goal>
    1.31 +                            <goal>brwsr</goal>
    1.32                          </goals>
    1.33                      </execution>
    1.34                  </executions>
    1.35                  <configuration>
    1.36 -                    <executable>xdg-open</executable>
    1.37 -                    <arguments>
    1.38 -                        <argument>${project.build.directory}/${project.build.finalName}-bck2brwsr/public_html/index.xhtml</argument>
    1.39 -                    </arguments>
    1.40 +                    <directory>${project.build.directory}/${project.build.finalName}-bck2brwsr/public_html/</directory>
    1.41 +                    <startpage>index.xhtml</startpage>
    1.42                  </configuration>
    1.43              </plugin>
    1.44           <plugin>