You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2013/03/20 13:24:05 UTC

svn commit: r1458785 - in /clerezza/trunk/platform.launcher.tdb: nbactions.xml pom.xml

Author: reto
Date: Wed Mar 20 12:24:04 2013
New Revision: 1458785

URL: http://svn.apache.org/r1458785
Log:
CLEREZZA-752: added anrun task and added nbactions.xml to allow running from netbeans ide

Added:
    clerezza/trunk/platform.launcher.tdb/nbactions.xml
      - copied unchanged from r1458452, stanbol/trunk/launchers/full/nbactions.xml
Modified:
    clerezza/trunk/platform.launcher.tdb/pom.xml

Modified: clerezza/trunk/platform.launcher.tdb/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.launcher.tdb/pom.xml?rev=1458785&r1=1458784&r2=1458785&view=diff
==============================================================================
--- clerezza/trunk/platform.launcher.tdb/pom.xml (original)
+++ clerezza/trunk/platform.launcher.tdb/pom.xml Wed Mar 20 12:24:04 2013
@@ -127,6 +127,19 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <version>1.7</version>
+                <configuration>
+                    <target>
+                        <java fork="true" jar="${project.build.directory}/${project.build.finalName}.jar"
+                  dir="${project.build.directory}">
+                            <jvmarg line="-Xmx1024m -XX:MaxPermSize=256M"/>
+                        </java>
+                    </target>
+                </configuration>
+            </plugin>
         </plugins>
         <resources>
             <resource>