You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2021/03/26 17:37:30 UTC

[tomee-jakarta] 01/02: Don't add sources or Maven will compile with maven compiler and it won't work because of uncompatible versions

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-jakarta.git

commit f4a7d4add5c89895ede6ee93807ddf8acc38489f
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Fri Mar 26 18:08:48 2021 +0100

    Don't add sources or Maven will compile with maven compiler and it won't work because of uncompatible versions
---
 transform/pom.xml | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/transform/pom.xml b/transform/pom.xml
index b4c44ba..5eb9e00 100644
--- a/transform/pom.xml
+++ b/transform/pom.xml
@@ -34,29 +34,6 @@
   <name>TomEE :: Transform</name>
   <description>Patches for TomEE Patch Plugin and Rules associated with the Eclipse Transformer</description>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>add-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>src/patch/java</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
   <dependencies>
     <!--