Skip module deployment.

Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/434b63dc
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/434b63dc
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/434b63dc

Branch: refs/heads/master
Commit: 434b63dcd47dd674ae7fdcd7ec6d5c16e7f307f2
Parents: 25683e8
Author: Gilles <er...@apache.org>
Authored: Thu Nov 17 12:05:41 2016 +0100
Committer: Gilles <er...@apache.org>
Committed: Thu Nov 17 12:05:41 2016 +0100

----------------------------------------------------------------------
 commons-rng-build-tools/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/434b63dc/commons-rng-build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-build-tools/pom.xml b/commons-rng-build-tools/pom.xml
index cdd99fa..8681f6a 100644
--- a/commons-rng-build-tools/pom.xml
+++ b/commons-rng-build-tools/pom.xml
@@ -42,5 +42,20 @@
     </site>
   </distributionManagement>
 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <!--
+              This module is not part of the library (used only for building).
+              Hence it must not be deployed.
+          -->
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
 </project>

Reply via email to