[java-identity-provider] branch main updated: Remove unnecessary plugin

Tom Zeller tzeller at dragonacea.biz
Sat Oct 21 12:27:31 UTC 2023


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

tzeller pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=478052dd98a0ddb5670e0f31c4233bbc2855c8d6

The following commit(s) were added to refs/heads/main by this push:
     new 478052dd9 Remove unnecessary plugin
478052dd9 is described below

commit 478052dd98a0ddb5670e0f31c4233bbc2855c8d6
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sat Oct 21 07:27:17 2023 -0500

    Remove unnecessary plugin
    
    Now that bin/install.sh is executable
---
 idp-distribution/pom.xml | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index ef3a927db..e099f0a9a 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -208,25 +208,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <version>3.1.0</version>
-                <executions>
-                    <execution>
-                        <id>make-files-in-bin-executable</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                        <configuration>
-                            <target>
-                                <chmod dir="${idp.assemblyDirectory}/bin" perm="755" includes="**/*.sh" />
-                            </target>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
             <!-- Assemble. -->
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>

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


More information about the commits mailing list