Repository: maven-surefire
Updated Branches:
  refs/heads/master 190c96706 -> a3de89de2


o Ignore DEPENDENCIES in rat check
o Set default location of the deployed site to "surefire-LATEST" again


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

Branch: refs/heads/master
Commit: a3de89de2b3a99bf69a52318ef2c9cf7ec3eb332
Parents: 190c967
Author: Andreas Gudian <agud...@apache.org>
Authored: Sat Nov 1 19:42:29 2014 +0100
Committer: Andreas Gudian <agud...@apache.org>
Committed: Sat Nov 1 19:42:29 2014 +0100

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a3de89de/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1b56683..9a0d154 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
     <shadedVersion>2.12.4</shadedVersion>
     <mavenPluginPluginVersion>3.3</mavenPluginPluginVersion>
     
<maven.surefire.scm.devConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-surefire.git</maven.surefire.scm.devConnection>
-    
<maven.site.path>surefire-archives/surefire-${project.version}</maven.site.path>
+    <maven.site.path>surefire-archives/surefire-LATEST</maven.site.path>
   </properties>
 
   <dependencyManagement>
@@ -320,6 +320,7 @@
               <exclude>**/*.versionsBackup</exclude>
               <exclude>**/dependency-reduced-pom.xml</exclude>
               <exclude>.gitignore</exclude>
+              <exclude>DEPENDENCIES</exclude>
               
<exclude>src/main/resources/META-INF/services/org.apache.maven.surefire.providerapi.SurefireProvider
               </exclude>
             </excludes>

Reply via email to