[portal-commits] JBoss Portal SVN: r8844 - modules/test/trunk/build.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Wed Nov 7 17:24:50 EST 2007


Author: bdaw
Date: 2007-11-07 17:24:50 -0500 (Wed, 07 Nov 2007)
New Revision: 8844

Added:
   modules/test/trunk/build/pom.xml
Log:
forgot to commit a build pom

Added: modules/test/trunk/build/pom.xml
===================================================================
--- modules/test/trunk/build/pom.xml	                        (rev 0)
+++ modules/test/trunk/build/pom.xml	2007-11-07 22:24:50 UTC (rev 8844)
@@ -0,0 +1,368 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  This pom functions as a default configuration.  The subproject
+  poms each inherit configuration from this one.
+
+  When adding version information for an artifact please do the following
+  - add a version property for the specific version
+  - add a dependency in the dependencyManagement section which refers to
+    the property
+-->
+<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">
+  <parent>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.portal.test</groupId>
+  <artifactId>jboss-portal-modules-test</artifactId>
+  <version>1.1.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>JBoss Portal Test Module</name>
+  <url>http://www.jboss.com/products/jbossmc</url>
+  <description>JBoss Portal Test Module</description>
+  <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/portal/trunk</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/portal/trunk</developerConnection>
+      <url>https://svn.jboss.org/repos/portal/trunk</url>
+   </scm>
+
+   <licenses>
+      <license>
+         <name>LGPL 2.1</name>
+         <url>http://www.gnu.org/licenses/lgpl.html</url>
+         <distribution>repo</distribution>
+         <comments>
+            GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
+         </comments>
+      </license>
+   </licenses>
+
+   <issueManagement>
+      <system>JIRA</system>
+      <url>http://jira.jboss.com/jira/browse/JBPORTAL</url>
+   </issueManagement>
+   <ciManagement>
+      <system>cruisecontrol</system>
+   </ciManagement>
+
+
+   <properties>
+      <version.portal.common>1.1.0-SNAPSHOT</version.portal.common>
+      <version.jboss.microcontainer>2.0.0.Beta4</version.jboss.microcontainer>
+      <version.apache.httpclient>3.0.1</version.apache.httpclient>
+      <version.cargo>0.9-portal</version.cargo>
+      <version.sun.opends>1.0.0-BUILD04</version.sun.opends>
+      <version.jboss.hibernate>3.2.3.GA</version.jboss.hibernate>
+      <version.dom4j>1.6.1</version.dom4j>
+      <version.jboss.jbossas.core-libs>4.0.4.GA</version.jboss.jbossas.core-libs>
+      <version.jboss.remoting>2.2.1.GA</version.jboss.remoting>
+      <version.ant>1.6.5</version.ant>
+      <version.maven>2.0.6</version.maven>
+      <version.junit>3.8.1</version.junit>
+   </properties>
+
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+          <showDeprecation>true</showDeprecation>
+          <showWarnings>true</showWarnings>
+          <optimize>true</optimize>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.jboss.maven.plugins</groupId>
+        <artifactId>maven-jboss-deploy-plugin</artifactId>
+        <version>1.3</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>jboss-deploy</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
+        </configuration>
+      </plugin>
+       <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+             <skip>true</skip>
+          </configuration>
+       </plugin>
+    </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>make-assembly</id>
+              <phase>package</phase>
+              <goals>
+                <goal>attached</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <artifactId>maven-idea-plugin</artifactId>
+          <configuration>
+            <downloadSources>true</downloadSources>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+
+  <repositories>
+    <repository>
+         <id>repository.maven.org</id>
+         <name>Maven Repository</name>
+         <layout>default</layout>
+         <url>http://repo1.maven.org/maven2/</url>
+         <snapshots>
+            <enabled>false</enabled>
+         </snapshots>
+      </repository>
+      <repository>
+         <id>repository.jboss.org</id>
+         <name>JBoss Repository</name>
+         <layout>default</layout>
+         <url>http://repository.jboss.org/maven2/</url>
+         <snapshots>
+            <enabled>false</enabled>
+         </snapshots>
+      </repository>
+      <repository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshots Repository</name>
+         <layout>default</layout>
+         <url>http://snapshots.jboss.org/maven2/</url>
+         <snapshots>
+            <enabled>true</enabled>
+         </snapshots>
+         <releases>
+            <enabled>false</enabled>
+         </releases>
+      </repository>
+  </repositories>
+   <pluginRepositories>
+      <pluginRepository>
+         <id>repository.maven.org</id>
+         <name>Maven Repository</name>
+         <layout>default</layout>
+         <url>http://repo1.maven.org/maven2/</url>
+         <snapshots>
+            <enabled>false</enabled>
+         </snapshots>
+      </pluginRepository>
+      <pluginRepository>
+         <id>repository.jboss.org</id>
+         <name>JBoss Repository</name>
+         <layout>default</layout>
+         <url>http://repository.jboss.org/maven2/</url>
+         <snapshots>
+            <enabled>false</enabled>
+         </snapshots>
+      </pluginRepository>
+      <pluginRepository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshots Repository</name>
+         <layout>default</layout>
+         <url>http://snapshots.jboss.org/maven2/</url>
+         <snapshots>
+            <enabled>true</enabled>
+         </snapshots>
+         <releases>
+            <enabled>false</enabled>
+         </releases>
+      </pluginRepository>
+      <pluginRepository>
+         <id>Codehaus Snapshots</id>
+         <url>http://snapshots.repository.codehaus.org/</url>
+         <snapshots>
+            <enabled>true</enabled>
+         </snapshots>
+      </pluginRepository>
+   </pluginRepositories>
+
+
+  <reporting>
+      <plugins>
+         <plugin>
+            <artifactId>maven-changes-plugin</artifactId>
+         </plugin>
+         <plugin>
+            <artifactId>maven-checkstyle-plugin</artifactId>
+         </plugin>
+         <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>cobertura-maven-plugin</artifactId>
+            <version>2.0</version>
+         </plugin>
+         <plugin>
+            <artifactId>maven-javadoc-plugin</artifactId>
+         </plugin>
+         <plugin>
+            <artifactId>maven-jxr-plugin</artifactId>
+         </plugin>
+         <plugin>
+            <artifactId>maven-pmd-plugin</artifactId>
+            <configuration>
+               <linkXref>true</linkXref>
+               <targetJdk>1.5</targetJdk>
+            </configuration>
+         </plugin>
+         <plugin>
+            <artifactId>maven-surefire-report-plugin</artifactId>
+         </plugin>
+      </plugins>
+   </reporting>
+
+
+   <dependencyManagement>
+      <!-- The parent pom manages the inter-dependencies of the modules. -->
+      <dependencies>
+         <dependency>
+            <groupId>org.jboss.portal.test</groupId>
+            <artifactId>jboss-unit</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.portal.test</groupId>
+            <artifactId>portal-test</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.portal.test</groupId>
+            <artifactId>portal-test-jboss</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.portal.test</groupId>
+            <artifactId>jboss-unit-tooling</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+
+
+         <dependency>
+            <groupId>org.jboss.portal.common</groupId>
+            <artifactId>jboss-portal-modules-common</artifactId>
+            <version>${version.portal.common}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.microcontainer</groupId>
+            <artifactId>jboss-kernel</artifactId>
+            <version>${version.jboss.microcontainer}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>apache-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>${version.apache.httpclient}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>cargo</groupId>
+            <artifactId>core</artifactId>
+            <version>${version.cargo}</version>
+         </dependency>
+         <dependency>
+            <groupId>sun-opends</groupId>
+            <artifactId>opends-core</artifactId>
+            <version>${version.sun.opends}</version>
+         </dependency>
+         <dependency>
+            <groupId>hibernate</groupId>
+            <artifactId>hibernate3</artifactId>
+            <version>${version.jboss.hibernate}</version>
+         </dependency>
+         <dependency>
+            <groupId>dom4j</groupId>
+            <artifactId>dom4j</artifactId>
+            <version>${version.dom4j}</version>
+         </dependency>
+         <dependency>
+            <groupId>jboss.jbossas.core-libs</groupId>
+            <artifactId>jboss-transaction</artifactId>
+            <version>${version.jboss.jbossas.core-libs}</version>
+         </dependency>
+         <dependency>
+            <groupId>jboss.jbossas.core-libs</groupId>
+            <artifactId>jnpserver</artifactId>
+            <version>${version.jboss.jbossas.core-libs}</version>
+         </dependency>
+         <dependency>
+            <groupId>jboss.jbossas.core-libs</groupId>
+            <artifactId>jboss-jca</artifactId>
+            <version>${version.jboss.jbossas.core-libs}</version>
+         </dependency>
+         <dependency>
+            <groupId>jboss.jbossas.core-libs</groupId>
+            <artifactId>jboss-local-jdbc</artifactId>
+            <version>${version.jboss.jbossas.core-libs}</version>
+         </dependency>
+         <dependency>
+            <groupId>jboss.jbossas.core-libs</groupId>
+            <artifactId>jboss</artifactId>
+            <version>${version.jboss.jbossas.core-libs}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>jboss</groupId>
+            <artifactId>jboss-remoting</artifactId>
+            <version>${version.jboss.remoting}</version>
+         </dependency>
+         <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant-junit</artifactId>
+            <version>${version.ant}</version>
+         </dependency>
+         <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant</artifactId>
+            <version>${version.ant}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-plugin-api</artifactId>
+            <version>${version.maven}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-artifact</artifactId>
+            <version>${version.maven}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-model</artifactId>
+            <version>${version.maven}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-project</artifactId>
+            <version>${version.maven}</version>
+         </dependency>
+         <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>${version.junit}</version>
+         </dependency>
+
+    </dependencies>
+  </dependencyManagement>
+
+</project>




More information about the portal-commits mailing list