Usage
The usage of this plugin is very easy. You only must configure this in the build section of your project's pom:
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns="http:
xmlns:xsi="http:
xsi:schemaLocation="http:>
[...]
<build>
<plugins>
<plugin>
<groupId>org.fornax.toolsupport</groupId>
<artifactId>fornax-oaw-m2-plugin</artifactId>
<version>2.1.1</version>
<type>pom</type>
[configuration]
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>run-workflow</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
For further details about the configuration see the configuration page.
To retrieve the Fornax artifacts and plugins you must enable Maven to connect to the Fornax M2-Repository. How you can do this you can read here.