This is an automated email from the ASF dual-hosted git repository.
aengineer pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new 37bd5bb HDDS-1702. Optimize Ozone Recon build time (#982)
37bd5bb is described below
commit 37bd5bb34225fed254d4a2ca5e617fe025cdb279
Author: Vivek Ratnavel Subramanian <[email protected]>
AuthorDate: Tue Jun 18 14:44:23 2019 -0700
HDDS-1702. Optimize Ozone Recon build time (#982)
---
hadoop-ozone/ozone-recon/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/hadoop-ozone/ozone-recon/pom.xml b/hadoop-ozone/ozone-recon/pom.xml
index 0debacc..9672796 100644
--- a/hadoop-ozone/ozone-recon/pom.xml
+++ b/hadoop-ozone/ozone-recon/pom.xml
@@ -28,6 +28,14 @@
<spring.version>5.1.3.RELEASE</spring.version>
</properties>
<build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <excludes>
+ <exclude>**/node_modules/**</exclude>
+ </excludes>
+ </resource>
+ </resources>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]