Menu

#5 Maven relative paths

Unstable (example)
open
nobody
5
2013-08-12
2013-08-12
Rick Hall
No

When running Maven offline, a project that inherit from some parent must have relative path back to the parent; for example,

<parent>
  <groupId>com.choicemaker.cm</groupId>
  <artifactId>choicemaker-cm</artificatId>
  <version>2.7.1-SNAPSHOT</version>
  <relativePath>../choicemaker-cm/pom.xml</relativePath>
</parent>

The attached patch makes this change to all child projects (as of 2013-08-09).

1 Attachments

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.