Applly patch from Nicolas Franck.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113070 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
36811e5e33
commit
305dafa323
@ -28,8 +28,12 @@
|
||||
</projectPath>
|
||||
<sourcePath>
|
||||
<root type="composite">
|
||||
<root type="simple" url="file://${pom.build.sourceDirectory}"/>
|
||||
<root type="simple" url="file://${pom.build.unitTestSourceDirectory}"/>
|
||||
<j:if test="${sourcesPresent}">
|
||||
<root type="simple" url="file://$$PROJECT_DIR$$/${pom.build.sourceDirectory}"/>
|
||||
</j:if>
|
||||
<j:if test="${unitTestSourcesPresent}">
|
||||
<root type="simple" url="file://$$PROJECT_DIR$$/${pom.build.unitTestSourceDirectory}"/>
|
||||
</j:if>
|
||||
<root type="jdk" rootType="sourcePath" name="java version "${java.version}""/>
|
||||
</root>
|
||||
</sourcePath>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user