Skip to content

Commit ecec1c4

Browse files
committed
configure svnpubsub
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1434466 13f79535-47bb-0310-9956-ffa450edef68
1 parent 40f4e91 commit ecec1c4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,15 @@ limitations under the License.
225225
<build>
226226
<pluginManagement>
227227
<plugins>
228+
<plugin>
229+
<groupId>org.apache.maven.plugins</groupId>
230+
<artifactId>maven-scm-publish-plugin</artifactId>
231+
<configuration>
232+
<ignorePathsToDelete>
233+
<ignorePathToDelete>javadocs**</ignorePathToDelete>
234+
</ignorePathsToDelete>
235+
</configuration>
236+
</plugin>
228237
<plugin>
229238
<groupId>org.apache.maven.plugins</groupId>
230239
<artifactId>maven-site-plugin</artifactId>

0 commit comments

Comments
 (0)