Fornax-Platform View a printable version of the current page. Export Page as PDF
  Usage (TOM)
 
 Browse Space
General


Projects


Latest News
Latest News
(The 15 most recent blogposts in space Fornax-Platform.)


Global Reports
Find all pages that arent linked from anywhere.
Find all undefined pages.
Feed for new pages.
Added by Thorsten Kamann, last edited by Karsten Thoms on Feb 26, 2009  (view change)

Labels:

repository repository Delete
maven maven Delete
usage usage Delete
plugin plugin Delete
openarchitectureware openarchitectureware Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

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://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  [...]
  <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