Author: henrib
Date: Mon Mar 29 22:47:24 2010
New Revision: 928932

URL: http://svn.apache.org/viewvc?rev=928932&view=rev
Log:
Changes report conf change

Modified:
    commons/proper/jexl/trunk/pom.xml

Modified: commons/proper/jexl/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=928932&r1=928931&r2=928932&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Mon Mar 29 22:47:24 2010
@@ -215,8 +215,10 @@
                 <artifactId>maven-changes-plugin</artifactId>
                 <version>2.3</version>
                 <configuration>
-                    <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
-                    <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
+                 <xmlPath>${basedir}/src/site/xdoc/changes.xml</xmlPath>
+                 <issueLinkTemplatePerSystem>
+                   <default>%URL%/%ISSUE%</default>
+                 </issueLinkTemplatePerSystem>
                 </configuration>
                 <reportSets>
                     <reportSet>
@@ -233,7 +235,7 @@
                 <configuration>
                     
<configLocation>${basedir}/src/main/config/checkstyle.xml</configLocation>
                     <excludes>org/apache/commons/jexl2/parser/*.java</excludes>
-                    
<headerFile>${basedir}/src/main/config/header.txt</headerFile>
+                    
<headerLocation>${basedir}/src/main/config/header.txt</headerLocation>
                     <enableRulesSummary>false</enableRulesSummary>
                 </configuration>
             </plugin>


Reply via email to