Re: Excessive build time using maven assembly plugin

2012-06-19 Thread Wayne Fay
> maven-compiler-plugin
Missing plugin version (unless declared somewhere else?).

> org.apache.maven.plugins
> maven-surefire-plugin
> 2.10
Old plugin version.

> maven-assembly-plugin
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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Excessive build time using maven assembly plugin

2012-06-19 Thread jredden

Fellow developers,

Has anyone seen the behavior of revisiting of every object in the 
install/package process looking for EJBs and the like(?).  Is there a 
better plugin?  Missing attributes?  Code snippet:




maven-compiler-plugin

${java-version}
${java-version}




org.apache.maven.plugins
maven-surefire-plugin
2.10



maven-assembly-plugin


jar-with-dependencies



com.mycompany.service.notification.NotificationService






make-assembly
package

single