You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2018/01/26 18:12:34 UTC

[beam] branch master updated: [BEAM-2273] Cleanup examples Maven Archetype to copy in a clean state

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

lcwik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new a16b7a9  [BEAM-2273] Cleanup examples Maven Archetype to copy in a clean state
a16b7a9 is described below

commit a16b7a951c242580cd666728664953f4b2b3e204
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Jan 25 18:13:18 2018 +0100

    [BEAM-2273] Cleanup examples Maven Archetype to copy in a clean state
---
 sdks/java/maven-archetypes/examples/pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/sdks/java/maven-archetypes/examples/pom.xml b/sdks/java/maven-archetypes/examples/pom.xml
index e658c3b..fab9f73 100644
--- a/sdks/java/maven-archetypes/examples/pom.xml
+++ b/sdks/java/maven-archetypes/examples/pom.xml
@@ -91,6 +91,22 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-clean-plugin</artifactId>
+        <configuration>
+          <filesets>
+            <fileset>
+              <directory>src/main/resources/archetype-resources</directory>
+              <includes>
+                <include>src/**/*</include>
+                <include>src</include>
+              </includes>
+              <followSymlinks>false</followSymlinks>
+            </fileset>
+          </filesets>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 

-- 
To stop receiving notification emails like this one, please contact
lcwik@apache.org.