You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2020/04/05 20:47:51 UTC

[openmeetings] branch feature/add-more-quick-run-options created (now e0d8553)

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

sebawagner pushed a change to branch feature/add-more-quick-run-options
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


      at e0d8553  Merge branch 'master' into feature/add-more-quick-run-options

This branch includes the following new commits:

     new 906dab6  Add some more quick run options for build time speed up
     new e0d8553  Merge branch 'master' into feature/add-more-quick-run-options

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openmeetings] 01/02: Add some more quick run options for build time speed up

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch feature/add-more-quick-run-options
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 906dab61965d767c5fefa5732cacba8952223828
Author: Sebastian Wagner <se...@airnz.co.nz>
AuthorDate: Sun Apr 5 10:02:12 2020 +1200

    Add some more quick run options for build time speed up
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index a12fe02..3960a0e 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>


[openmeetings] 02/02: Merge branch 'master' into feature/add-more-quick-run-options

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch feature/add-more-quick-run-options
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit e0d85530eefd5206ceaca0dea47139979f0a0562
Merge: 906dab6 8500f67
Author: Sebastian Wagner <se...@airnz.co.nz>
AuthorDate: Mon Apr 6 08:47:30 2020 +1200

    Merge branch 'master' into feature/add-more-quick-run-options

 .../openmeetings/core/converter/BaseConverter.java | 22 ++++++++++++++++------
 .../core/converter/InterviewConverter.java         |  5 +++++
 .../core/converter/RecordingConverter.java         | 20 +++++---------------
 .../core/converter/VideoConverter.java             |  2 +-
 .../org/apache/openmeetings/core/remote/KRoom.java |  2 +-
 .../util/process/ProcessResultList.java            |  4 ++++
 .../org/apache/openmeetings/web/room/raw-video.js  | 13 ++++---------
 .../apache/openmeetings/web/room/wb/WbPanel.html   |  4 ++--
 .../apache/openmeetings/web/room/wb/raw-wb-area.js |  6 +++---
 .../openmeetings/web/room/wb/raw-wb-board.js       |  2 +-
 10 files changed, 42 insertions(+), 38 deletions(-)