[java-idp-testbed] branch main updated: Support building from CLI by changing idp-war dependency from JAR to POM

Tom Zeller tzeller at dragonacea.biz
Tue Aug 23 15:35:30 UTC 2022


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

tzeller pushed a commit to branch main
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=2a0719ff59ad8b99302f8fd6144d24b6c28947b6

The following commit(s) were added to refs/heads/main by this push:
     new 2a0719f  Support building from CLI by changing idp-war dependency from JAR to POM
2a0719f is described below

commit 2a0719ff59ad8b99302f8fd6144d24b6c28947b6
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Aug 23 10:35:22 2022 -0500

    Support building from CLI by changing idp-war dependency from JAR to POM
    
    Running testbed from Eclipse still seems to work
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index c6a5178..8e3ea1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,6 +151,7 @@
             <artifactId>idp-war</artifactId>
             <version>${idp.version}</version>
             <scope>runtime</scope>
+            <type>pom</type>
         </dependency>
 
         <!-- Don't know why we have to directly include this. -->

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


More information about the commits mailing list