The following configuration should work for any project created with AppFuse.
<project>
...
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>appfuse-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
...
</project>