Print

Print


Commit in lcsim on MAIN
pom.xml+21-21.235 -> 1.236
include Jira report in website

lcsim
pom.xml 1.235 -> 1.236
diff -u -r1.235 -r1.236
--- pom.xml	1 May 2013 17:50:18 -0000	1.235
+++ pom.xml	1 May 2013 20:14:04 -0000	1.236
@@ -34,7 +34,7 @@
         <lcsim.filterfile>${project.build.directory}/filter.properties</lcsim.filterfile>
     </properties>
     <issueManagement>
-        <system>Jira</system>
+        <system>JIRA</system>
         <url>https://jira.slac.stanford.edu/browse/LCSIM</url>
     </issueManagement>
     <reporting>
@@ -45,7 +45,26 @@
                 <configuration>
                     <anonymousConnection>scm:cvs:pserver:[log in to unmask]:/cvs/lcd:lcsim</anonymousConnection>
                 </configuration>
-            </plugin>
+            </plugin>            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-changes-plugin</artifactId>
+                <version>2.9</version>
+                <configuration>
+                    <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames>
+                    <sortColumnNames>Type,Key DESC</sortColumnNames>
+                    <statusIds>Resolved, Closed</statusIds>
+                    <maxEntries>9999</maxEntries>                    
+                </configuration>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <!-- <report>changes-report</report> -->
+                            <report>jira-report</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>            
         </plugins>
     </reporting>
     <build>
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1