esa / CCSDS_MO_POM

ESA top level POM for CCSDS MO based artifacts
Other
3 stars 6 forks source link

Don't reference groupId by a built-in variable #4

Closed dmarszk closed 5 years ago

dmarszk commented 6 years ago

Maven built-in variable ${project.groupId} referenced from this POM is resolved inside the children POM. Therefore, if a pom referencing int.esa.ccsds.mo.POM is not within int.esa.ccsds.mo group, the dependency version resolving will fail.

The fix substitutes references to variable "project.groupId" with its desired value.