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

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


The following commit(s) were added to refs/heads/release_practice by this push:
     new d6d08bf  use jgit and wagon
d6d08bf is described below

commit d6d08bf5a9a225ea45200a2d84b6e60a368539fb
Author: Alex Harui <[email protected]>
AuthorDate: Fri Mar 1 10:36:17 2019 -0800

    use jgit and wagon
---
 pom.xml | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/pom.xml b/pom.xml
index cf32a37..177df38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,6 +189,28 @@
           </attributes>
         </configuration>
       </plugin>
+      <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.5.3</version>
+          <configuration>
+              <providerImplementations>
+                  <git>jgit</git>
+              </providerImplementations>
+          </configuration>
+          <dependencies>
+              <dependency>
+                  <groupId>org.apache.maven.scm</groupId>
+                  <artifactId>maven-scm-provider-jgit</artifactId>
+                  <version>1.11.2-SNAPSHOT</version>
+              </dependency>
+              <dependency>
+                  <groupId>org.apache.maven.scm</groupId>
+                  <artifactId>maven-scm-api</artifactId>
+                  <version>1.11.2-SNAPSHOT</version>
+              </dependency>
+          </dependencies>
+      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>
@@ -252,6 +274,23 @@
         <git.executable>git.exe</git.executable>
       </properties>
     </profile>
+    <profile>
+        <id>upload-release-to-staging</id>
+        <build>
+            <plugins>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>wagon-maven-plugin</artifactId>
+                    <version>2.0.0</version>
+                    <configuration>
+                        <includes>**</includes>
+                        <serverId>apache.releases.https</serverId>
+                        
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </build>
+    </profile>
   </profiles>
 
   <repositories>

Reply via email to