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 91ea429  try removing patch step now that royale-extras has been 
updated
91ea429 is described below

commit 91ea429b96e2704d17b29a3d31e893601c47e392
Author: Alex Harui <[email protected]>
AuthorDate: Thu Sep 6 18:42:44 2018 -0700

    try removing patch step now that royale-extras has been updated
---
 google_maps/pom.xml | 31 +------------------------------
 1 file changed, 1 insertion(+), 30 deletions(-)

diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index 212bccd..52181e2 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -58,36 +58,7 @@
           </execution>
         </executions>
       </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-google-maps</id>
-            <phase>validate</phase>
-            <goals>
-              <goal>exec</goal>
-            </goals>
-            <configuration>
-              <arguments combine.children="append">
-                
<argument>${basedir}/src/main/patch/google_maps.patch</argument>
-              </arguments>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
+      
       <plugin>
         <groupId>org.apache.royale.compiler</groupId>
         <artifactId>royale-maven-plugin</artifactId>

Reply via email to