[java-idp-plugin-oidc-config] branch main updated: Corrected the order of the Maven modules.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri May 12 06:33:34 UTC 2023
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch main
in repository java-idp-plugin-oidc-config.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-config.git;a=commit;h=293e0fee4ec0e3b6d96db1bfbe3bb45beb89df7e
The following commit(s) were added to refs/heads/main by this push:
new 293e0fe Corrected the order of the Maven modules.
293e0fe is described below
commit 293e0fee4ec0e3b6d96db1bfbe3bb45beb89df7e
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri May 12 09:32:26 2023 +0300
Corrected the order of the Maven modules.
Obviously -impl needs to be before -dist. With the wrong order, the -impl.jar didn't
get included in the distribution package.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0cf31c4..da2ee66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,8 +63,8 @@
</dependencyManagement>
<modules>
- <module>oidc-config-dist</module>
<module>oidc-config-impl</module>
+ <module>oidc-config-dist</module>
</modules>
<build>
@@ -85,4 +85,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list