[java-idp-integration-tests] 02/04: Do not copy test views from idp-conf that no longer exist

Tom Zeller tzeller at dragonacea.biz
Wed Aug 21 15:51:10 EDT 2019


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

tzeller pushed a commit to branch master
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=f9be87108948e5b5d773f65e3a92a257c164468e

commit f9be87108948e5b5d773f65e3a92a257c164468e
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Aug 21 14:36:53 2019 -0500

    Do not copy test views from idp-conf that no longer exist
---
 pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/pom.xml b/pom.xml
index 613558a..e6bdd07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -312,26 +312,6 @@
                             <outputDirectory>${idp-to-be-tested.directory}</outputDirectory>
                         </configuration>
                     </execution>
-                    <!-- Copy test views from idp-conf test jar. -->
-                    <execution>
-                        <id>unpack-idp-conf-views-test</id>
-                        <phase>compile</phase>
-                        <goals>
-                            <goal>unpack</goal>
-                        </goals>
-                        <configuration>
-                            <artifactItems>
-                                <artifactItem>
-                                    <groupId>net.shibboleth.idp</groupId>
-                                    <artifactId>idp-conf</artifactId>
-                                    <version>${idp-to-be-tested.version}</version>
-                                    <type>test-jar</type>
-                                    <includes>views-test/**</includes>
-                                </artifactItem>
-                            </artifactItems>
-                            <outputDirectory>${idp-to-be-tested.directory}</outputDirectory>
-                        </configuration>
-                    </execution>
                     <!-- Copy test flows from idp-conf test jar. -->
                     <execution>
                         <id>unpack-idp-conf-test-flows</id>

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


More information about the commits mailing list