Remove ${basedir} from pom.build.sourceDirectory
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<th>Files</th>
|
||||
<th width="75">Errors</th>
|
||||
</tr>
|
||||
<j:set var="fullSrcDir" value="${basedir}/${pom.build.sourceDirectory}"/>
|
||||
<j:set var="fullSrcDir" value="${pom.build.sourceDirectory}"/>
|
||||
<j:set var="srcDir" value="${fileutil.file(fullSrcDir).getAbsolutePath()}"/>
|
||||
<j:set var="srcDirLength" value="${srcDir.length() + 1}"/>
|
||||
<x:set var="files" select="file" sort="@name"/>
|
||||
|
||||
Reference in New Issue
Block a user