[java-idp-jetty-base] 12/13: IDP-1110 - Add testbed profile to POM

Tom Zeller tzeller at dragonacea.biz
Wed Jun 14 18:34:09 EDT 2017


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch 9.4
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=8c1063acbc48a17ceabbd449b3fa313994093694

commit 8c1063acbc48a17ceabbd449b3fa313994093694
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Jun 14 17:26:49 2017 -0500

    IDP-1110 - Add testbed profile to POM
---
 pom.xml | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9d06a9a..9c68140 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,4 +181,38 @@
         </plugins>
     </build>
 
+    <profiles>
+        <profile>
+            <id>testbed</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-resources-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>copy-testbed-resources</id>
+                                <phase>prepare-package</phase>
+                                <goals>
+                                    <goal>copy-resources</goal>
+                                </goals>
+                                <configuration>
+                                    <outputDirectory>${assemblyDirectory}</outputDirectory>
+                                    <resources>
+                                        <resource>
+                                            <directory>${basedir}/src/test/resources</directory>
+                                            <excludes>
+                                                <exclude>**/.gitkeep</exclude>
+                                            </excludes>
+                                        </resource>
+                                    </resources>
+                                    <overwrite>true</overwrite>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+
 </project>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list