Author: bayard
Date: Thu Aug 10 21:17:34 2006
New Revision: 430657
URL: http://svn.apache.org/viewvc?rev=430657&view=rev
Log:
Switched to use the parent jakarta pom at:
'http://svn.apache.org/repos/asf/jakarta/jakarta-build/trunk/pom.xml'. Things
will be a little shaky until that gets an official release and people can stop
having to mvn install it manually.
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=430657&r1=430656&r2=430657&view=diff
==============================================================================
--- jakarta/commons/trunks-sandbox/pom.xml (original)
+++ jakarta/commons/trunks-sandbox/pom.xml Thu Aug 10 21:17:34 2006
@@ -2,9 +2,9 @@
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</groupId>
- <artifactId>apache</artifactId>
- <version>3</version>
+ <groupId>org.apache.jakarta</groupId>
+ <artifactId>jakarta</artifactId>
+ <version>1-SNAPSHOT</version>
</parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
@@ -14,9 +14,6 @@
<name>Jakarta Commons Sandbox</name>
<url>http://jakarta.apache.org/commons/sandbox/</url>
<inceptionYear>2001</inceptionYear>
- <prerequisites>
- <maven>2.0.4</maven>
- </prerequisites>
<ciManagement>
<system>continuum</system>
<notifiers>
@@ -64,37 +61,12 @@
</configuration>
</plugin>
<plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifestEntries>
- <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
-
<X-Compile-Source-JDK>${maven.compile.source}</X-Compile-Source-JDK>
-
<X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK>
- </manifestEntries>
- </archive>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-idea-plugin</artifactId>
<configuration>
<jdkLevel>1.3</jdkLevel>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>clean</id>
- <goals>
- <goal>clean</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
</plugins>
</build>
@@ -106,50 +78,6 @@
</properties>
-->
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- </plugin>
- <!-- TODO: should be omitted when there are no tests to run -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <links>
- <link>http://java.sun.com/j2se/1.4.2/docs/api</link>
- </links>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
- <configurationLocation>config/sun_checks.xml</configurationLocation>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- <configuration>
- <tag>TODO</tag>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
<modules>
<module>compress</module>
<module>csv</module>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]