Fix MAVEN-668. I don't apply the patch present in Jira, but I suppress protocol declaration that it's unnecessary.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113871 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
04620f87c9
commit
8d4d19305b
@ -108,7 +108,7 @@
|
||||
maven dependency (i.e. by this tag) -->
|
||||
<j:set var="mavenGenerated" value="false" />
|
||||
<j:if test="${libraryExists}" >
|
||||
<x:parse var="doc" xml="file:/${libraryFile}"/>
|
||||
<x:parse var="doc" xml="${libraryFile}"/>
|
||||
<x:set var="root" select="$doc/*" />
|
||||
<x:set var="mavenElement" select="$root/maven-generated" />
|
||||
<j:if test="${!mavenElement.isEmpty()}" >
|
||||
|
||||
@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.3" date="In CVS">
|
||||
<action dev="evenisse" type="add">
|
||||
Fix MAVEN-668.
|
||||
</action>
|
||||
<action dev="evenisse" type="add" due-to="David Zeleznik">
|
||||
The plugin attempts to find JBuilder's "HOME" directory where it will read the user's default project properties file. The JBuilder "HOME" directory is also where library files are generated.
|
||||
</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user