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

svn commit: r463066 - in /geronimo/plugins/spring/trunk/configs: spring-deployer/pom.xml spring-integration/pom.xml

Author: ammulder
Date: Wed Oct 11 16:35:42 2006
New Revision: 463066

URL: http://svn.apache.org/viewvc?view=rev&rev=463066
Log:
Starter POMs

Added:
    geronimo/plugins/spring/trunk/configs/spring-deployer/pom.xml   (with props)
    geronimo/plugins/spring/trunk/configs/spring-integration/pom.xml   (with props)

Added: geronimo/plugins/spring/trunk/configs/spring-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/spring/trunk/configs/spring-deployer/pom.xml?view=auto&rev=463066
==============================================================================
--- geronimo/plugins/spring/trunk/configs/spring-deployer/pom.xml (added)
+++ geronimo/plugins/spring/trunk/configs/spring-deployer/pom.xml Wed Oct 11 16:35:42 2006
@@ -0,0 +1,85 @@
+<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>gplugins</groupId>
+        <artifactId>quartz-plugins-parent</artifactId>
+        <version>1.0</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>quartz-deployer</artifactId>
+    <packaging>car</packaging>
+    <name>Geronimo Plugin :: Quartz Deployer</name>
+
+    <dependencies>
+        <!-- For build ordering -->
+        <dependency>
+            <groupId>gplugins</groupId>
+            <artifactId>quartz-deployer-service</artifactId>
+            <scope>provided</scope>
+            <type>jar</type>
+        </dependency>
+
+        <dependency>
+            <groupId>gplugins</groupId>
+            <artifactId>quartz-scheduler-service</artifactId>
+            <scope>provided</scope>
+            <type>jar</type>
+        </dependency>
+        <dependency>
+            <groupId>gplugins</groupId>
+            <artifactId>quartz-scheduler</artifactId>
+            <scope>provided</scope>
+            <type>car</type>
+        </dependency>
+        <dependency>
+            <groupId>geronimo</groupId>
+            <artifactId>geronimo-gbean-deployer</artifactId>
+            <version>${geronimo-version}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>geronimo</groupId>
+            <artifactId>geronimo-j2ee-server</artifactId>
+            <version>${geronimo-version}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>geronimo</groupId>
+            <artifactId>geronimo-j2ee-deployer</artifactId>
+            <version>${geronimo-version}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>${pom.basedir}/src/resources</directory>
+                <filtering>true</filtering>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <deploymentConfigs>
+                        <deploymentConfig>geronimo/geronimo-gbean-deployer/${geronimo-version}/car</deploymentConfig>
+                        <deploymentConfig>geronimo/j2ee-deployer/${geronimo-version}/car</deploymentConfig>
+                    </deploymentConfigs>
+                    <deployerName>geronimo/geronimo-gbean-deployer/${geronimo-version}/car?j2eeType=Deployer,name=Deployer</deployerName>
+                    <planFileName>geronimo-service.xml</planFileName>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>    
+</project>

Propchange: geronimo/plugins/spring/trunk/configs/spring-deployer/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/plugins/spring/trunk/configs/spring-integration/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/spring/trunk/configs/spring-integration/pom.xml?view=auto&rev=463066
==============================================================================
--- geronimo/plugins/spring/trunk/configs/spring-integration/pom.xml (added)
+++ geronimo/plugins/spring/trunk/configs/spring-integration/pom.xml Wed Oct 11 16:35:42 2006
@@ -0,0 +1,61 @@
+<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>gplugins</groupId>
+        <artifactId>quartz-plugins-parent</artifactId>
+        <version>1.0</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>quartz-scheduler</artifactId>
+    <packaging>car</packaging>
+    <name>Geronimo Plugin :: Quartz Scheduler</name>
+
+    <dependencies>
+        <!-- For build ordering -->
+        <dependency>
+            <groupId>gplugins</groupId>
+            <artifactId>quartz-scheduler-service</artifactId>
+            <scope>provided</scope>
+            <type>jar</type>
+        </dependency>
+        <dependency>
+            <groupId>geronimo</groupId>
+            <artifactId>geronimo-gbean-deployer</artifactId>
+            <version>${geronimo-version}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>${pom.basedir}/src/resources/META-INF</directory>
+                <includes>
+                    <include>geronimo-plugin.xml</include>
+                </includes>
+                <targetPath>META-INF</targetPath>
+                <filtering>true</filtering>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <deploymentConfigs>
+                        <deploymentConfig>geronimo/geronimo-gbean-deployer/${geronimo-version}/car</deploymentConfig>
+                    </deploymentConfigs>
+                    <deployerName>geronimo/geronimo-gbean-deployer/${geronimo-version}/car?j2eeType=Deployer,name=Deployer</deployerName>
+                    <planFileName>geronimo-service.xml</planFileName>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>    
+</project>

Propchange: geronimo/plugins/spring/trunk/configs/spring-integration/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native