You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2020/12/29 00:10:12 UTC

[incubator-sedona] branch master updated: Move the resolve-pom plugin from initialize phase to prepare-package phase, in order to fix the unit tests

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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b4a2f5  Move the resolve-pom plugin from initialize phase to prepare-package phase, in order to fix the unit tests
9b4a2f5 is described below

commit 9b4a2f51ae9bbcfc7625f25765436a955ac3c8c2
Author: Jia Yu <ji...@apache.org>
AuthorDate: Mon Dec 28 16:10:00 2020 -0800

    Move the resolve-pom plugin from initialize phase to prepare-package phase, in order to fix the unit tests
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f74e23f..bf60376 100644
--- a/pom.xml
+++ b/pom.xml
@@ -403,7 +403,7 @@
                 <executions>
                     <execution>
                         <id>resolve-my-pom</id>
-                        <phase>initialize</phase>
+                        <phase>prepare-package</phase>
                         <goals>
                             <goal>resolve-pom</goal>
                         </goals>