[java-opensaml] branch master updated: Add automatic module name hint to module template

Ian Young ian at iay.org.uk
Tue May 28 11:12:01 EDT 2019


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

iay pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=72bd36a8476699c9a801f44828b9d517a8d5c190

The following commit(s) were added to refs/heads/master by this push:
       new  72bd36a   Add automatic module name hint to module template
72bd36a is described below

commit 72bd36a8476699c9a801f44828b9d517a8d5c190
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue May 28 16:11:57 2019 +0100

    Add automatic module name hint to module template
---
 opensaml-parent/module-pom.xml.tmpl | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/opensaml-parent/module-pom.xml.tmpl b/opensaml-parent/module-pom.xml.tmpl
index 26e47da..bf7a698 100644
--- a/opensaml-parent/module-pom.xml.tmpl
+++ b/opensaml-parent/module-pom.xml.tmpl
@@ -15,6 +15,10 @@
     <artifactId>MVN_ARTF_ID</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>org.opensaml.**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