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 2017/11/17 07:22:46 UTC

openmeetings git commit: [OPENMEETINGS-1758] eclipse warnings are fixed

Repository: openmeetings
Updated Branches:
  refs/heads/4.0.x 52a59a9c4 -> 02d202554


[OPENMEETINGS-1758] eclipse warnings are fixed


Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo
Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/02d20255
Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/02d20255
Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/02d20255

Branch: refs/heads/4.0.x
Commit: 02d20255475ddde02673a2003d65a4cb441f7c80
Parents: 52a59a9
Author: Maxim Solodovnik <so...@gmail.com>
Authored: Fri Nov 17 14:22:38 2017 +0700
Committer: Maxim Solodovnik <so...@gmail.com>
Committed: Fri Nov 17 14:22:38 2017 +0700

----------------------------------------------------------------------
 pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/02d20255/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3c2a663..852260c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1276,6 +1276,20 @@
 										<ignore></ignore>
 									</action>
 								</pluginExecution>
+								<pluginExecution>
+									<pluginExecutionFilter>
+										<groupId>net.flexmojos.oss</groupId>
+										<artifactId>flexmojos-maven-plugin</artifactId>
+										<versionRange>[7.0.0,)</versionRange>
+										<goals>
+											<goal>compile-swf</goal>
+											<goal>test-compile</goal>
+										</goals>
+									</pluginExecutionFilter>
+									<action>
+										<ignore></ignore>
+									</action>
+								</pluginExecution>
 							</pluginExecutions>
 						</lifecycleMappingMetadata>
 					</configuration>