You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2020/12/26 14:39:59 UTC

[netbeans-html4j] 04/25: Less verbose build

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

commit 3a4ca18f326a01900acd12ff3ccd926857cdd429
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Wed Dec 9 05:57:23 2020 +0100

    Less verbose build
---
 .travis.yml | 2 +-
 pom.xml     | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6de3070..d760a9d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,7 +32,7 @@ before_script:
 script:
   - $JAVA_HOME/bin/java -version
   - mvn install -DskipTests $ARGS
-  - mvn verify $ARGS
+  - mvn -q verify $ARGS
   - mvn javadoc:aggregate
 
 matrix:
diff --git a/pom.xml b/pom.xml
index 6c540d1..0ac2c4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,6 +197,7 @@ org.netbeans.html.boot.impl:org.netbeans.html.boot.fx:org.netbeans.html.context.
             <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
+                <version>0.13</version>
                 <executions>
                     <execution>
                         <phase>prepare-package</phase>
@@ -207,6 +208,7 @@ org.netbeans.html.boot.impl:org.netbeans.html.boot.fx:org.netbeans.html.context.
                     </execution>
                 </executions>
                 <configuration>
+                    <parseSCMIgnoresAsExcludes>false</parseSCMIgnoresAsExcludes>
                     <excludes>
                         <exclude>release.properties</exclude>
                         <exclude>**/target/**</exclude>


---------------------------------------------------------------------
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