Index: plugin.jelly
===================================================================
--- plugin.jelly	(revision 535136)
+++ plugin.jelly	(working copy)
@@ -64,9 +64,9 @@
           <pathelement path="${plugin.getDependencyPath('junit')}"/>
           <j:if test="${!context.getVariable('maven.junit.fork').toString().trim().equalsIgnoreCase('no') and !context.getVariable('maven.test.excludeXmlApis').toString().trim().equalsIgnoreCase('yes') }">
             <pathelement location="${plugin.getDependencyPath('xml-apis:xml-apis')}"/>
+            <pathelement location="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
+            <pathelement location="${plugin.getDependencyPath('xml-resolver:xml-resolver')}"/>
           </j:if>
-          <pathelement path="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
-          <pathelement location="${plugin.getDependencyPath('xml-resolver:xml-resolver')}"/>
         </classpath>
         <src>
           <path refid="maven.test.compile.src.set"/>
@@ -186,10 +186,10 @@
           <path refid="maven.dependency.classpath"/>
           <pathelement path="${plugin.getDependencyPath('junit')}"/>
           <j:if test="${!context.getVariable('maven.junit.fork').toString().trim().equalsIgnoreCase('no') and !context.getVariable('maven.test.excludeXmlApis').toString().trim().equalsIgnoreCase('yes') }">
-  	        <pathelement path="${plugin.getDependencyPath('xml-apis:xml-apis')}"/>
+            <pathelement location="${plugin.getDependencyPath('xml-apis:xml-apis')}"/>
+            <pathelement location="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
+            <pathelement location="${plugin.getDependencyPath('xml-resolver:xml-resolver')}"/>
           </j:if>
-          <pathelement path="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
-          <pathelement path="${plugin.getDependencyPath('xml-resolver:xml-resolver')}"/>
           <j:if test="${not empty(context.getVariable('maven.test.classpath'))}">
             <pathelement path="${maven.test.classpath}"/>
           </j:if>
@@ -256,10 +256,10 @@
         <path refid="maven.dependency.classpath"/>
         <pathelement path="${plugin.getDependencyPath('junit')}"/>
         <j:if test="${!context.getVariable('maven.junit.fork').toString().trim().equalsIgnoreCase('no') and !context.getVariable('maven.test.excludeXmlApis').toString().trim().equalsIgnoreCase('yes') }">
-			    <pathelement path="${plugin.getDependencyPath('xml-apis:xml-apis')}"/>
+            <pathelement location="${plugin.getDependencyPath('xml-apis:xml-apis')}"/>
+            <pathelement location="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
+            <pathelement location="${plugin.getDependencyPath('xml-resolver:xml-resolver')}"/>
         </j:if>
-        <pathelement path="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
-        <pathelement path="${plugin.getDependencyPath('xml-resolver:xml-resolver')}"/>
         <j:if test="${not empty(context.getVariable('maven.test.classpath'))}">
           <pathelement path="${maven.test.classpath}"/>
         </j:if>
@@ -342,10 +342,10 @@
               <path refid="maven.dependency.classpath"/>
               <pathelement path="${plugin.getDependencyPath('junit')}"/>
               <j:if test="${!context.getVariable('maven.junit.fork').toString().trim().equalsIgnoreCase('no') and !context.getVariable('maven.test.excludeXmlApis').toString().trim().equalsIgnoreCase('yes') }">
-					      <pathelement path="${plugin.getDependencyPath('xml-apis:xml-apis')}"/>
+                <pathelement location="${plugin.getDependencyPath('xml-apis:xml-apis')}"/>
+                <pathelement location="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
+                <pathelement location="${plugin.getDependencyPath('xml-resolver:xml-resolver')}"/>
               </j:if>
-              <pathelement path="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
-              <pathelement path="${plugin.getDependencyPath('xml-resolver:xml-resolver')}"/>
               <j:if test="${not empty(context.getVariable('maven.test.classpath'))}">
                 <pathelement path="${maven.test.classpath}"/>
               </j:if>
@@ -454,10 +454,10 @@
               <path refid="maven.dependency.classpath"/>
               <pathelement path="${plugin.getDependencyPath('junit')}"/>
               <j:if test="${!context.getVariable('maven.junit.fork').toString().trim().equalsIgnoreCase('no') and !context.getVariable('maven.test.excludeXmlApis').toString().trim().equalsIgnoreCase('yes') }">
-  			        <pathelement path="${plugin.getDependencyPath('xml-apis:xml-apis')}"/>
+                <pathelement location="${plugin.getDependencyPath('xml-apis:xml-apis')}"/>
+                <pathelement location="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
+                <pathelement location="${plugin.getDependencyPath('xml-resolver:xml-resolver')}"/>
               </j:if>
-              <pathelement path="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
-              <pathelement path="${plugin.getDependencyPath('xml-resolver:xml-resolver')}"/>
               <j:if test="${not empty(context.getVariable('maven.test.classpath'))}">
                 <pathelement path="${maven.test.classpath}"/>
               </j:if>

