Overview

The following configuration should work for any project created with AppFuse.

Example

<project>
...
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>appfuse-maven-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
...
</project>