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/08/19 08:08:09 UTC

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

Author: olamy
Date: Tue Aug 19 06:08:09 2014
New Revision: 1618798

URL: http://svn.apache.org/r1618798
Log:
configure tomee plugin

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=1618798&r1=1618797&r2=1618798&view=diff
==============================================================================
--- incubator/sirona/trunk/server/reporting/reporting-ui/pom.xml (original)
+++ incubator/sirona/trunk/server/reporting/reporting-ui/pom.xml Tue Aug 19 06:08:09 2014
@@ -135,6 +135,18 @@
           </dependency>
         </dependencies>
       </plugin>
+      <plugin>
+        <groupId>org.apache.openejb.maven</groupId>
+        <artifactId>tomee-maven-plugin</artifactId>
+        <version>1.6.0.2</version>
+        <configuration>
+          <tomeeVersion>1.6.0.2</tomeeVersion>
+          <tomeeClassifier>plus</tomeeClassifier>
+          <libs>
+            <lib>org.apache.sirona:sirona-core:${project.version}</lib>
+          </libs>
+        </configuration>
+      </plugin>
     </plugins>
   </build>