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:
evenisse
2003-07-01 10:58:58 +00:00
parent b0fe79ecb4
commit 815774f56d

View File

@@ -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"/>