You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2019/08/09 11:15:56 UTC

[netbeans-webskin] branch master updated: skip site for webskin

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

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-webskin.git


The following commit(s) were added to refs/heads/master by this push:
     new a3c789e  skip site for webskin
a3c789e is described below

commit a3c789e47a947894e05c47c6b531500d080bd85e
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Fri Aug 9 13:15:50 2019 +0200

    skip site for webskin
---
 pom.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 985da81..90aca93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,5 +31,17 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/netbeans-webskin.git</connection>
         <developerConnection>scm:git:gitbox.apache.org/repos/asf/netbeans-webskin.git</developerConnection>
         <url>https://github.com/apache/netbeans-webskin</url>
-    </scm>    
+    </scm>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+                <version>3.8.2</version>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists