[java-identity-provider] 02/02: Add automatic module name hint to module template
Ian Young
ian at iay.org.uk
Tue May 28 11:08:42 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=b9bd8b272a9e1920070717ff733351819261ab7e
commit b9bd8b272a9e1920070717ff733351819261ab7e
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue May 28 16:08:35 2019 +0100
Add automatic module name hint to module template
---
idp-parent/module-pom.xml.tmpl | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/idp-parent/module-pom.xml.tmpl b/idp-parent/module-pom.xml.tmpl
index 0aa47e4..8b6e082 100644
--- a/idp-parent/module-pom.xml.tmpl
+++ b/idp-parent/module-pom.xml.tmpl
@@ -15,6 +15,10 @@
<artifactId>MVN_ARTF_ID</artifactId>
<packaging>jar</packaging>
+ <properties>
+ <automatic.module.name>net.shibboleth.idp.**CHANGETHIS**</automatic.module.name>
+ </properties>
+
<dependencies>
<!-- Compile Dependencies -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list