This is an automated email from the ASF dual-hosted git repository.
jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git
The following commit(s) were added to refs/heads/master by this push:
new e0accb0 Use -DskipBrowserTests to disable the browser tests
e0accb0 is described below
commit e0accb04708415fd2808e8b37ab651ab8f0cd5bf
Author: Jaroslav Tulach <[email protected]>
AuthorDate: Tue Oct 29 05:45:55 2019 +0100
Use -DskipBrowserTests to disable the browser tests
---
browser/pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/browser/pom.xml b/browser/pom.xml
index d2bb424..4647ebd 100644
--- a/browser/pom.xml
+++ b/browser/pom.xml
@@ -122,4 +122,17 @@
<version>${project.version}</version>
</dependency>
</dependencies>
+ <profiles>
+ <profile>
+ <id>skip-browser-tests</id>
+ <activation>
+ <property>
+ <name>skipBrowserTests</name>
+ </property>
+ </activation>
+ <properties>
+ <skipTests>${skipBrowserTests}</skipTests>
+ </properties>
+ </profile>
+ </profiles>
</project>
\ No newline at end of file
---------------------------------------------------------------------
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