Skip to content
Snippets Groups Projects
Commit 363f22c3 authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Revert changes done by sdumitriu. The relativePath should not be set to...

[Misc] Revert changes done by sdumitriu. The relativePath should not be set to not cause problems with Jenkins. BTW I couldn't reproduce the build warning problem that Sergiu fixed in his commit (would be interested to know more about it).
parent 49e0505f
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,14 @@
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<relativePath>../xwiki-commons/xwiki-commons-pom/</relativePath>
<!-- Note: Do NOT set the <relativePath> tag here as this can cause issues. For example imagine you're using
Jenkins and you have the following directory structure:
workspace/xwiki-commons
workspace/xwiki-platform_Quality_Checks
When the "xwiki-platform_Quality_Checks" module is built you definitely don't want its pom.xml to point to
workspace/xwiki-commons since that job may not have been built for some time (and thus it might not be up to
date with the latest code from the SCM, thus causing build failures that are hard to track.
-->
</parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment