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/28 06:52:00 UTC

[incubator-sedona] branch master updated: Use a maven plugin to upload a generated POM file which has all property values resolved to Nexus repo

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 74e862f  Use a maven plugin to upload a generated POM file which has all property values resolved to Nexus repo
74e862f is described below

commit 74e862fa06046b1d4be147754a4a713bc1d00e9d
Author: Jia Yu <ji...@apache.org>
AuthorDate: Sun Dec 27 22:51:46 2020 -0800

    Use a maven plugin to upload a generated POM file which has all property values resolved to Nexus repo
---
 pom.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58c1f38..ba7cef9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,7 +331,7 @@
                                 </transformer>
                             </transformers>
                             <filters>
-                                <!--  filter to address "Invalid signature file" issue - see http://stackoverflow.com/a/6743609/589215-->
+                                <!--  filter to address "Invalid signature file" issue - see http://stackoverflow.com/a/6743609/589215 -->
                                 <filter>
                                     <artifact>*:*</artifact>
                                     <excludes>
@@ -390,6 +390,19 @@
                     <additionalparam>-Xdoclint:none</additionalparam>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>com.sap.prd.mobile.ios.maven.plugins</groupId>
+                <artifactId>resolve-pom-maven-plugin</artifactId>
+                <version>1.0</version>
+                <executions>
+                    <execution>
+                        <id>resolve-pom-props</id>
+                        <goals>
+                            <goal>resolve-pom-props</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
     <profiles>