[ 
https://issues.apache.org/jira/browse/ATLAS-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16854475#comment-16854475
 ] 

Diego Marino Monetti edited comment on ATLAS-3163 at 6/3/19 5:22 PM:
---------------------------------------------------------------------

This is also a non-relevant issue. But it takes no time to fix it and it avoids 
seeing in the eclipse project bar a red-flag at the atlas-repository project


was (Author: zep):
This is also a non-relevant issue. But it takes no time to fix it and it avoids 
seeing in the eclipse project bar a red-flag at the atlas-common project

> Incorrect syntax for combine-children in repository pom
> -------------------------------------------------------
>
>                 Key: ATLAS-3163
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3163
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>    Affects Versions: 2.0.0
>            Reporter: Diego Marino Monetti
>            Priority: Major
>             Fix For: trunk
>
>
> in atlas-repository the syntax 
> <groupId>org.apache.maven.plugins</groupId>
>  <artifactId>maven-surefire-plugin</artifactId>
>  <configuration combine.children="override" >
>  </configuration>
> is incorrect.
> The correct syntax is
> <groupId>org.apache.maven.plugins</groupId>
>  <artifactId>maven-surefire-plugin</artifactId>
>  <configuration>
>  <items combine.children="override" />
>  </configuration>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to