configure svnpubsub
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1434931 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
42a86388b8
commit
53646c1c98
9
pom.xml
9
pom.xml
|
@ -529,6 +529,15 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-scm-publish-plugin</artifactId>
|
||||
<configuration>
|
||||
<ignorePathsToDelete>
|
||||
<ignorePathToDelete>javadocs</ignorePathToDelete>
|
||||
</ignorePathsToDelete>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
Loading…
Reference in New Issue