[
https://issues.apache.org/jira/browse/ATLAS-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhan Neethiraj updated ATLAS-3163:
------------------------------------
Fix Version/s: (was: 2.0.0)
trunk
> 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)