[ https://jira.codehaus.org/browse/MDEPLOY-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=347163#comment-347163 ]
olivier o edited comment on MDEPLOY-176 at 5/27/14 9:02 AM: ------------------------------------------------------------ Hi Jôrg, Here some details, in fact in the war module <artifactId>deploy-end-fail-war</artifactId>, I use this plugin <groupId>com.devspan.mojo.javascript</groupId> <artifactId>javascript-maven-plugin</artifactId> <version>0.9.3</version> It seems this plugin customize the maven lifecycle, and I think if you comment the plugin, it's working. Is it clearer ? was (Author: olivier o.): Hi Jôrg, Here some details, in fact in the war module <artifactId>deploy-end-fail-war</artifactId>, I use this plugin <groupId>com.devspan.mojo.javascript</groupId> <artifactId>javascript-maven-plugin</artifactId> <version>0.9.3</version> It seems this plugin customize the maven lifecycle, and I think if you comment the plugin, it's working. Is it cleared ? > With DeployAtEnd activated and a project using customized lifecycle plugin, > deploy is skipped > ---------------------------------------------------------------------------------------------- > > Key: MDEPLOY-176 > URL: https://jira.codehaus.org/browse/MDEPLOY-176 > Project: Maven Deploy Plugin > Issue Type: Bug > Components: deploy:deploy > Affects Versions: 2.8.1, 2.9 > Environment: Maven 3.0.5 > Reporter: olivier o > Attachments: deploy-end-fail.zip > > > Hi, > When deployAtEnd is enabled, the deployment of all modules is skipped. It > seems that the "readyProjectsCounter" is not accurate for one module. So the > last module is not detected. > I've attached a simple sample project with 4 modules : > - pom : set version and plugin management > - jar and ear : empty project (only to illustrate counter reset) > - war : module with readyProjectsCounter > I've looked at 2.9-SNAP version code , and displayed some info from attached > sample : > pom : readyProjectsCounter: 1 - reactorProjects: 4 > jar: readyProjectsCounter: 2 - reactorProjects: 4 > war: *readyProjectsCounter: 1* - reactorProjects: 4 > ear: readyProjectsCounter: 3 - reactorProjects: 4 > Regards, > Olivier -- This message was sent by Atlassian JIRA (v6.1.6#6162)