# HG changeset patch # User Jaroslav Tulach # Date 1359099836 -3600 # Node ID f8264c292ba6a05df89ec108ee8a8cddcb894180 # Parent 02393718a162c0160f2fdcc7cffed82c14d94b34 Configuring the exec:exec inside pom.xml, so it can be used from command line diff -r 02393718a162 -r f8264c292ba6 dew/nbactions.xml --- a/dew/nbactions.xml Thu Jan 24 19:38:09 2013 +0100 +++ b/dew/nbactions.xml Fri Jan 25 08:43:56 2013 +0100 @@ -25,10 +25,6 @@ process-classes org.codehaus.mojo:exec-maven-plugin:1.2.1:exec - - -classpath %classpath org.apidesign.bck2brwsr.dew.Dew - java - debug diff -r 02393718a162 -r f8264c292ba6 dew/pom.xml --- a/dew/pom.xml Thu Jan 24 19:38:09 2013 +0100 +++ b/dew/pom.xml Fri Jan 25 08:43:56 2013 +0100 @@ -23,6 +23,26 @@ 1.7 + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + + exec + + + + + java + + -classpath + + org.apidesign.bck2brwsr.dew.Dew + + +