ahgittin commented on issue #160: add relativePath to parent for release make URL: https://github.com/apache/brooklyn-ui/pull/160#issuecomment-567959949 thanks. i'll see if there's anything that jumps out in the make without `relativePath` but where i've been testing i think your property idea will work and is probably an improvement. look out for a merge and new PR in a few minutes. also FYI from the Javadoc for getRelativePath(): > Get the relative path of the parent pom.xml file within the check out. The default value is ../pom.xml. Maven looks for the parent pom first in the reactor of currently building projects, then in this location on the filesystem, then the local repository, and lastly in the remote repo. relativePath allows you to select a different location, for example when your structure is flat, or deeper without an intermediate parent pom. However, the group ID, artifact ID and version are still required, and must match the file in the location given or it will revert to the repository for the POM. This feature is only for enhancing the development in a local checkout of that project.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
