Author: sebawagner
Date: Sat May  3 03:33:38 2014
New Revision: 1592141

URL: http://svn.apache.org/r1592141
Log:
OPENMEETINGS-940 - core was not build the test-jar file, that was referenced by 
the openmeetings-web module

Modified:
    openmeetings/trunk/singlewebapp/pom.xml

Modified: openmeetings/trunk/singlewebapp/pom.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/pom.xml?rev=1592141&r1=1592140&r2=1592141&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/pom.xml (original)
+++ openmeetings/trunk/singlewebapp/pom.xml Sat May  3 03:33:38 2014
@@ -233,6 +233,13 @@
                                                        </manifestEntries>
                                                </archive>
                                        </configuration>
+                                       <executions>
+                           <execution>
+                               <goals>
+                                   <goal>test-jar</goal>
+                               </goals>
+                           </execution>
+                       </executions>
                                </plugin>
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>


Reply via email to