[spring-extensions] branch maint-5 updated: JPAR-113 - establish Automatic-Module-Name
Ian Young
ian at iay.org.uk
Fri Sep 28 11:42:19 EDT 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-5
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=f40a08cde1679ce163c9854fcf564a30690a60d6
The following commit(s) were added to refs/heads/maint-5 by this push:
new f40a08c JPAR-113 - establish Automatic-Module-Name
f40a08c is described below
commit f40a08cde1679ce163c9854fcf564a30690a60d6
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Sep 28 16:17:15 2018 +0100
JPAR-113 - establish Automatic-Module-Name
---
pom.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/pom.xml b/pom.xml
index af93908..d88be11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,7 @@
</description>
<properties>
+ <automatic.module.name>net.shibboleth.ext.spring</automatic.module.name>
<java-support.version>7.4.0-SNAPSHOT</java-support.version>
</properties>
@@ -136,6 +137,22 @@
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
<scm>
<connection>${shibboleth.scm.connection}${project.artifactId}</connection>
<developerConnection>${shibboleth.scm.developerConnection}${project.artifactId}</developerConnection>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list