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/03/09 07:08:38 UTC

svn commit: r1786102 - in /openmeetings/application: branches/3.2.x/pom.xml trunk/pom.xml

Author: solomax
Date: Thu Mar  9 07:08:37 2017
New Revision: 1786102

URL: http://svn.apache.org/viewvc?rev=1786102&view=rev
Log:
no jira: attempt to fix the build

Modified:
    openmeetings/application/branches/3.2.x/pom.xml
    openmeetings/application/trunk/pom.xml

Modified: openmeetings/application/branches/3.2.x/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/pom.xml?rev=1786102&r1=1786101&r2=1786102&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/pom.xml (original)
+++ openmeetings/application/branches/3.2.x/pom.xml Thu Mar  9 07:08:37 2017
@@ -877,6 +877,9 @@
 								<familyName>MIT</familyName>
 							</licenseFamily>
 						</licenseFamilies>
+						<excludes>
+							<exclude>*.mp3</exclude>
+						</excludes>
 					</configuration>
 				</plugin>
 				<plugin>

Modified: openmeetings/application/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/pom.xml?rev=1786102&r1=1786101&r2=1786102&view=diff
==============================================================================
--- openmeetings/application/trunk/pom.xml (original)
+++ openmeetings/application/trunk/pom.xml Thu Mar  9 07:08:37 2017
@@ -877,6 +877,9 @@
 								<familyName>MIT</familyName>
 							</licenseFamily>
 						</licenseFamilies>
+						<excludes>
+							<exclude>*.mp3</exclude>
+						</excludes>
 					</configuration>
 				</plugin>
 				<plugin>