You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/05/28 11:20:21 UTC

[05/13] httpcomponents-stylecheck git commit: Added release profile

Added release profile

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk@1492191 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/commit/214ec19b
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/tree/214ec19b
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/diff/214ec19b

Branch: refs/heads/master
Commit: 214ec19bf1470215f8029aa858515ea24725342a
Parents: 5c93b6a
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Wed Jun 12 13:36:22 2013 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Wed Jun 12 13:36:22 2013 +0000

----------------------------------------------------------------------
 pom.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/214ec19b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 730e003..4fd48f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,4 +48,23 @@
     <url>http://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk</url>
   </scm>
 
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>test-deploy</id>
+      <properties>
+        <altDeploymentRepository>id::default::file:target/deploy</altDeploymentRepository>
+      </properties>
+    </profile>
+  <profiles>
 </project>