Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Some pom files use ${groupId} and that needs to be properly supported to handle transitive dependency management.
For example:
<dependency>
<groupId>${groupId}</groupId>
<artifactId>ftplet-api</artifactId>
</dependency>