Fix relative path not being found
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113678 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
<body>
|
||||
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="fix">
|
||||
Fix <code>Couldn't find relative path ...</code> message on windows
|
||||
under multiproject build. Paths with <code>..</code> in them
|
||||
were absolute, but it meant that the 'startsWith' logic was flawed.
|
||||
Changed to using the canonical path.
|
||||
</action>
|
||||
<action dev="dion" type="fix">
|
||||
Add sourceModification include/excludes
|
||||
</action>
|
||||
|
||||
Reference in New Issue
Block a user