You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ds...@apache.org on 2008/03/25 00:43:14 UTC

svn commit: r640647 - /openejb/trunk/sandbox/openejb-eclipse-plugin/pom.xml

Author: dsh
Date: Mon Mar 24 16:43:09 2008
New Revision: 640647

URL: http://svn.apache.org/viewvc?rev=640647&view=rev
Log:
OPENEJB-674 Eclipse plugin for OpenEJB

Contributed by: Jonathan Gallimore
Patch: openejb-674-15.diff

Modified:
    openejb/trunk/sandbox/openejb-eclipse-plugin/pom.xml

Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/pom.xml?rev=640647&r1=640646&r2=640647&view=diff
==============================================================================
--- openejb/trunk/sandbox/openejb-eclipse-plugin/pom.xml (original)
+++ openejb/trunk/sandbox/openejb-eclipse-plugin/pom.xml Mon Mar 24 16:43:09 2008
@@ -210,5 +210,15 @@
 	<module>features</module>
 	<module>assembly</module>
     </modules>
-                        
+          
+     <reporting>
+     <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+
+
 </project>