dew/pom.xml
branchemul
changeset 684 985535d06cb3
parent 544 08ffdc3938e7
child 804 7367a296a9ec
     1.1 --- a/dew/pom.xml	Wed Jan 23 13:18:46 2013 +0100
     1.2 +++ b/dew/pom.xml	Wed Feb 06 15:10:22 2013 +0100
     1.3 @@ -23,6 +23,26 @@
     1.4                      <target>1.7</target>
     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 +                        <goals>
    1.14 +                            <goal>exec</goal>
    1.15 +                        </goals>
    1.16 +                    </execution>
    1.17 +                </executions>
    1.18 +                <configuration>
    1.19 +                    <executable>java</executable>
    1.20 +                     <arguments>
    1.21 +                        <argument>-classpath</argument>
    1.22 +                        <classpath/>
    1.23 +                        <argument>org.apidesign.bck2brwsr.dew.Dew</argument>
    1.24 +                    </arguments>
    1.25 +                </configuration>
    1.26 +            </plugin>
    1.27          </plugins>
    1.28      </build>
    1.29      <properties>