Author: bayard
Date: Fri Aug 11 00:20:43 2006
New Revision: 430708

URL: http://svn.apache.org/viewvc?rev=430708&view=rev
Log:
Parent pom for Commons

Added:
    jakarta/commons/trunks-proper/pom.xml   (with props)

Added: jakarta/commons/trunks-proper/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/trunks-proper/pom.xml?rev=430708&view=auto
==============================================================================
--- jakarta/commons/trunks-proper/pom.xml (added)
+++ jakarta/commons/trunks-proper/pom.xml Fri Aug 11 00:20:43 2006
@@ -0,0 +1,84 @@
+<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.apache.jakarta</groupId>
+    <artifactId>jakarta</artifactId>
+    <version>1-SNAPSHOT</version>
+  </parent>
+  <groupId>org.apache.commons</groupId>
+  <artifactId>commons</artifactId>
+  <packaging>pom</packaging>
+  <!-- TODO: dummy version. In Maven 2.1, this will be auto-versioned being a 
generic parent -->
+  <version>1-SNAPSHOT</version>
+  <name>Jakarta Commons</name>
+  <url>http://jakarta.apache.org/commons/proper/</url>
+  <inceptionYear>2001</inceptionYear>
+  <ciManagement>
+    <system>continuum</system>
+    <notifiers>
+      <notifier>
+        <configuration>
+          <!-- TODO: temporary until the continuum setup is final -->
+          <address>[EMAIL PROTECTED]</address>
+        </configuration>
+      </notifier>
+    </notifiers>
+  </ciManagement>
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper</developerConnection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper</url>
+  </scm>
+  <mailingLists>
+    <mailingList>
+      <name>Commons Dev List</name>
+      <subscribe>[EMAIL PROTECTED]</subscribe>
+      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+      <post>commons-dev@jakarta.apache.org</post>
+      
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev</archive>
+    </mailingList>
+    <mailingList>
+      <name>Commons User List</name>
+      <subscribe>[EMAIL PROTECTED]</subscribe>
+      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+      <post>commons-user@jakarta.apache.org</post>
+      
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user</archive>
+    </mailingList>
+  </mailingLists>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/</url>
+  </issueManagement>
+  <build>
+    <plugins>
+      <!-- TODO: later use toolchain support to do compilation on an external 
JDK 1.3+ compiler -->
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>${maven.compile.source}</source>
+          <target>${maven.compile.target}</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-idea-plugin</artifactId>
+        <configuration>
+          <jdkLevel>1.3</jdkLevel>
+        </configuration>
+      </plugin>
+
+    </plugins>
+  </build>
+
+  <!-- Example configuration for compiler source and target JVM -->
+  <!--
+  <properties>
+    <maven.compile.source>1.3</maven.compile.source>
+    <maven.compile.target>1.3</maven.compile.target>
+  </properties> 
+  -->
+
+  <modules>
+  </modules>
+</project>
+

Propchange: jakarta/commons/trunks-proper/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/commons/trunks-proper/pom.xml
------------------------------------------------------------------------------
    svn:executable = *



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to