You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2020/04/07 02:33:45 UTC

[openmeetings] branch master updated: Add some more quick run options for build time speed up (#53)

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

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 71225fc  Add some more quick run options for build time speed up (#53)
71225fc is described below

commit 71225fc7f0e1947278bef423d29962a8b656d4ba
Author: Sebastian Wagner <se...@apache.org>
AuthorDate: Tue Apr 7 14:33:36 2020 +1200

    Add some more quick run options for build time speed up (#53)
    
    Co-authored-by: Sebastian Wagner <se...@airnz.co.nz>
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 64f39cc..f36d4ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -735,6 +735,9 @@
 			<plugin>
 				<groupId>org.apache.rat</groupId>
 				<artifactId>apache-rat-plugin</artifactId>
+				<configuration>
+					<skip>${om.quick.build}</skip>
+				</configuration>
 				<executions>
 					<execution>
 						<goals>
@@ -1035,6 +1038,7 @@
 				<artifactId>maven-project-info-reports-plugin</artifactId>
 				<version>${maven-project-info-reports-plugin.version}</version>
 				<configuration>
+					<skip>${om.quick.build}</skip>
 					<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
 					<showAvatarImages>true</showAvatarImages>
 				</configuration>
@@ -1073,6 +1077,9 @@
 			<plugin>
 				<groupId>org.apache.rat</groupId>
 				<artifactId>apache-rat-plugin</artifactId>
+				<configuration>
+					<skip>${om.quick.build}</skip>
+				</configuration>
 				<reportSets>
 					<reportSet>
 						<reports>