Skip to content

Instantly share code, notes, and snippets.

@typekpb
Created May 25, 2013 11:17
Show Gist options
  • Save typekpb/5648736 to your computer and use it in GitHub Desktop.
Save typekpb/5648736 to your computer and use it in GitHub Desktop.
<build>
<plugins>
<plugin>
<groupId>org.fornax.toolsupport</groupId>
<artifactId>fornax-oaw-m2-plugin</artifactId>
<version>2.1.1</version>
<type>pom</type>
<configuration>
<!-- [BEGIN] debugging related section -->
<jvmSettings>
<jvmArgs>
<jvmArg>-Xdebug</jvmArg>
<jvmArg>-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8100</jvmArg>
<jvmArg>-Xnoagent</jvmArg>
<jvmArg>-Djava.compiler=NONE</jvmArg>
</jvmArgs>
</jvmSettings>
<!-- [END] debugging related section -->
</configuration>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>run-workflow</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment