You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/07 07:15:25 UTC

svn commit: r1807568 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml

Author: deki
Date: Thu Sep  7 07:15:25 2017
New Revision: 1807568

URL: http://svn.apache.org/viewvc?rev=1807568&view=rev
Log:
added meecrowave-maven-plugin, can be executed with mvn meecrowave:run

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml?rev=1807568&r1=1807567&r2=1807568&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml Thu Sep  7 07:15:25 2017
@@ -157,6 +157,18 @@
           </images>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.meecrowave</groupId>
+        <artifactId>meecrowave-maven-plugin</artifactId>
+        <version>1.1.0</version>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-el_2.2_spec</artifactId>
+            <version>1.0.4</version>
+          </dependency>
+        </dependencies>
+      </plugin>
     </plugins>
   </build>