Author: bayard
Date: Fri Aug 11 00:22:35 2006
New Revision: 430709
URL: http://svn.apache.org/viewvc?rev=430709&view=rev
Log:
Now linked to the main commons pom. This means a sandbox project is 5 deep in
poms; but we
ird as that seems it seems to make sense. Brett didn't see any obvious
problems.
Modified:
jakarta/commons/trunks-sandbox/pom.xml
Modified: jakarta/commons/trunks-sandbox/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/trunks-sandbox/pom.xml?rev=430709&r1=430708&r2=430709&view=diff
==============================================================================
--- jakarta/commons/trunks-sandbox/pom.xml (original)
+++ jakarta/commons/trunks-sandbox/pom.xml Fri Aug 11 00:22:35 2006
@@ -2,8 +2,8 @@
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>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons</artifactId>
<version>1-SNAPSHOT</version>
</parent>
<groupId>org.apache.commons</groupId>
@@ -13,62 +13,11 @@
<version>1-SNAPSHOT</version>
<name>Jakarta Commons Sandbox</name>
<url>http://jakarta.apache.org/commons/sandbox/</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/sandbox</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox</developerConnection>
<url>http://svn.apache.org/repos/asf/jakarta/commons/sandbox</url>
</scm>
- <mailingLists>
- <mailingList>
- <name>Commons Dev List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <post>[email protected]</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>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user</archive>
- </mailingList>
- </mailingLists>
- <issueManagement>
- <system>bugzilla</system>
- <url>http://issues.apache.org/bugzilla/</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>
<!-- Keep this until we are deploying nightly builds to the m2 snapshot repo
-->
<repositories>
@@ -90,15 +39,6 @@
</repository>
</repositories>
-
-
- <!-- 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>
<module>compress</module>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]