[java-idp-plugin-totp] branch main updated: Eliminate ant-run task.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 29 18:08:42 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-totp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=47f501777493c2b397adc77a382bbc9b64ae5a5a
The following commit(s) were added to refs/heads/main by this push:
new 47f5017 Eliminate ant-run task.
47f5017 is described below
commit 47f501777493c2b397adc77a382bbc9b64ae5a5a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 29 14:08:39 2020 -0400
Eliminate ant-run task.
---
totp-dist/pom.xml | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/totp-dist/pom.xml b/totp-dist/pom.xml
index bd5dd8e..82d2115 100644
--- a/totp-dist/pom.xml
+++ b/totp-dist/pom.xml
@@ -45,25 +45,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>1.8</version>
- <executions>
- <execution>
- <id>make-files-in-bin-executable</id>
- <phase>package</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <target>
- <chmod dir="${dist.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