This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 09e1d8d062f55c422d5e54e46ae783ba2bc2a757 Author: Lyor Goldstein <[email protected]> AuthorDate: Tue Aug 18 10:24:09 2020 +0300 Merged duplicate sshd-core JAR plugin executions --- sshd-core/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml index dd05c51..48bffcd 100644 --- a/sshd-core/pom.xml +++ b/sshd-core/pom.xml @@ -163,12 +163,6 @@ </includes> </configuration> </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> <execution> <id>big-test-jar</id> <goals>
