You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2014/07/11 03:53:51 UTC

svn commit: r1609610 - /incubator/sirona/trunk/server/reporting/reporting-ui/pom.xml

Author: olamy
Date: Fri Jul 11 01:53:51 2014
New Revision: 1609610

URL: http://svn.apache.org/r1609610
Log:
temporary to have the build still working

Modified:
    incubator/sirona/trunk/server/reporting/reporting-ui/pom.xml

Modified: incubator/sirona/trunk/server/reporting/reporting-ui/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/reporting/reporting-ui/pom.xml?rev=1609610&r1=1609609&r2=1609610&view=diff
==============================================================================
--- incubator/sirona/trunk/server/reporting/reporting-ui/pom.xml (original)
+++ incubator/sirona/trunk/server/reporting/reporting-ui/pom.xml Fri Jul 11 01:53:51 2014
@@ -28,4 +28,18 @@
   <name>Apache Sirona Incubator :: Server :: Reporting :: Ui</name>
   <packaging>war</packaging>
 
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-war-plugin</artifactId>
+          <configuration>
+            <failOnMissingWebXml>false</failOnMissingWebXml>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
 </project>