[ 
https://jira.codehaus.org/browse/MNG-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=322094#comment-322094
 ] 

Sebastien Tardif commented on MNG-5454:
---------------------------------------

The problem started when upgrading from Spring Source IDE 3.1.x to 3.2.0.
                
> cvc-complex-type.3.2.2: Attribute 'combine.self' is not allowed to appear in 
> element 'executions'.
> --------------------------------------------------------------------------------------------------
>
>                 Key: MNG-5454
>                 URL: https://jira.codehaus.org/browse/MNG-5454
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM
>    Affects Versions: 3.0.4
>         Environment: springsource3.2.0_with_Juno3.8.2
>            Reporter: Sebastien Tardif
>
> This generate an error:
> <plugin>
>                                               
> <artifactId>maven-antrun-plugin</artifactId>
>                                               <executions 
> combine.self="override" >
>                                                       <execution>
>                                                               
> <id>default-cli</id>
>                                                               <goals>
>                                                                       
> <goal>run</goal>
>                                                               </goals>
>                                                               <configuration>
>                                                                       <tasks>
>                                                                               
> <delete dir="${tomcat.home}/webapps/ROOT" />
>                                                                               
> <delete dir="${tomcat.home}/webapps/rest" />
>                                                                               
> <delete dir="${tomcat.home}/webapps/solr" />
>                                                                       </tasks>
>                                                               </configuration>
>                                                       </execution>
>                                               </executions>
>                                       </plugin>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to