You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ag...@apache.org on 2014/10/26 00:59:45 UTC

[5/5] git commit: o Add Release Notes link and Jira report to the plugin sites

o Add Release Notes link and Jira report to the plugin sites


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/5d61287a
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/5d61287a
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/5d61287a

Branch: refs/heads/master
Commit: 5d61287af0a3c5a03761b31d4a65264bcedeba42
Parents: e4ff032
Author: Andreas Gudian <ag...@apache.org>
Authored: Sun Oct 26 00:58:35 2014 +0200
Committer: Andreas Gudian <ag...@apache.org>
Committed: Sun Oct 26 00:58:35 2014 +0200

----------------------------------------------------------------------
 maven-failsafe-plugin/pom.xml                  | 21 +++++++++++++++++++++
 maven-surefire-plugin/pom.xml                  | 21 +++++++++++++++++++++
 maven-surefire-plugin/src/site/site.xml        |  1 +
 maven-surefire-report-plugin/pom.xml           | 14 ++++++++++++++
 maven-surefire-report-plugin/src/site/site.xml |  1 +
 pom.xml                                        | 19 +++++++++++++++++++
 6 files changed, 77 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5d61287a/maven-failsafe-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index b1ff0c0..15cb00e 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -293,5 +293,26 @@
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>reporting</id>
+      <reporting>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-changes-plugin</artifactId>
+            <configuration>
+              <skip>false</skip>
+            </configuration>
+            <reportSets>
+              <reportSet>
+                <reports>
+                  <report>jira-report</report>
+                </reports>
+              </reportSet>
+            </reportSets>
+          </plugin>
+        </plugins>
+      </reporting>
+    </profile>
   </profiles>
 </project>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5d61287a/maven-surefire-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index 6d716f1..f983111 100644
--- a/maven-surefire-plugin/pom.xml
+++ b/maven-surefire-plugin/pom.xml
@@ -163,5 +163,26 @@
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>reporting</id>
+      <reporting>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-changes-plugin</artifactId>
+            <configuration>
+              <skip>false</skip>
+            </configuration>
+            <reportSets>
+              <reportSet>
+                <reports>
+                  <report>jira-report</report>
+                </reports>
+              </reportSet>
+            </reportSets>
+          </plugin>
+        </plugins>
+      </reporting>
+    </profile>
   </profiles>
 </project>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5d61287a/maven-surefire-plugin/src/site/site.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/src/site/site.xml b/maven-surefire-plugin/src/site/site.xml
index d98d763..e67ecb6 100644
--- a/maven-surefire-plugin/src/site/site.xml
+++ b/maven-surefire-plugin/src/site/site.xml
@@ -32,6 +32,7 @@
       <item name="API" href="api.html"/>
       <item name="FAQ" href="faq.html"/>
       <item name="Developing" href="developing.html"/>
+      <item name="Release Notes" href="jira-report.html"/>
       <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 -->
       <item name="License" href="http://www.apache.org/licenses/"/>
       <item name="Download" href="../download.html"/>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5d61287a/maven-surefire-report-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml
index b5d6fcd..0cef841 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -233,6 +233,20 @@
               </locales>
             </configuration>
           </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-changes-plugin</artifactId>
+            <configuration>
+              <skip>false</skip>
+            </configuration>
+            <reportSets>
+              <reportSet>
+                <reports>
+                  <report>jira-report</report>
+                </reports>
+              </reportSet>
+            </reportSets>
+          </plugin>
         </plugins>
       </reporting>
     </profile>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5d61287a/maven-surefire-report-plugin/src/site/site.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-report-plugin/src/site/site.xml b/maven-surefire-report-plugin/src/site/site.xml
index d638885..8aa02a7 100644
--- a/maven-surefire-report-plugin/src/site/site.xml
+++ b/maven-surefire-report-plugin/src/site/site.xml
@@ -27,6 +27,7 @@
       <item name="Goals" href="plugin-info.html"/>
       <item name="Usage" href="usage.html"/>
       <item name="FAQ" href="faq.html"/>
+      <item name="Release Notes" href="jira-report.html"/>
       <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 -->
       <item name="License" href="http://www.apache.org/licenses/"/>
       <item name="Download" href="../download.html"/>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5d61287a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 12ee4b3..6788ec6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,6 +318,7 @@
               <exclude>**/*.ipr</exclude>
               <exclude>**/*.iws</exclude>
               <exclude>**/*.versionsBackup</exclude>
+              <exclude>**/dependency-reduced-pom.xml</exclude>
               <exclude>.gitignore</exclude>
               <exclude>src/main/resources/META-INF/services/org.apache.maven.surefire.providerapi.SurefireProvider
               </exclude>
@@ -407,6 +408,24 @@
           </plugins>
         </pluginManagement>
       </build>
+      <reporting>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-changes-plugin</artifactId>
+            <version>2.11</version>
+            <configuration>
+              <!-- For JIRA-report -->
+              <columnNames>Type,Priority,Key,Summary,Assignee,Resolution,Fix Version</columnNames>
+              <onlyCurrentVersion>true</onlyCurrentVersion>
+              <resolutionIds>Fixed</resolutionIds>
+              <sortColumnNames>type DESC,Priority DESC,Key</sortColumnNames>
+              <maxEntries>1000</maxEntries>
+              <skip>true</skip>
+            </configuration>
+          </plugin>
+        </plugins>
+      </reporting>
     </profile>
     <profile>
       <id>m2e</id>