lukaszlenart commented on code in PR #778:
URL: https://github.com/apache/struts/pull/778#discussion_r1418452454


##########
apps/showcase/pom.xml:
##########
@@ -145,6 +146,48 @@
 
     <build>
         <plugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-dependency-plugin</artifactId>
+              <executions>
+                <execution>
+                  <?m2e ignore?>
+                  <id>copy-dependencies</id>
+                  <phase>package</phase>
+                  <goals>
+                    <goal>copy</goal>

Review Comment:
   It should be possible to play with `<exclusion>` and explicitly defining the 
re-packaged jakarta libs, but this can be done after merge



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to