Ryan Emerson created ISPN-7681:
----------------------------------
Summary: Parent Pom causes license unresolved errors for children
Key: ISPN-7681
URL:
https://issues.jboss.org/browse/ISPN-7681
Project: Infinispan
Issue Type: Bug
Components: Build process
Affects Versions: 9.0.0.CR4
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Currently the parent pom utilises
`<resourceBundle>org.infinispan:infinispan-license:${project.version}</resourceBundle>`
to bundle the apache license. However, as it uses `${project.version}` if another project
inherits from parent, such as `infinispan-archetypes` then we get an error stating that
`infinispan-license` cannot be found as it is trying to utilise the ${project.version}
value of the child project to retrieve the license.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)