You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2014/02/18 17:47:01 UTC

git commit: exclude the Jenkins private local repo

Repository: maven
Updated Branches:
  refs/heads/master 1e3809237 -> a83ece077


exclude the Jenkins private local repo


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

Branch: refs/heads/master
Commit: a83ece077b9e9b764e92866f1498bc0944a861b8
Parents: 1e38092
Author: Stephen Connolly <st...@gmail.com>
Authored: Tue Feb 18 16:46:54 2014 +0000
Committer: Stephen Connolly <st...@gmail.com>
Committed: Tue Feb 18 16:46:54 2014 +0000

----------------------------------------------------------------------
 apache-maven/src/main/assembly/src.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/a83ece07/apache-maven/src/main/assembly/src.xml
----------------------------------------------------------------------
diff --git a/apache-maven/src/main/assembly/src.xml b/apache-maven/src/main/assembly/src.xml
index a9f50bb..f0d2008 100644
--- a/apache-maven/src/main/assembly/src.xml
+++ b/apache-maven/src/main/assembly/src.xml
@@ -33,6 +33,7 @@ under the License.
         <exclude>**/.gitignore</exclude>
         <exclude>**/.gitattributes</exclude>
         <exclude>init-git-svn.sh</exclude>
+        <exclude>.repository<exclude>
       </excludes>
     </fileSet>
     <fileSet>