fix configuration
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1422425 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e91de1800f
commit
6130eb8b28
2
pom.xml
2
pom.xml
|
@ -480,12 +480,10 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-scm-publish-plugin</artifactId>
|
<artifactId>maven-scm-publish-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<ignorePathsToDelete>
|
|
||||||
<ignorePathsToDelete>
|
<ignorePathsToDelete>
|
||||||
<ignorePathToDelete>api-release**</ignorePathToDelete>
|
<ignorePathToDelete>api-release**</ignorePathToDelete>
|
||||||
<ignorePathToDelete>api-2.1.1**</ignorePathToDelete>
|
<ignorePathToDelete>api-2.1.1**</ignorePathToDelete>
|
||||||
</ignorePathsToDelete>
|
</ignorePathsToDelete>
|
||||||
</ignorePathsToDelete>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
Loading…
Reference in New Issue