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

anatole pushed a commit to branch 0.4-incubating-vote-RC4
in repository 
https://gitbox.apache.org/repos/asf/incubator-tamaya-extensions.git

commit ef5b1e992b94290496ec4945e7c4c1805b703928
Author: Anatole Tresch <atsti...@gmail.com>
AuthorDate: Thu Sep 12 10:23:46 2019 +0200

    TAMAYA-408 Added sha1/md5 checksum generation to dist projects.
---
 distribution/pom.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index cd8b6f2..975620b 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -32,6 +32,10 @@ under the License.
     <name>Apache Tamaya Extension Distribution</name>
     <inceptionYear>2015</inceptionYear>
 
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+    </properties>
+
     <scm>
         <connection>
             scm:git://git.apache.org/incubator-tamaya.git
@@ -79,4 +83,21 @@ under the License.
         </plugins>
     </build>
 
+    <profiles>
+        <profile>
+            <id>release-sign-artifacts</id>
+            <activation>
+                <property>
+                    <name>performRelease</name>
+                    <value>true</value>
+                </property>
+            </activation>
+            <build>
+                <plugins>
+
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+
 </project>

Reply via email to