You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2007/10/09 22:43:12 UTC

svn commit: r583293 - in /geronimo/server/trunk/configs/sharedlib: pom.xml src/main/plan/plan.xml

Author: prasad
Date: Tue Oct  9 13:43:11 2007
New Revision: 583293

URL: http://svn.apache.org/viewvc?rev=583293&view=rev
Log:
* create plugin

Modified:
    geronimo/server/trunk/configs/sharedlib/pom.xml
    geronimo/server/trunk/configs/sharedlib/src/main/plan/plan.xml

Modified: geronimo/server/trunk/configs/sharedlib/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/sharedlib/pom.xml?rev=583293&r1=583292&r2=583293&view=diff
==============================================================================
--- geronimo/server/trunk/configs/sharedlib/pom.xml (original)
+++ geronimo/server/trunk/configs/sharedlib/pom.xml Tue Oct  9 13:43:11 2007
@@ -21,7 +21,6 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
-    
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
@@ -32,16 +31,31 @@
     <artifactId>sharedlib</artifactId>
     <name>Geronimo Configs :: Shared Library</name>
     <packaging>car</packaging>
+    <description>Shared Library GBean</description>
     
     <dependencies>
-        
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
             <artifactId>rmi-naming</artifactId>
             <version>${version}</version>
             <type>car</type>
         </dependency>
-        
     </dependencies>
-    
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <category>Example</category>
+                    <useMavenDependencies>
+                        <value>true</value>
+                        <includeVersion>true</includeVersion>
+                    </useMavenDependencies>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>

Modified: geronimo/server/trunk/configs/sharedlib/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/sharedlib/src/main/plan/plan.xml?rev=583293&r1=583292&r2=583293&view=diff
==============================================================================
--- geronimo/server/trunk/configs/sharedlib/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/configs/sharedlib/src/main/plan/plan.xml Tue Oct  9 13:43:11 2007
@@ -16,23 +16,6 @@
 <!--$Rev$ $Date$-->
 <module xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
   <!--The SharedLib Service-->
-  <environment>
-    <moduleId>
-      <groupId>org.apache.geronimo.configs</groupId>
-      <artifactId>sharedlib</artifactId>
-      <version>2.1-SNAPSHOT</version>
-      <type>car</type>
-    </moduleId>
-    <dependencies>
-      <dependency>
-        <groupId>org.apache.geronimo.configs</groupId>
-        <artifactId>rmi-naming</artifactId>
-        <type>car</type>
-      </dependency>
-    </dependencies>
-    <hidden-classes/>
-    <non-overridable-classes/>
-  </environment>
   <gbean name="SharedLib" class="org.apache.geronimo.system.sharedlib.SharedLib">
     <attribute name="classesDirs">var/shared/classes</attribute>
     <attribute name="libDirs">var/shared/lib</attribute>