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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-component-dsl.git

commit 59432585bb880efb741fef2b14543f681bc542a5
Author: Raymond Augé <raymond.a...@liferay.com>
AuthorDate: Thu Apr 8 10:51:24 2021 -0400

    don't deploy/install itests
    
    Signed-off-by: Raymond Augé <raymond.a...@liferay.com>
---
 itests/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/itests/pom.xml b/itests/pom.xml
index b31c70c..656d0c5 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -29,6 +29,11 @@
        <description>Apache Aries Component DSL Integration Tests</description>
        <name>Apache Aries Component DSL Integration Tests</name>
 
+       <properties>
+               <maven.deploy.skip>true</maven.deploy.skip>
+               <maven.install.skip>true</maven.install.skip>
+       </properties>
+
        <dependencies>
                <dependency>
                        <groupId>org.apache.aries.component-dsl</groupId>

Reply via email to