I should have mentioned... the maven build expects the property [b]build.vcs.number[/b] to be set. You'll also need to make sure maven can resolve the following dependency:
[code]
<dependency>
<groupId>javaee</groupId>
<artifactId>javaee-api</artifactId>
<version>5</version>
</dependency>
[/code]
[Message sent by forum member 'jptech' (jptech)]
http://forums.java.net/jive/thread.jspa?messageID=359957