Skip to content

Commit 8b39008

Browse files
committed
ignore imported javadocs
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1434439 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7dfd7c2 commit 8b39008

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,19 @@
185185
</plugin>
186186
-->
187187
</plugins>
188+
<pluginManagement>
189+
<plugins>
190+
<plugin>
191+
<groupId>org.apache.maven.plugins</groupId>
192+
<artifactId>maven-scm-publish-plugin</artifactId>
193+
<configuration>
194+
<ignorePathsToDelete>
195+
<ignorePathToDelete>javadocs**</ignorePathToDelete>
196+
</ignorePathsToDelete>
197+
</configuration>
198+
</plugin>
199+
</plugins>
200+
</pluginManagement>
188201
</build>
189202

190203
<reporting>

0 commit comments

Comments
 (0)