You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2010/01/08 20:00:31 UTC

svn commit: r897301 - /geronimo/sandbox/jbohn/daytrader-bp-new/pom.xml

Author: jbohn
Date: Fri Jan  8 19:00:30 2010
New Revision: 897301

URL: http://svn.apache.org/viewvc?rev=897301&view=rev
Log:
cleanup the root pom some and reference the released geronimo 2.2 version

Modified:
    geronimo/sandbox/jbohn/daytrader-bp-new/pom.xml

Modified: geronimo/sandbox/jbohn/daytrader-bp-new/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/jbohn/daytrader-bp-new/pom.xml?rev=897301&r1=897300&r2=897301&view=diff
==============================================================================
--- geronimo/sandbox/jbohn/daytrader-bp-new/pom.xml (original)
+++ geronimo/sandbox/jbohn/daytrader-bp-new/pom.xml Fri Jan  8 19:00:30 2010
@@ -34,101 +34,18 @@
 
     <properties>
         <!-- This property is required by the car:package mojo -->
-        <geronimoVersion>2.2-SNAPSHOT</geronimoVersion>
+        <geronimoVersion>2.2</geronimoVersion>
 
         <!-- set siteId to artifactId for any "top level" project rooting a website -->
         <siteId>daytrader</siteId>
-
-        <gbeanDeployerBootstrap>org.apache.geronimo.framework/geronimo-gbean-deployer-bootstrap/${geronimoVersion}/car</gbeanDeployerBootstrap>
-        <gbeanDeployer>org.apache.geronimo.framework/geronimo-gbean-deployer/${geronimoVersion}/car</gbeanDeployer>
-        <j2eeDeployer>org.apache.geronimo.configs/j2ee-deployer/${geronimoVersion}/car</j2eeDeployer>
-        <clientDeployer>org.apache.geronimo.configs/client-deployer/${geronimoVersion}/car</clientDeployer>
-        <connectorDeployer>org.apache.geronimo.configs/connector-deployer/${geronimoVersion}/car</connectorDeployer>
-        <openejbDeployer>org.apache.geronimo.configs/openejb-deployer/${geronimoVersion}/car</openejbDeployer>
-        <openejbcorbaDeployer>org.apache.geronimo.configs/openejb-corba-deployer/${geronimoVersion}/car</openejbcorbaDeployer>
-        <axisDeployer>org.apache.geronimo.configs/axis-deployer/${geronimoVersion}/car</axisDeployer>
-        <cxfDeployer>org.apache.geronimo.configs/cxf-deployer/${geronimoVersion}/car</cxfDeployer>
-        <axis2Deployer>org.apache.geronimo.configs/axis2-deployer/${geronimoVersion}/car</axis2Deployer>
-        <tomcatDeployer>org.apache.geronimo.configs/tomcat6-deployer/${geronimoVersion}/car</tomcatDeployer>
-        <jetty7Deployer>org.apache.geronimo.configs/jetty7-deployer/${geronimoVersion}/car</jetty7Deployer>
-        <jasperDeployer>org.apache.geronimo.configs/jasper-deployer/${geronimoVersion}/car</jasperDeployer>
-        <jpaDeployer>org.apache.geronimo.configs/persistence-jpa10-deployer/${geronimoVersion}/car</jpaDeployer>
     </properties>
 
     <issueManagement>
         <system>jira</system>
         <url>http://issues.apache.org/jira/browse/GERONIMO</url>
     </issueManagement>
-    <ciManagement>
-        <system>continuum</system>
-        <url>http://ci.gbuild.org/continuum</url>
-        <notifiers>
-            <notifier>
-                <configuration>
-                    <address>scm@geronimo.apache.org</address>
-                </configuration>
-            </notifier>
-        </notifiers>
-    </ciManagement>
     <inceptionYear>2005</inceptionYear>
 
-    <developers>
-        <developer>
-            <name>Christopher Blythe</name>
-            <id>chblythe</id>
-            <email>cjblythe@apache.org</email>
-            <roles>
-                <role>Developer of many features.</role>
-            </roles>
-            <timezone>-5</timezone>
-        </developer>
-        <developer>
-            <name>Jeff Genender</name>
-            <id>jgenender</id>
-            <email>jgenender@apache.org</email>
-            <organization>Apache Software Foundation</organization>
-            <roles>
-                <role>Development</role>
-            </roles>
-            <timezone>-7</timezone>
-        </developer>
-        <developer>
-            <name>Matt Hogstrom</name>
-            <id>hogstrom</id>
-            <email>hogstrom@apache.org</email>
-            <organization>Apache Software Foundation</organization>
-            <roles>
-                <role>Performance Analysis</role>
-            </roles>
-            <timezone>-5</timezone>
-        </developer>
-        <developer>
-            <name>Vincent Massol</name>
-            <id>vmassol</id>
-            <email>vmassol@apache.org</email>
-            <organization>Apache Software Foundation</organization>
-            <roles>
-                <role>Build Engineer</role>
-            </roles>
-            <timezone>+1</timezone>
-        </developer>
-    </developers>
-    <contributors>
-        <contributor>
-            <name>Stan (John) Cox</name>
-            <roles>
-                <role>Original Developer</role>
-            </roles>
-            <timezone>-5</timezone>
-        </contributor>
-        <contributor>
-            <name>Andrew Spyker</name>
-            <roles>
-                <role>Added the WSAppClient</role>
-            </roles>
-            <timezone>-5</timezone>
-        </contributor>
-    </contributors>
     <dependencies/>
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/</connection>
@@ -141,13 +58,10 @@
     </organization>
 
     <modules>
-        <!-- Daytrader application -->
+        <!-- Daytrader application components-->
         <module>modules</module>
         <!-- Installable assemblies -->
         <module>assemblies</module>
-        <!-- Geronimo c-m-p built plugins -->
-        <!--<module>plugins</module>-->
-        
     </modules>
 
     <dependencyManagement>
@@ -160,14 +74,7 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-            <!-- Import ActiveMQ dependency versions -->
-            <dependency>
-                <groupId>org.apache.geronimo.plugins</groupId>
-                <artifactId>activemq</artifactId>
-                <version>${geronimoVersion}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
+
             <dependency>
                 <groupId>commons-logging</groupId>
                 <artifactId>commons-logging</artifactId>
@@ -182,151 +89,6 @@
     </dependencyManagement>
 
     <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.geronimo.buildsupport</groupId>
-                    <artifactId>car-maven-plugin</artifactId>
-                    <version>${geronimoVersion}</version>
-                    <extensions>true</extensions>
-                    <configuration>
-                        <category>Daytrader</category>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.geronimo.buildsupport</groupId>
-                    <artifactId>geronimo-maven-plugin</artifactId>
-                    <version>${geronimoVersion}</version>
-
-                    <configuration>
-                        <assemblies>
-                            <assembly>
-                                <id>jetty</id>
-                                <groupId>org.apache.geronimo.assemblies</groupId>
-                                <artifactId>geronimo-jetty7-javaee5</artifactId>
-                                <version>${geronimoVersion}</version>
-                                <classifier>bin</classifier>
-                                <type>zip</type>
-                            </assembly>
-
-                            <assembly>
-                                <id>jetty-minimal</id>
-                                <groupId>org.apache.geronimo.assemblies</groupId>
-                                <artifactId>geronimo-jetty7-minimal</artifactId>
-                                <version>${geronimoVersion}</version>
-                                <classifier>bin</classifier>
-                                <type>zip</type>
-                            </assembly>
-
-                            <assembly>
-                                <id>tomcat</id>
-                                <groupId>org.apache.geronimo.assemblies</groupId>
-                                <artifactId>geronimo-tomcat6-javaee5</artifactId>
-                                <version>${geronimoVersion}</version>
-                                <classifier>bin</classifier>
-                                <type>zip</type>
-                            </assembly>
-
-                            <assembly>
-                                <id>tomcat-minimal</id>
-                                <groupId>org.apache.geronimo.assemblies</groupId>
-                                <artifactId>geronimo-tomcat6-minimal</artifactId>
-                                <version>${geronimoVersion}</version>
-                                <classifier>bin</classifier>
-                                <type>zip</type>
-                            </assembly>
-
-                            <assembly>
-                                <id>framework</id>
-                                <groupId>org.apache.geronimo.assemblies</groupId>
-                                <artifactId>geronimo-framework</artifactId>
-                                <version>${geronimoVersion}</version>
-                                <classifier>bin</classifier>
-                                <type>zip</type>
-                            </assembly>
-                        </assemblies>
-
-                        <defaultAssemblyId>framework</defaultAssemblyId>
-
-                        <optionSets>
-                            <optionSet>
-                                <id>morememory</id>
-                                <options>
-                                    <option>-Xmx512m</option>
-                                    <option>-XX:MaxPermSize=128m</option>
-                                </options>
-                            </optionSet>
-
-                            <optionSet>
-                                <id>debug</id>
-                                <options>
-                                    <option>-Xdebug</option>
-                                    <option>-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n</option>
-                                </options>
-                            </optionSet>
-                        </optionSets>
-                    </configuration>
-                    <executions>
-                        <execution>
-                            <id>start</id>
-                            <phase>pre-integration-test</phase>
-                            <goals>
-                                <goal>start-server</goal>
-                            </goals>
-                            <configuration>
-                                <assemblyId>${it-server}</assemblyId>
-                                <logOutput>true</logOutput>
-                                <background>true</background>
-                                <verifyTimeout>300</verifyTimeout>
-                                <refresh>true</refresh>
-                                <optionSets>
-                                    <optionSet>
-                                        <id>default</id>
-                                        <options>
-                                            <option>-XX:MaxPermSize=128m</option>
-                                        </options>
-                                    </optionSet>
-
-                                    <optionSet>
-                                        <id>morememory</id>
-                                        <options>
-                                            <option>-Xmx512m</option>
-                                            <option>-XX:MaxPermSize=128m</option>
-                                        </options>
-                                    </optionSet>
-
-                                    <optionSet>
-                                        <id>debug</id>
-                                        <options>
-                                            <option>-Xdebug</option>
-                                            <option>-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n</option>
-                                        </options>
-                                    </optionSet>
-                                </optionSets>
-                            </configuration>
-                        </execution>
-                        <execution>
-                            <id>install-plugin</id>
-                            <phase>install</phase>
-                            <goals>
-                                <goal>install-plugin</goal>
-                            </goals>
-                            <!--<configuration>-->
-                            <!--<defaultGeronimoRepository>http://geronimo.apache.org/plugins/geronimo-${geronimoVersion}/</defaultGeronimoRepository>-->
-                            <!--</configuration>-->
-                        </execution>
-                        <execution>
-                            <id>stop</id>
-                            <phase>install</phase>
-                            <goals>
-                                <goal>stop-server</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -362,85 +124,6 @@
                     <target>1.5</target>
                 </configuration>
             </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-idea-plugin</artifactId>
-                <configuration>
-                    <jdkName>1.5</jdkName>
-                    <linkModules>true</linkModules>
-                </configuration>
-            </plugin>
-
         </plugins>
     </build>
-
-    <!--
-        Remove this once the genesis 2.0.1 is released or there is a better solution
-    -->
-    <pluginRepositories>
-        <pluginRepository>
-            <id>apache.snapshots</id>
-            <name>Apache Snapshots Repository</name>
-            <url>http://repository.apache.org/snapshots</url>
-            <layout>default</layout>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>daily</updatePolicy>
-                <checksumPolicy>ignore</checksumPolicy>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories>
-
-    <profiles>
-        <profile>
-            <id>jboss-db2</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-                <property>
-                    <name>database</name>
-                    <value>db2</value>
-                </property>
-            </activation>
-            <properties>
-                <jboss.mapping>DB2</jboss.mapping>
-            </properties>
-        </profile>
-
-        <profile>
-            <id>jboss-mysql</id>
-            <activation>
-                <property>
-                    <name>database</name>
-                    <value>mysql</value>
-                </property>
-            </activation>
-            <properties>
-                <jboss.mapping>mySQL</jboss.mapping>
-            </properties>
-        </profile>
-
-        <profile>
-            <id>test</id>
-            <modules>
-                <module>functional-tests</module>
-            </modules>
-        </profile>
-
-        <profile>
-            <id>db2</id>
-            <modules>
-                <module>daytrader-db2-datasource</module>
-            </modules>
-        </profile>
-        <profile>
-            <id>oracle</id>
-            <modules>
-                <module>daytrader-oracle-datasource</module>
-            </modules>
-        </profile>
-    </profiles>
 </project>