[jboss-svn-commits] JBoss Common SVN: r2024 - / build build/trunk

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Sep 15 23:59:08 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-09-15 23:59:07 -0400 (Fri, 15 Sep 2006)
New Revision: 2024

Added:
   build/
   build/trunk/
   build/trunk/pom.xml
Log:
Add a toplevel maven build for the common cor and logging projects


Added: build/trunk/pom.xml
===================================================================
--- build/trunk/pom.xml	2006-09-15 20:51:39 UTC (rev 2023)
+++ build/trunk/pom.xml	2006-09-16 03:59:07 UTC (rev 2024)
@@ -0,0 +1,29 @@
+<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.jboss</groupId>
+  <version>2.0-SNAPSHOT</version>
+  <artifactId>jboss-common</artifactId>
+  <name>JBoss Common Build</name>
+  <url>http://www.jboss.org</url>
+  <description>Parent POM for the JBoss Common Classes Jars</description>
+  <licenses>
+   <license>
+      <name>lgpl</name>
+      <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+   </license>
+  </licenses>
+  <organization>
+    <name>JBoss Inc.</name>
+    <url>http://www.jboss.org</url>
+  </organization>
+
+  <packaging>pom</packaging>
+  <modules>
+    <module>../../common-core/trunk</module>
+    <module>../../common-logging-spi/trunk</module>
+    <module>../../common-logging-log4j/trunk</module>
+    <module>../../common-logging-jdk/trunk</module>
+  </modules>
+</project>
+




More information about the jboss-svn-commits mailing list