This is an automated email from the ASF dual-hosted git repository.
dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-jakarta.git
The following commit(s) were added to refs/heads/master by this push:
new 1f8a300 Have TomEE Patch Plugin update javax imports automatically
1f8a300 is described below
commit 1f8a30025ea4d08fe28fa475746cd7191d7732bd
Author: David Blevins <[email protected]>
AuthorDate: Fri Apr 30 02:00:57 2021 -0700
Have TomEE Patch Plugin update javax imports automatically
---
tomee/tomee-plume-webapp/pom.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/tomee/tomee-plume-webapp/pom.xml b/tomee/tomee-plume-webapp/pom.xml
index 36cfa50..2812ec7 100644
--- a/tomee/tomee-plume-webapp/pom.xml
+++ b/tomee/tomee-plume-webapp/pom.xml
@@ -469,9 +469,7 @@
<source>${project.basedir}/../../transform/src/patch/java/</source>
<!-- <source>${project.basedir}/src/patch/java/</source>-->
</patchSources>
-<!-- <sourceExcludes>-->
-<!-- <exclude>org/apache/cxf/jaxrs</exclude>-->
-<!-- </sourceExcludes>-->
+ <transformSources>true</transformSources>
<replace>
<!-- We don't want these bytecode modified at all, so we overwrite
any modifications made by the Eclipse Transformer with the
originals -->