You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/25 03:33:19 UTC

[commons-vfs] 08/12: skipping test artifacts during deployment

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

ggregory pushed a commit to annotated tag japicmp-base-0.1.1
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git

commit e43e64600d1ad0b50fbf0eb9b6e953fcf60ae8d8
Author: siom79 <ma...@googlemail.com>
AuthorDate: Mon Jun 30 21:09:55 2014 +0200

    skipping test artifacts during deployment
---
 japicmp-testbase/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/japicmp-testbase/pom.xml b/japicmp-testbase/pom.xml
index 5e0c176..a483c3c 100644
--- a/japicmp-testbase/pom.xml
+++ b/japicmp-testbase/pom.xml
@@ -16,4 +16,17 @@
 		<module>japicmp-test</module>
         <module>japicmp-test-maven-plugin</module>
     </modules>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <version>2.8.1</version>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>
\ No newline at end of file