Author: rdonkin
Date: Sun Jan 18 06:56:20 2009
New Revision: 735469

URL: http://svn.apache.org/viewvc?rev=735469&view=rev
Log:
Add JIRA change reports

Modified:
    james/jsieve/trunk/pom.xml
    james/jsieve/trunk/src/site/site.xml

Modified: james/jsieve/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/pom.xml?rev=735469&r1=735468&r2=735469&view=diff
==============================================================================
--- james/jsieve/trunk/pom.xml (original)
+++ james/jsieve/trunk/pom.xml Sun Jan 18 06:56:20 2009
@@ -81,6 +81,21 @@
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changes-plugin</artifactId>
+        <configuration>
+            <onlyCurrentVersion>true</onlyCurrentVersion>
+            <resolutionIds>Closed</resolutionIds>
+        </configuration>
+        <reportSets>
+            <reportSet>
+                <reports>
+                    <report>jira-report</report>
+                </reports>
+            </reportSet>
+        </reportSets>
+      </plugin>
     </plugins>
   </reporting>
   

Modified: james/jsieve/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/src/site/site.xml?rev=735469&r1=735468&r2=735469&view=diff
==============================================================================
--- james/jsieve/trunk/src/site/site.xml (original)
+++ james/jsieve/trunk/src/site/site.xml Sun Jan 18 06:56:20 2009
@@ -40,7 +40,8 @@
     <menu name="jSieve">
       <item name="Main" href="http://james.apache.org/jsieve/main/index.html"; 
/>
       <item name="Mailet" 
href="http://james.apache.org/jsieve/mailet/index.html"; />
-      <item name="Util" href="http://james.apache.org/jsieve/util/index.html"; 
/>
+      <item name="Util" href="http://james.apache.org/jsieve/util/index.html"; 
/>
+      <item name="Changes" 
href="http://james.apache.org/jsieve/jira-report.html"; />
       <item name="RFC 2234 (ABNF)"
         href="http://www.ietf.org/rfc/rfc2234.txt"; />
       <item name="RFC 2244 (ACAP)"



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to