mirror of https://github.com/apache/maven.git
add exclusions
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367090 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
48ab000979
commit
2d744a26de
|
@ -0,0 +1,10 @@
|
||||||
|
.htaccess
|
||||||
|
**/distributions
|
||||||
|
**SNAPSHOT*
|
||||||
|
**snapshot*
|
||||||
|
**-dev.*
|
||||||
|
**-DEV.*
|
||||||
|
**/dist
|
||||||
|
**-200*
|
||||||
|
**/.svn
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[syncopate]
|
[syncopate]
|
||||||
repoDirectory=/home/projects/maven/repository-staging/to-ibiblio/maven
|
repoDirectory=/home/projects/maven/repository-staging/to-ibiblio/maven
|
||||||
options=--log-format="artifact %f %l %t" -rvl -L --size-only --exclude-from=/home/projects/maven/repository-staging/to-ibiblio/exclusions.txt
|
options=--log-format="artifact %f %l %t" -rvl -L --size-only --exclude-from=/home/projects/maven/repository-tools/syncopate/exclusions.txt
|
||||||
rsyncUser=rsync
|
rsyncUser=rsync
|
||||||
|
|
||||||
reportUrl=http://test.maven.codehaus.org/reports/syncopate
|
reportUrl=http://test.maven.codehaus.org/reports/syncopate
|
||||||
|
|
Loading…
Reference in New Issue