You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/01/16 10:11:26 UTC

[tomcat-jakartaee-migration] branch master updated: Cleanup

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 573e65c  Cleanup
573e65c is described below

commit 573e65c12dec2f79d6b4409aeba400479f00aa61
Author: remm <re...@apache.org>
AuthorDate: Thu Jan 16 11:11:18 2020 +0100

    Cleanup
---
 pom.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ceeb2cf..2abda49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
     <maven.compiler.source>8</maven.compiler.source>
     <maven.compiler.target>8</maven.compiler.target>
   </properties>
- 
+
   <dependencies>
     <dependency>
       <groupId>org.apache.bcel</groupId>
@@ -114,10 +114,13 @@
             <goals>
               <goal>shade</goal>
             </goals>
+            <configuration>
+              <createDependencyReducedPom>false</createDependencyReducedPom>
+            </configuration>
           </execution>
         </executions>
       </plugin>
     </plugins>
   </build>
-    
+
 </project>
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org