> <artifactId>maven-compiler-plugin</artifactId> Missing plugin version (unless declared somewhere else?).
> <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-plugin</artifactId> > <version>2.10</version> Old plugin version. > <artifactId>maven-assembly-plugin</artifactId> Missing plugin version (declared elsewhere?). Fix those issues and perhaps your problem will solve itself? Otherwise post the stacktrace from your build at Gist and send us a link, someone will review and offer suggestions. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
