This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/master by this push:
new 0278c8f Drop shade plugin
0278c8f is described below
commit 0278c8fe110a6753184fb4307ed1f225518cfaab
Author: remm <[email protected]>
AuthorDate: Thu Jan 16 12:56:34 2020 +0100
Drop shade plugin
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 2abda49..4e3679a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,6 +105,7 @@
</descriptors>
</configuration>
</plugin>
+ <!-- Optional shade with BCEL
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
@@ -120,6 +121,7 @@
</execution>
</executions>
</plugin>
+ -->
</plugins>
</build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]