Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Complete
-
1.2.5.RELEASE
-
None
-
None
Description
When ROO shell open project with the following pom.xml:
... <dependency> <groupId>es.gva.san.hse</groupId> <artifactId>hse-services-web</artifactId> <version>${project.version}</version> <type>pom</type> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.geronimo.specs</groupId> </exclusion> ...
appears an error indicating that wildcard is not a valid symbol to include on pom.xml.
Maven accepts this syntax, so ROO needs to accept it.
Removing this symbol from invalid pom symbols should works.