You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2023/02/08 15:36:30 UTC

[commons-jexl] branch master updated: JEXL-392: tidy pom.xml, removed copying/fork ant task;

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

henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new f4b743be JEXL-392: tidy pom.xml, removed copying/fork ant task;
f4b743be is described below

commit f4b743bec10921f4f953098484515d156df03fef
Author: henrib <he...@apache.org>
AuthorDate: Wed Feb 8 16:36:25 2023 +0100

    JEXL-392: tidy pom.xml, removed copying/fork ant task;
---
 pom.xml | 40 ----------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/pom.xml b/pom.xml
index e202c592..5349e6dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,46 +191,6 @@
                     </execution>
                 </executions>
             </plugin>
-<!--
-            <plugin>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <version>3.1.0</version>
-                <executions>
-                    <execution>
-                        <phase>generate-sources</phase>
-                        <configuration>
-                            <target>
-                                <copy todir="/Users/henri.biestro/kShuttle/trunk/trunk/Jexl/src" overwrite='true' verbose='true'>
-                                    -overwrite='true' verbose='true'-
-                                    <fileset dir="src">
-                                        <include name="**/*.java"/>
-                                    </fileset>
-                                    <regexpmapper from="(.*)/org/apache/commons/jexl3/(.*)\.java$$" to="\1/com/nellarmonia/jexl/\2.java"/>
-                                    <filterchain>
-                                        <replacestring from="org.apache.commons.jexl3" to="com.nellarmonia.jexl"/>
-                                        <replacestring from="org.apache.whatever" to="com.nellarmonia.whatever"/>
-                                    </filterchain>
-                                </copy>
-                                <copy todir="/Users/henri.biestro/kShuttle/trunk/trunk/Jexl/src" overwrite='true' verbose='true'>
-                                    -overwrite='true' verbose='true'-
-                                    <fileset dir="src">
-                                        <include name="**/*.jjt"/>
-                                    </fileset>
-                                    <regexpmapper from="(.*)/org/apache/commons/jexl3/(.*)\.jjt$$" to="\1/com/nellarmonia/jexl/\2.jjt"/>
-                                    <filterchain>
-                                        <replacestring from="org.apache.commons.jexl3" to="com.nellarmonia.jexl"/>
-                                        <replacestring from="org.apache.whatever.logging" to="com.nellarmonia.whatever"/>
-                                    </filterchain>
-                                </copy>
-                            </target>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
--->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>