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

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 48633af  don't need patch step here either, assuming what we get from 
royale-extras is valid
48633af is described below

commit 48633af46db88ce091a409f9e0284f7f8c9d0f15
Author: Alex Harui <[email protected]>
AuthorDate: Mon Sep 10 11:32:06 2018 -0700

    don't need patch step here either, assuming what we get from royale-extras 
is valid
---
 jquery/pom.xml | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/jquery/pom.xml b/jquery/pom.xml
index a135760..dfebaa0 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -60,35 +60,6 @@
       </plugin>
 
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>exec-maven-plugin</artifactId>
-        <version>1.5.0</version>
-        <configuration>
-          <executable>${git.executable}</executable>
-          <workingDirectory>${basedir}/..</workingDirectory>
-          <arguments>
-            <argument>apply</argument>
-            <argument>--ignore-whitespace</argument>
-            <argument>--whitespace=nowarn</argument>
-          </arguments>
-        </configuration>
-        <executions>
-          <execution>
-            <id>patch-jquery</id>
-            <phase>validate</phase>
-            <goals>
-              <goal>exec</goal>
-            </goals>
-            <configuration>
-              <arguments combine.children="append">
-                <argument>${basedir}/src/main/patch/jquery.patch</argument>
-              </arguments>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
-      <plugin>
         <groupId>org.apache.royale.compiler</groupId>
         <artifactId>royale-maven-plugin</artifactId>
         <version>${royale.compiler.version}</version>

Reply via email to