[java-idp-plugin-scripting] branch main updated: Fix the api POM's manifest definition

Rod Widdowson rdw at steadingsoftware.com
Fri Aug 28 10:27:49 UTC 2020


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

rdw pushed a commit to branch main
in repository java-idp-plugin-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=9bb6b61f68c8c7dff44305aa262aa45498bb4bee

The following commit(s) were added to refs/heads/main by this push:
       new  9bb6b61   Fix the api POM's manifest definition
9bb6b61 is described below

commit 9bb6b61f68c8c7dff44305aa262aa45498bb4bee
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Aug 28 11:23:32 2020 +0100

    Fix the api POM's manifest definition
---
 scripting-api/pom.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/scripting-api/pom.xml b/scripting-api/pom.xml
index 234b4ad..e887ee8 100644
--- a/scripting-api/pom.xml
+++ b/scripting-api/pom.xml
@@ -33,22 +33,18 @@
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId> 
-            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
                 <configuration>
                     <archive>
+                        <index>true</index>
                         <manifestEntries>
                              <Main-Class>net.shibboleth.idp.plugin.scripting.Version</Main-Class>
-                             <Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name>
                         </manifestEntries>
                         <manifestSections>
                             <manifestSection>
-                                <name>net/shibboleth/idp/plugin/scripting</name>
+                                <name>net/shibboleth/idp/plugin/scripting/</name>
                                 <manifestEntries>
                                     <Implementation-Title>${project.artifactId}</Implementation-Title>
                                     <Implementation-Version>${project.version}</Implementation-Version>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list