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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists