[jboss-cvs] Repository SVN: r10196 - in maven2/org/rhq: rhq-core-parent and 3 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Jun 6 10:13:46 EDT 2008
Author: ispringer
Date: 2008-06-06 10:13:46 -0400 (Fri, 06 Jun 2008)
New Revision: 10196
Added:
maven2/org/rhq/rhq-core-parent/
maven2/org/rhq/rhq-core-parent/1.0.0.GA/
maven2/org/rhq/rhq-core-parent/1.0.0.GA/rhq-core-parent-1.0.0.GA.pom
maven2/org/rhq/rhq-core-parent/1.0.0.GA/rhq-core-parent-1.0.0.GA.pom.md5
maven2/org/rhq/rhq-core-parent/1.0.0.GA/rhq-core-parent-1.0.0.GA.pom.sha1
maven2/org/rhq/rhq-parent/
maven2/org/rhq/rhq-parent/1.0.0.GA/
maven2/org/rhq/rhq-parent/1.0.0.GA/rhq-parent-1.0.0.GA.pom
maven2/org/rhq/rhq-parent/1.0.0.GA/rhq-parent-1.0.0.GA.pom.md5
maven2/org/rhq/rhq-parent/1.0.0.GA/rhq-parent-1.0.0.GA.pom.sha1
Log:
RHQ parent poms - needed by the various core jars
Added: maven2/org/rhq/rhq-core-parent/1.0.0.GA/rhq-core-parent-1.0.0.GA.pom
===================================================================
--- maven2/org/rhq/rhq-core-parent/1.0.0.GA/rhq-core-parent-1.0.0.GA.pom (rev 0)
+++ maven2/org/rhq/rhq-core-parent/1.0.0.GA/rhq-core-parent-1.0.0.GA.pom 2008-06-06 14:13:46 UTC (rev 10196)
@@ -0,0 +1,40 @@
+<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.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.0.0.GA</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-parent</artifactId>
+ <packaging>pom</packaging>
+
+ <name>RHQ Core Modules</name>
+ <description>parent POM for modules comprising the JON core (i.e. modules required by both the enterprise and embedded editions of JON)</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_0_0_GA/modules/core</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_0_0_GA/modules/core</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/core/</scm.module.path>
+ </properties>
+
+ <modules>
+ <module>util</module>
+ <module>native-system</module>
+ <module>comm-api</module>
+ <module>dbutils</module>
+ <module>domain</module>
+ <module>plugin-api</module>
+ <module>client-api</module>
+ <module>plugin-container</module>
+ <module>gui</module>
+ <!--<module>plugindoc</module>-->
+ </modules>
+
+</project>
\ No newline at end of file
Property changes on: maven2/org/rhq/rhq-core-parent/1.0.0.GA/rhq-core-parent-1.0.0.GA.pom
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:keywords
+ Date Author Id Revision HeadURL
Name: svn:eol-style
+ LF
Added: maven2/org/rhq/rhq-core-parent/1.0.0.GA/rhq-core-parent-1.0.0.GA.pom.md5
===================================================================
--- maven2/org/rhq/rhq-core-parent/1.0.0.GA/rhq-core-parent-1.0.0.GA.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-parent/1.0.0.GA/rhq-core-parent-1.0.0.GA.pom.md5 2008-06-06 14:13:46 UTC (rev 10196)
@@ -0,0 +1 @@
+a1984f787bb9354f1ccc87dbd5630183
Property changes on: maven2/org/rhq/rhq-core-parent/1.0.0.GA/rhq-core-parent-1.0.0.GA.pom.md5
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Date Author Id Revision HeadURL
Name: svn:eol-style
+ LF
Added: maven2/org/rhq/rhq-core-parent/1.0.0.GA/rhq-core-parent-1.0.0.GA.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-core-parent/1.0.0.GA/rhq-core-parent-1.0.0.GA.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-parent/1.0.0.GA/rhq-core-parent-1.0.0.GA.pom.sha1 2008-06-06 14:13:46 UTC (rev 10196)
@@ -0,0 +1 @@
+6d1b401beefe3cbae09f4022679aec3d639267d2
Property changes on: maven2/org/rhq/rhq-core-parent/1.0.0.GA/rhq-core-parent-1.0.0.GA.pom.sha1
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Date Author Id Revision HeadURL
Name: svn:eol-style
+ LF
Added: maven2/org/rhq/rhq-parent/1.0.0.GA/rhq-parent-1.0.0.GA.pom
===================================================================
--- maven2/org/rhq/rhq-parent/1.0.0.GA/rhq-parent-1.0.0.GA.pom (rev 0)
+++ maven2/org/rhq/rhq-parent/1.0.0.GA/rhq-parent-1.0.0.GA.pom 2008-06-06 14:13:46 UTC (rev 10196)
@@ -0,0 +1,591 @@
+<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>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.0.0.GA</version>
+ <packaging>pom</packaging>
+
+ <name>RHQ</name>
+ <description>parent POM for all RHQ modules</description>
+ <url>http://rhq-project.org/</url>
+ <inceptionYear>2008</inceptionYear>
+
+ <organization>
+ <name>RHQ Project Advisory Board (Hyperic & Red Hat, Inc.)</name>
+ <url>http://rhq-project.org/</url>
+ </organization>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_0_0_GA</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_0_0_GA</developerConnection>
+ </scm>
+
+ <issueManagement>
+ <system>jira</system>
+ <url>http://jira.rhq-project.org/</url>
+ </issueManagement>
+
+ <properties>
+ <rhq.groupId>org.rhq</rhq.groupId>
+ <rhq.product.name>RHQ</rhq.product.name>
+ <rhq.earName>rhq.ear</rhq.earName>
+ <!-- the below path is relative to {jon-trunk} -->
+ <rhq.defaultDevContainerPath>dev-container</rhq.defaultDevContainerPath>
+ <!-- set the below prop to true to enable misc extra build output -->
+ <rhq.debug>false</rhq.debug>
+
+ <scm.branch>trunk</scm.branch>
+ <scm.module.path />
+
+ <doUpdate>false</doUpdate>
+
+ <java5.home>${java.home}</java5.home>
+
+ <!-- dependency versions -->
+ <concurrent.version>1.3.4-jboss</concurrent.version>
+ <getopt.version>1.0.13</getopt.version>
+ <jaxb-api.version>2.1</jaxb-api.version>
+ <jaxb-impl.version>2.1.6</jaxb-impl.version>
+ <jboss.version>4.2.1.GA</jboss.version>
+ <jboss-common.version>1.2.0.GA</jboss-common.version>
+ <jboss-remoting.version>2.2.1.GA</jboss-remoting.version> <!-- version that ships w/ AS 4.2.1.GA -->
+ <jboss-serialization.version>1.0.3.GA</jboss-serialization.version> <!-- version that ships w/ AS 4.2.1.GA -->
+ <jsf-api.version>1.2_06</jsf-api.version>
+ <jsf-impl.version>1.2_06</jsf-impl.version>
+ <ojdbc14.version>10.2.0.4.0</ojdbc14.version>
+ <ems.version>1.2.2</ems.version>
+ <postgresql.version>8.3-603.jdbc3</postgresql.version>
+ <richfaces.version>3.1.3.GA</richfaces.version>
+ <sigar.version>1.5.0.3</sigar.version>
+
+ <!-- misc properties -->
+ <server.quartzDelegate>org.quartz.impl.jdbcjobstore.PostgreSQLDelegate</server.quartzDelegate>
+
+ <!-- defaults for datasource used by dbsetup, unit+integration tests, and dev container build -
+ these may be overridden in ~/.m2/settings.xml -->
+ <rhq.test.ds.connection-url>jdbc:postgresql://127.0.0.1:5432/rhq</rhq.test.ds.connection-url>
+ <rhq.test.ds.driver-class>org.postgresql.Driver</rhq.test.ds.driver-class>
+ <rhq.test.ds.user-name>rhqadmin</rhq.test.ds.user-name>
+ <rhq.test.ds.password>rhqadmin</rhq.test.ds.password>
+ <rhq.test.ds.type-mapping>PostgreSQL</rhq.test.ds.type-mapping>
+
+ <!-- default port numbers for JON server -->
+ <rhq.server.http.port>7080</rhq.server.http.port>
+ <rhq.server.https.port>7443</rhq.server.https.port>
+
+ <!-- NOTE: The below line is a workaround for a Maven bug, where it does not expand settings.* properties
+ used in the distributionManagement section of the POM. -->
+ <localRepository>${user.home}/.m2/repository</localRepository>
+ </properties>
+
+ <dependencyManagement>
+
+ <dependencies>
+
+ <!-- GNU GetOpt (any modules that need to do command-line argument parsing should use this) -->
+ <dependency>
+ <groupId>gnu-getopt</groupId>
+ <artifactId>getopt</artifactId>
+ <version>${getopt.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>${jaxb-api.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>${jsf-api.version}</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>${jsf-impl.version}</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <version>${jaxb-impl.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-common</artifactId>
+ <version>${jboss-common.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-jmx</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ <version>${jboss-remoting.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-serialization</artifactId>
+ <version>${jboss-serialization.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>mc4j</groupId>
+ <artifactId>org-mc4j-ems</artifactId>
+ <version>${ems.version}</version>
+ </dependency>
+
+ <!-- Oracle JDBC driver -->
+ <dependency>
+ <groupId>ojdbc14</groupId>
+ <artifactId>ojdbc14</artifactId>
+ <version>${ojdbc14.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.hyperic</groupId>
+ <artifactId>sigar</artifactId>
+ <version>${sigar.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.hyperic</groupId>
+ <artifactId>sigar-dist</artifactId>
+ <version>${sigar.version}</version>
+ <type>zip</type>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ <version>${richfaces.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>${richfaces.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <version>${richfaces.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>oswego-concurrent</groupId>
+ <artifactId>concurrent</artifactId>
+ <version>${concurrent.version}</version>
+ </dependency>
+
+ <!-- Postgres JDBC driver -->
+ <dependency>
+ <groupId>postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <version>${postgresql.version}</version>
+ </dependency>
+
+ <!-- NOTE: Sadly, dependencyManagement is not used by Maven for Maven plugins or extensions
+ (see http://jira.codehaus.org/browse/MNG-2172). -->
+
+ </dependencies>
+
+ </dependencyManagement>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1.0.jboss</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>i18nlog</groupId>
+ <artifactId>i18nlog</artifactId>
+ <version>1.0.9</version>
+ </dependency>
+
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.7</version>
+ <scope>test</scope>
+ <classifier>jdk15</classifier>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+ <version>7.0.2</version>
+ <scope>provided</scope> <!-- (not required at runtime) -->
+ </dependency>
+
+ <!-- TODO: Why is this here? (ips, 02/01/08) -->
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+
+ <defaultGoal>install</defaultGoal>
+
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-clean-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-ear-plugin</artifactId>
+ <version>2.3.1</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-ejb-plugin</artifactId>
+ <version>2.1</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>2.4.1</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-rar-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <!-- WARNING: Do *not* upgrade to a version later than 2.0-beta-6 until
+ http://jira.codehaus.org/browse/MRELEASE-300 has been fixed! -->
+ <version>2.0-beta-6</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.0-beta-6</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.0.4</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-alpha-1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>buildnumber-maven-plugin</artifactId>
+ <version>1.0-beta-1-jboss-1</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <optimize>false</optimize>
+ <source>1.5</source>
+ <target>1.5</target>
+ <!-- To build using JDK 6, set the java5.home property to your JDK 5 jre dir (i.e. C:/opt/jdk-1.5.0_11/jre) and uncomment the below block. -->
+ <!--
+ <compilerArguments>
+ <bootclasspath>${java5.home}/lib/rt.jar${path.separator}${java5.home}/lib/jsse.jar${path.separator}${java5.home}/lib/jce.jar</bootclasspath>
+ </compilerArguments>
+ -->
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.2</version>
+ <configuration>
+ <archive>
+ <manifest>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ </manifest>
+ <manifestEntries>
+ <Build-Number>${buildNumber}</Build-Number>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ <executions>
+ <execution>
+ <id>enforce-versions</id>
+ <goals>
+ <!-- IMPORTANT: Use enforce goal, rather than enforce-once goal, otherwise reactor
+ builds will fail due to http://jira.codehaus.org/browse/MENFORCER-11 -->
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireMavenVersion>
+ <version>2.0</version>
+ </requireMavenVersion>
+ <requireJavaVersion>
+ <version>[1.5,1.6)</version> <!-- 1.5.x -->
+ </requireJavaVersion>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-7</version>
+ <configuration>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ <updateDependencies>false</updateDependencies>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.1</version>
+ <configuration>
+ <trimStackTrace>false</trimStackTrace>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-idea-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <ideaVersion>6.x</ideaVersion>
+ <downloadJavadocs>true</downloadJavadocs>
+ <downloadSources>true</downloadSources>
+ </configuration>
+ </plugin>
+
+ </plugins>
+
+ <extensions>
+
+ <!-- Enable support for scm URLs in the distributionManagement section. -->
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-scm</artifactId>
+ <version>1.0-alpha-5</version>
+ </extension>
+
+ </extensions>
+
+ </build>
+
+ <repositories>
+ <repository>
+ <id>jboss</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>jboss</id>
+ <name>JBoss Plugin Repository</name>
+ <url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+
+ <distributionManagement>
+
+ <repository>
+ <id>internal</id>
+ <!-- TODO: The below line should be uncommented once http://jira.codehaus.org/browse/WAGON-54 is fixed. -->
+ <!--<url>scm:svn:https://svn.rhq-project.org/repos/rhq-m2-repo/trunk/</url>-->
+ <url>file:///${localRepository}/</url>
+ </repository>
+
+ </distributionManagement>
+
+ <modules>
+ <module>modules</module>
+ </modules>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <!-- The below prop can be used by antrun scripts to check if the dev profile is enabled. -->
+ <dev.profile.active>true</dev.profile.active>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <inherited>false</inherited>
+ <configuration>
+ <tasks>
+ <echo>. !!!!!!! dev profile is active !!!!!!!</echo>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <useFile>false</useFile>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ </profile>
+
+ <profile>
+ <id>prod</id>
+
+ <dependencies>
+ <dependency>
+ <groupId>ojdbc14</groupId>
+ <artifactId>ojdbc14</artifactId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>buildnumber-maven-plugin</artifactId>
+ <version>1.0-beta-1-jboss-1</version>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <doCheck>false</doCheck>
+ <doUpdate>false</doUpdate>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>oracle</id>
+
+ <dependencies>
+ <dependency>
+ <groupId>ojdbc14</groupId>
+ <artifactId>ojdbc14</artifactId>
+ </dependency>
+ </dependencies>
+ </profile>
+
+ <profile>
+ <id>test.debug</id>
+ <activation>
+ <property>
+ <name>test.debug</name>
+ </property>
+ </activation>
+
+ <properties>
+ <!-- See: http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#debugForkedProcess -->
+ <maven.surefire.debug>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8797,server=y,suspend=y</maven.surefire.debug>
+ </properties>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Property changes on: maven2/org/rhq/rhq-parent/1.0.0.GA/rhq-parent-1.0.0.GA.pom
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:keywords
+ Date Author Id Revision HeadURL
Name: svn:eol-style
+ LF
Added: maven2/org/rhq/rhq-parent/1.0.0.GA/rhq-parent-1.0.0.GA.pom.md5
===================================================================
--- maven2/org/rhq/rhq-parent/1.0.0.GA/rhq-parent-1.0.0.GA.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-parent/1.0.0.GA/rhq-parent-1.0.0.GA.pom.md5 2008-06-06 14:13:46 UTC (rev 10196)
@@ -0,0 +1 @@
+4acaf7060a317771d3267a9455fcebd9
Property changes on: maven2/org/rhq/rhq-parent/1.0.0.GA/rhq-parent-1.0.0.GA.pom.md5
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Date Author Id Revision HeadURL
Name: svn:eol-style
+ LF
Added: maven2/org/rhq/rhq-parent/1.0.0.GA/rhq-parent-1.0.0.GA.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-parent/1.0.0.GA/rhq-parent-1.0.0.GA.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-parent/1.0.0.GA/rhq-parent-1.0.0.GA.pom.sha1 2008-06-06 14:13:46 UTC (rev 10196)
@@ -0,0 +1 @@
+2f660791d8ced7aca3875d0fc32138ae96972b19
Property changes on: maven2/org/rhq/rhq-parent/1.0.0.GA/rhq-parent-1.0.0.GA.pom.sha1
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Date Author Id Revision HeadURL
Name: svn:eol-style
+ LF
More information about the jboss-cvs-commits
mailing list