This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push:
new 8598b0d [SSHD-1092] Remove unused configuration for plugin
8598b0d is described below
commit 8598b0dd0c79f0ee26d2f790d7e69e8a4bbc2559
Author: Guillaume Nodet <[email protected]>
AuthorDate: Tue Oct 20 20:12:34 2020 +0200
[SSHD-1092] Remove unused configuration for plugin
---
sshd-core/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml
index 90f2343..bfc27e2 100644
--- a/sshd-core/pom.xml
+++ b/sshd-core/pom.xml
@@ -165,11 +165,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifestFile/>
- </archive>
- </configuration>
<executions>
<execution>
<id>small-test-jar</id>