[java-identity-provider] 01/02: Add automatic module name for idp-attribute-impl
Ian Young
ian at iay.org.uk
Tue May 28 11:08:41 EDT 2019
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=50d67bde41c39dc0c721dfe22215edbf7215f4fe
commit 50d67bde41c39dc0c721dfe22215edbf7215f4fe
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue May 28 16:08:20 2019 +0100
Add automatic module name for idp-attribute-impl
---
idp-attribute-impl/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/idp-attribute-impl/pom.xml b/idp-attribute-impl/pom.xml
index 1587f93..7821dfe 100644
--- a/idp-attribute-impl/pom.xml
+++ b/idp-attribute-impl/pom.xml
@@ -16,6 +16,10 @@
<artifactId>idp-attribute-impl</artifactId>
<packaging>jar</packaging>
+ <properties>
+ <automatic.module.name>net.shibboleth.idp.attribute.impl</automatic.module.name>
+ </properties>
+
<dependencies>
<!-- Compile Dependencies -->
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list