You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2020/10/14 05:27:47 UTC

[airavata] 03/04: Skipping pga files in resource import

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 3794421f01fdb4ef5c0199fdfc6cfc15c25d2e7a
Author: DImuthuUpe <di...@gmail.com>
AuthorDate: Wed Oct 14 05:18:28 2020 -0400

    Skipping pga files in resource import
---
 modules/ide-integration/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/modules/ide-integration/pom.xml b/modules/ide-integration/pom.xml
index a5e7190..0f3bec0 100644
--- a/modules/ide-integration/pom.xml
+++ b/modules/ide-integration/pom.xml
@@ -75,4 +75,15 @@
         </dependency>
     </dependencies>
 
+    <build>
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+                <excludes>
+                    <exclude>pga/**</exclude>
+                </excludes>
+            </resource>
+        </resources>
+    </build>
+
 </project>