You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2017/06/11 16:04:27 UTC

svn commit: r1798376 - /webservices/axiom/trunk/pom.xml

Author: veithen
Date: Sun Jun 11 16:04:26 2017
New Revision: 1798376

URL: http://svn.apache.org/viewvc?rev=1798376&view=rev
Log:
Fix the build.

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1798376&r1=1798375&r2=1798376&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sun Jun 11 16:04:26 2017
@@ -1270,6 +1270,10 @@
                                 <exclude>*.sonarj</exclude>
                                 <!-- File generated by maven-release-plugin -->
                                 <exclude>release.properties</exclude>
+                                <!-- Patch files -->
+                                <exclude>third_party/*.patch</exclude>
+                                <!-- Bazel directories -->
+                                <exclude>bazel-*/**</exclude>
                                 
                                 <!-- Exclusions that apply to submodules -->