Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 1.2.5.RELEASE
-
Fix Version/s: 1.3.0.RELEASE
-
Component/s: None
-
Labels: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.