You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ak...@apache.org on 2007/12/18 02:38:46 UTC

svn commit: r605063 - in /geronimo/sandbox/monitoring: mconsole-jetty/pom.xml mconsole-tomcat/pom.xml pom.xml

Author: akulshreshtha
Date: Mon Dec 17 17:38:45 2007
New Revision: 605063

URL: http://svn.apache.org/viewvc?rev=605063&view=rev
Log:
GERONIMO-3697 Add dependency on console-* car
              

Modified:
    geronimo/sandbox/monitoring/mconsole-jetty/pom.xml
    geronimo/sandbox/monitoring/mconsole-tomcat/pom.xml
    geronimo/sandbox/monitoring/pom.xml

Modified: geronimo/sandbox/monitoring/mconsole-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/monitoring/mconsole-jetty/pom.xml?rev=605063&r1=605062&r2=605063&view=diff
==============================================================================
--- geronimo/sandbox/monitoring/mconsole-jetty/pom.xml (original)
+++ geronimo/sandbox/monitoring/mconsole-jetty/pom.xml Mon Dec 17 17:38:45 2007
@@ -46,7 +46,7 @@
         
         <dependency>
             <groupId>org.apache.geronimo.plugins</groupId>
-            <artifactId>pluto-support</artifactId>
+            <artifactId>mconsole-jetty</artifactId>
             <version>${geronimoVersion}</version>
             <type>car</type>
         </dependency>
@@ -94,11 +94,6 @@
                         <type>ear</type>
                     </module>
                     <category>Monitoring</category>
-                    <osiApproved>true</osiApproved>
-                    <useMavenDependencies>
-                        <value>true</value>
-                        <includeVersion>true</includeVersion>
-                    </useMavenDependencies>
                 </configuration>
             </plugin>
         </plugins>

Modified: geronimo/sandbox/monitoring/mconsole-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/monitoring/mconsole-tomcat/pom.xml?rev=605063&r1=605062&r2=605063&view=diff
==============================================================================
--- geronimo/sandbox/monitoring/mconsole-tomcat/pom.xml (original)
+++ geronimo/sandbox/monitoring/mconsole-tomcat/pom.xml Mon Dec 17 17:38:45 2007
@@ -46,7 +46,7 @@
         
         <dependency>
             <groupId>org.apache.geronimo.plugins</groupId>
-            <artifactId>pluto-support</artifactId>
+            <artifactId>mconsole-tomcat</artifactId>
             <version>${geronimoVersion}</version>
             <type>car</type>
         </dependency>
@@ -101,11 +101,6 @@
                         <type>ear</type>
                     </module>
                     <category>Monitoring</category>
-                    <osiApproved>true</osiApproved>
-                    <useMavenDependencies>
-                        <value>true</value>
-                        <includeVersion>true</includeVersion>
-                    </useMavenDependencies>
                 </configuration>
             </plugin>
         </plugins>

Modified: geronimo/sandbox/monitoring/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/monitoring/pom.xml?rev=605063&r1=605062&r2=605063&view=diff
==============================================================================
--- geronimo/sandbox/monitoring/pom.xml (original)
+++ geronimo/sandbox/monitoring/pom.xml Mon Dec 17 17:38:45 2007
@@ -102,15 +102,15 @@
         <pluginManagement>
             <plugins>
                 <!-- inheriting configration for war plugin, i,e, precompile JSPs -->
+                <!-- inherits car configuration from parent -->
                 <plugin>
                     <groupId>org.apache.geronimo.plugins</groupId>
                     <artifactId>car-maven-plugin</artifactId>
                     <configuration>
-                        <archive>
-                            <!-- Do not include META-INF/maven to avoid long file problems on windows -->
-                            <addMavenDescriptor>false</addMavenDescriptor>
-                        </archive>
-                        <osiApproved>true</osiApproved>
+                        <useMavenDependencies>
+                            <value>true</value>
+                            <includeVersion>true</includeVersion>
+                        </useMavenDependencies>
                     </configuration>
                 </plugin>
             </plugins>