[java-idp-plugin-archetype] branch main updated: Fix enforcer config id.

Scott Cantor cantor.2 at osu.edu
Tue Feb 6 15:43:58 UTC 2024


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

scantor pushed a commit to branch main
in repository java-idp-plugin-archetype.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-archetype.git;a=commit;h=50b0239b9204ecd7a422ce2a29a114cc6c357324

The following commit(s) were added to refs/heads/main by this push:
     new 50b0239  Fix enforcer config id.
50b0239 is described below

commit 50b0239b9204ecd7a422ce2a29a114cc6c357324
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 6 10:43:49 2024 -0500

    Fix enforcer config id.
---
 src/main/resources/archetype-resources/plugin-dist/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/archetype-resources/plugin-dist/pom.xml b/src/main/resources/archetype-resources/plugin-dist/pom.xml
index b8ce174..9911610 100644
--- a/src/main/resources/archetype-resources/plugin-dist/pom.xml
+++ b/src/main/resources/archetype-resources/plugin-dist/pom.xml
@@ -56,7 +56,7 @@
                 </dependencies>
                 <executions>
                     <execution>
-                        <id>oidc-rp-enforce</id>
+                        <id>${pluginBase}-enforce</id>
                         <phase>verify</phase>
                         <goals>
                             <goal>enforce</goal>

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


More information about the commits mailing list