This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven2.
commit c575811ac3231f9e9e029b6be254840da298f2f2 Author: Paul Cager <[email protected]> Date: Wed Apr 16 23:33:53 2008 +0000 2.0.9 - added new metadata --- debian/META-INF/MANIFEST.MF | 13 + debian/META-INF/info.xml | 90 +++ .../doxia-sink-api/pom.properties | 4 +- .../org.apache.maven.doxia/doxia-sink-api/pom.xml | 271 +------- .../maven-reporting-api/pom.properties | 4 +- .../maven-reporting-api/pom.xml | 4 +- .../wagon-webdav/pom.properties | 5 + .../org.apache.maven.wagon/wagon-webdav/pom.xml | 50 ++ .../org.apache.maven/apache-maven/pom.properties | 5 + .../maven/org.apache.maven/apache-maven/pom.xml | 172 +++++ .../maven-artifact-manager/pom.properties | 4 +- .../maven-artifact-manager/pom.xml | 2 +- .../org.apache.maven/maven-artifact/pom.properties | 4 +- .../maven/org.apache.maven/maven-artifact/pom.xml | 2 +- .../org.apache.maven/maven-core/pom.properties | 4 +- .../maven/org.apache.maven/maven-core/pom.xml | 171 +++-- .../maven-error-diagnostics/pom.properties | 4 +- .../maven-error-diagnostics/pom.xml | 2 +- .../org.apache.maven/maven-model/pom.properties | 4 +- .../maven/org.apache.maven/maven-model/pom.xml | 2 +- .../org.apache.maven/maven-monitor/pom.properties | 4 +- .../maven/org.apache.maven/maven-monitor/pom.xml | 2 +- .../maven-plugin-api/pom.properties | 4 +- .../org.apache.maven/maven-plugin-api/pom.xml | 2 +- .../maven-plugin-descriptor/pom.properties | 4 +- .../maven-plugin-descriptor/pom.xml | 2 +- .../pom.properties | 4 +- .../maven-plugin-parameter-documenter/pom.xml | 2 +- .../maven-plugin-registry/pom.properties | 4 +- .../org.apache.maven/maven-plugin-registry/pom.xml | 3 +- .../org.apache.maven/maven-profile/pom.properties | 4 +- .../maven/org.apache.maven/maven-profile/pom.xml | 4 +- .../org.apache.maven/maven-project/pom.properties | 4 +- .../maven/org.apache.maven/maven-project/pom.xml | 2 +- .../maven-repository-metadata/pom.properties | 4 +- .../maven-repository-metadata/pom.xml | 2 +- .../org.apache.maven/maven-settings/pom.properties | 4 +- .../maven/org.apache.maven/maven-settings/pom.xml | 2 +- .../maven-toolchain/pom.properties | 5 + .../maven/org.apache.maven/maven-toolchain/pom.xml | 100 +++ .../plexus-utils/pom.properties | 4 +- .../maven/org.codehaus.plexus/plexus-utils/pom.xml | 24 +- debian/META-INF/plexus/components.xml | 771 +++++++++++---------- 43 files changed, 1045 insertions(+), 733 deletions(-) diff --git a/debian/META-INF/MANIFEST.MF b/debian/META-INF/MANIFEST.MF new file mode 100644 index 0000000..3b16384 --- /dev/null +++ b/debian/META-INF/MANIFEST.MF @@ -0,0 +1,13 @@ +Manifest-Version: 1.0 +Archiver-Version: Plexus Archiver +Created-By: Apache Maven +Built-By: paul +Build-Jdk: 1.6.0_05 +Specification-Title: Maven Bundle +Specification-Version: 2.0.10-SNAPSHOT +Specification-Vendor: The Apache Software Foundation +Implementation-Title: Maven Bundle +Implementation-Version: 2.0.10-SNAPSHOT +Implementation-Vendor-Id: org.apache.maven +Implementation-Vendor: The Apache Software Foundation + diff --git a/debian/META-INF/info.xml b/debian/META-INF/info.xml new file mode 100644 index 0000000..d94d084 --- /dev/null +++ b/debian/META-INF/info.xml @@ -0,0 +1,90 @@ +<?xml version="1.0"?> +<info> + <title>JDOM</title> + <version>1.0, built September 9 2004</version> + <description> + JDOM is a Java-oriented object model which models XML documents. + It provides a Java-centric means of generating and manipulating + XML documents. While JDOM interoperates well with existing + standards such as the Simple API for XML (SAX) and the Document + Object Model (DOM), it is not an abstraction layer or + enhancement to those APIs. Rather, it seeks to provide a robust, + light-weight means of reading and writing XML data without the + complex and memory-consumptive options that current API + offerings provide. + </description> + <copyright>2000-2004, Jason Hunter</copyright> + <license>BSD/Apache style, see LICENSE.txt</license> + <support>See the jdom-interest mailing list at jdom.org</support> + <web-site>http://www.jdom.org/</web-site> + <!-- + The following list of authors was initially extracted from @author + comments in the code. Apologies if anyone has been left out. + --> + <author> + <name>Jason Hunter (primary)</name> + </author> + <author> + <name>Brett McLaughlin (primary)</name> + </author> + <author> + <name>Steven Gould</name> + </author> + <author> + <name>Alex Chaffee</name> + </author> + <author> + <name>Jon Baer</name> + </author> + <author> + <name>Elliotte Rusty Harold</name> + </author> + <author> + <name>Dan Schaffer</name> + </author> + <author> + <name>Fred Trimble</name> + </author> + <author> + <name>Jason Reid</name> + </author> + <author> + <name>Kevin Regan</name> + </author> + <author> + <name>Lucas Gonze</name> + </author> + <author> + <name>Matthew Merlo</name> + </author> + <author> + <name>Philip Nelson</name> + </author> + <author> + <name>Wesley Biggs</name> + </author> + <author> + <name>Wolfgang Werner</name> + </author> + <author> + <name>Yusuf Goolamabbas</name> + </author> + <author> + <name>Brad Huffman</name> + </author> +</info> + +<!-- + +The following would go in MANIFEST.MF, if only the file supported comments. + +For more information on package versioning, see http://java.sun.com/ + products/jdk/1.2/docs/guide/versioning/spec/VersioningSpecification.html +Also http://java.sun.com/products/jdk/1.2/docs/guide/jar/manifest.html +and http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html + +FYI- Spec version 0.6 means beta6, 0.7 means beta7, and so on. Perhaps +surprisingly, 0.10 means beta10. It's ugly, but is in line with the +Dewey Decimal system used by package versioning. + +--> diff --git a/debian/META-INF/maven/org.apache.maven.doxia/doxia-sink-api/pom.properties b/debian/META-INF/maven/org.apache.maven.doxia/doxia-sink-api/pom.properties index e0e23ca..3609d64 100644 --- a/debian/META-INF/maven/org.apache.maven.doxia/doxia-sink-api/pom.properties +++ b/debian/META-INF/maven/org.apache.maven.doxia/doxia-sink-api/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Thu Jan 12 14:08:30 EST 2006 -version=1.0-alpha-7 +#Mon Oct 29 23:45:13 CET 2007 +version=1.0-alpha-10 groupId=org.apache.maven.doxia artifactId=doxia-sink-api diff --git a/debian/META-INF/maven/org.apache.maven.doxia/doxia-sink-api/pom.xml b/debian/META-INF/maven/org.apache.maven.doxia/doxia-sink-api/pom.xml index 7f8fdb6..941d484 100644 --- a/debian/META-INF/maven/org.apache.maven.doxia/doxia-sink-api/pom.xml +++ b/debian/META-INF/maven/org.apache.maven.doxia/doxia-sink-api/pom.xml @@ -1,239 +1,32 @@ -<?xml version="1.0" encoding="UTF-8"?><project> - <parent> - <artifactId>doxia</artifactId> - <groupId>org.apache.maven.doxia</groupId> - <version>1.0-alpha-7</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-sink-api</artifactId> - <name>Doxia Sink API</name> - <version>1.0-alpha-7</version> - <url>http://maven.apache.org/doxia/doxia-sink-api</url> - <issueManagement> - <system>jira</system> - <url>http://jira.codehaus.org/browse/DOXIA</url> - </issueManagement> - <ciManagement> - <system>continuum</system> - <notifiers> - <notifier> - <address>[email protected]</address> - </notifier> - </notifiers> - </ciManagement> - <mailingLists> - <mailingList> - <name>Doxia Developer List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-dev/</archive> - </mailingList> - <mailingList> - <name>Doxia User List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-users/</archive> - </mailingList> - <mailingList> - <name>Doxia Commits List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/</archive> - </mailingList> - </mailingLists> - <developers> - <developer> - <name>Jason van Zyl</name> - <email>[email protected]</email> - <roles> - <role>Developer</role> - </roles> - <timezone>-5</timezone> - </developer> - <developer> - <name>Brett Porter</name> - <email>[email protected]</email> - <roles> - <role>Developer</role> - </roles> - <timezone>+10</timezone> - </developer> - <developer> - <name>Emmanuel Venisse</name> - <email>[email protected]</email> - <roles> - <role>Developer</role> - </roles> - <timezone>1</timezone> - </developer> - </developers> - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/tags/doxia-1.0-alpha-7/doxia-sink-api</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/tags/doxia-1.0-alpha-7/doxia-sink-api</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/maven/doxia/tags/doxia-1.0-alpha-7/doxia-sink-api</url> - </scm> - <build> - <sourceDirectory>c:\home\brett\scm\maven\doxia\target\checkout\doxia-sink-api\src\main\java</sourceDirectory> - <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory> - <testSourceDirectory>c:\home\brett\scm\maven\doxia\target\checkout\doxia-sink-api\src\test\java</testSourceDirectory> - <outputDirectory>c:\home\brett\scm\maven\doxia\target\checkout\doxia-sink-api\target\classes</outputDirectory> - <testOutputDirectory>c:\home\brett\scm\maven\doxia\target\checkout\doxia-sink-api\target\test-classes</testOutputDirectory> - <resources> - <resource> - <directory>c:\home\brett\scm\maven\doxia\target\checkout\doxia-sink-api\src\main\resources</directory> - </resource> - </resources> - <testResources> - <testResource> - <directory>c:\home\brett\scm\maven\doxia\target\checkout\doxia-sink-api\src\test\resources</directory> - </testResource> - </testResources> - <directory>c:\home\brett\scm\maven\doxia\target\checkout\doxia-sink-api\target</directory> - <finalName>doxia-sink-api-1.0-alpha-7</finalName> - <plugins> - <plugin> - <artifactId>maven-deploy-plugin</artifactId> - <version>2.1</version> - <inherited>true</inherited> - <configuration> - <updateReleaseInfo>true</updateReleaseInfo> - </configuration> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.0-beta-3</version> - <executions> - <execution> - <id>attach-javadocs</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - <inherited>true</inherited> - </plugin> - <plugin> - <artifactId>maven-source-plugin</artifactId> - <version>2.0</version> - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - <inherited>true</inherited> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.0-beta-3</version> - <executions> - <execution> - <id>attach-javadocs</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - <inherited>true</inherited> - </plugin> - <plugin> - <artifactId>maven-deploy-plugin</artifactId> - <version>2.1</version> - <inherited>true</inherited> - <configuration> - <updateReleaseInfo>true</updateReleaseInfo> - </configuration> - </plugin> - <plugin> - <artifactId>maven-source-plugin</artifactId> - <version>2.0</version> - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - <inherited>true</inherited> - </plugin> - <plugin> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-maven-plugin</artifactId> - <version>1.1.3</version> - <executions> - <execution> - <goals> - <goal>descriptor</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <version>2.1</version> - </plugin> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0</version> - </plugin> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.1.2</version> - </plugin> - <plugin> - <artifactId>maven-jar-plugin</artifactId> - <version>2.0</version> - </plugin> - <plugin> - <artifactId>maven-install-plugin</artifactId> - <version>2.1</version> - </plugin> - </plugins> - </build> - <repositories> - <repository> - <snapshots> - <enabled>false</enabled> - </snapshots> - <id>central</id> - <name>Maven Repository Switchboard</name> - <url>http://repo1.maven.org/maven2</url> - </repository> - </repositories> - <pluginRepositories> - <pluginRepository> - <releases> - <updatePolicy>never</updatePolicy> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - <id>central</id> - <name>Maven Plugin Repository</name> - <url>http://repo1.maven.org/maven2</url> - </pluginRepository> - </pluginRepositories> - <reporting> - <outputDirectory>target/site</outputDirectory> - </reporting> - <distributionManagement> - <repository> - <id>repo1</id> - <name>Maven Central Repository</name> - <url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url> - </repository> - <snapshotRepository> - <id>snapshots</id> - <name>Maven Central Development Repository</name> - <url>scp://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2</url> - </snapshotRepository> - <site> - <id>website</id> - <url>scp://minotaur.apache.org/www/maven.apache.org/doxia/doxia-sink-api</url> - </site> - </distributionManagement> -</project> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<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> + <artifactId>doxia</artifactId> + <groupId>org.apache.maven.doxia</groupId> + <version>1.0-alpha-10</version> + </parent> + <artifactId>doxia-sink-api</artifactId> + <name>Doxia :: Sink API</name> + <description>Doxia Sink API.</description> +</project> diff --git a/debian/META-INF/maven/org.apache.maven.reporting/maven-reporting-api/pom.properties b/debian/META-INF/maven/org.apache.maven.reporting/maven-reporting-api/pom.properties index 3a92060..edc0ef0 100644 --- a/debian/META-INF/maven/org.apache.maven.reporting/maven-reporting-api/pom.properties +++ b/debian/META-INF/maven/org.apache.maven.reporting/maven-reporting-api/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Fri Jul 20 10:42:45 BST 2007 -version=2.0.8 +#Mon Apr 14 22:55:36 UTC 2008 +version=2.0.10-SNAPSHOT groupId=org.apache.maven.reporting artifactId=maven-reporting-api diff --git a/debian/META-INF/maven/org.apache.maven.reporting/maven-reporting-api/pom.xml b/debian/META-INF/maven/org.apache.maven.reporting/maven-reporting-api/pom.xml index 7e9b613..8787f79 100644 --- a/debian/META-INF/maven/org.apache.maven.reporting/maven-reporting-api/pom.xml +++ b/debian/META-INF/maven/org.apache.maven.reporting/maven-reporting-api/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <artifactId>maven-reporting</artifactId> <groupId>org.apache.maven.reporting</groupId> - <version>2.0.8</version> + <version>2.0.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-reporting-api</artifactId> @@ -43,7 +43,7 @@ under the License. <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-sink-api</artifactId> - <version>1.0-alpha-7</version> + <version>1.0-alpha-10</version> </dependency> </dependencies> </project> diff --git a/debian/META-INF/maven/org.apache.maven.wagon/wagon-webdav/pom.properties b/debian/META-INF/maven/org.apache.maven.wagon/wagon-webdav/pom.properties new file mode 100644 index 0000000..a042219 --- /dev/null +++ b/debian/META-INF/maven/org.apache.maven.wagon/wagon-webdav/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Tue Dec 12 17:29:47 EST 2006 +version=1.0-beta-2 +groupId=org.apache.maven.wagon +artifactId=wagon-webdav diff --git a/debian/META-INF/maven/org.apache.maven.wagon/wagon-webdav/pom.xml b/debian/META-INF/maven/org.apache.maven.wagon/wagon-webdav/pom.xml new file mode 100644 index 0000000..247b74b --- /dev/null +++ b/debian/META-INF/maven/org.apache.maven.wagon/wagon-webdav/pom.xml @@ -0,0 +1,50 @@ +<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> + <artifactId>wagon-providers</artifactId> + <groupId>org.apache.maven.wagon</groupId> + <version>1.0-beta-2</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <artifactId>wagon-webdav</artifactId> + <name>Maven Wagon WebDav Provider</name> + <description> + Wagon that gets and puts artifacts through webdav protocol + </description> + + <contributors> + <contributor> + <name>Henry Isidro</name> + <email>[email protected]</email> + </contributor> + <contributor> + <name>Joakim Erdfelt</name> + <email>[email protected]</email> + </contributor> + </contributors> + + <dependencies> + <dependency> + <groupId>slide</groupId> + <artifactId>slide-webdavlib</artifactId> + <version>2.1</version> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.0.4</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>it.could</groupId> + <artifactId>webdav</artifactId> + <version>0.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mortbay.jetty</groupId> + <artifactId>jetty</artifactId> + <version>4.2.12</version> + <scope>test</scope> + </dependency> + </dependencies> +</project> diff --git a/debian/META-INF/maven/org.apache.maven/apache-maven/pom.properties b/debian/META-INF/maven/org.apache.maven/apache-maven/pom.properties new file mode 100644 index 0000000..9415ab7 --- /dev/null +++ b/debian/META-INF/maven/org.apache.maven/apache-maven/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Mon Apr 14 22:56:28 UTC 2008 +version=2.0.10-SNAPSHOT +groupId=org.apache.maven +artifactId=apache-maven diff --git a/debian/META-INF/maven/org.apache.maven/apache-maven/pom.xml b/debian/META-INF/maven/org.apache.maven/apache-maven/pom.xml new file mode 100644 index 0000000..9dafd8f --- /dev/null +++ b/debian/META-INF/maven/org.apache.maven/apache-maven/pom.xml @@ -0,0 +1,172 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +<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> + <artifactId>maven</artifactId> + <groupId>org.apache.maven</groupId> + <version>2.0.10-SNAPSHOT</version> + </parent> + + <artifactId>apache-maven</artifactId> + <name>Maven Bundle</name> + + <build> + <plugins> + <plugin> + <artifactId>maven-shade-plugin</artifactId> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>shade</goal> + </goals> + <configuration> + <finalName>maven-${project.version}-uber</finalName> + <createDependencyReducedPom> + false + </createDependencyReducedPom> + <keepDependenciesWithProvidedScope> + true + </keepDependenciesWithProvidedScope> + <transformers> + <transformer implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer" /> + </transformers> + <artifactSet> + <excludes> + <exclude> + org.codehaus.plexus:plexus-component-api + </exclude> + <exclude>classworlds:classworlds</exclude> + <exclude>junit:junit</exclude> + <exclude>jmock:jmock</exclude> + <exclude>xml-apis:xml-apis</exclude> + </excludes> + </artifactSet> + <relocations> + <relocation> + <pattern>org.jdom</pattern> + </relocation> + <relocation> + <pattern>de.zeigermann.xml</pattern> + </relocation> + <relocation> + <pattern>org.apache.webdav</pattern> + </relocation> + <relocation> + <pattern>org.apache.commons.httpclient</pattern> + </relocation> + <relocation> + <pattern>org.apache.commons.logging</pattern> + </relocation> + <relocation> + <pattern>org.codehaus.plexus.util</pattern> + <excludes> + <exclude> + org.codehaus.plexus.util.xml.Xpp3Dom + </exclude> + <exclude> + org.codehaus.plexus.util.xml.pull.* + </exclude> + </excludes> + </relocation> + </relocations> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <version>2.1</version> + <configuration> + <descriptor>src/assemble/bin.xml</descriptor> + <finalName>apache-maven-${project.version}</finalName> + </configuration> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <dependencies> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-core</artifactId> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-toolchain</artifactId> + </dependency> + </dependencies> + + <profiles> + <profile> + <id>include-site</id> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-scm-plugin</artifactId> + <configuration> + <connectionUrl>scm:svn:http://svn.apache.org/repos/asf/maven/site/trunk</connectionUrl> + <checkoutDirectory>${project.build.directory}/maven-site</checkoutDirectory> + </configuration> + <executions> + <execution> + <phase>initialize</phase> + <goals> + <goal>checkout</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-invoker-plugin</artifactId> + <configuration> + <projectsDirectory>${project.build.directory}/maven-site</projectsDirectory> + <pom>${project.build.directory}/maven-site/pom.xml</pom> + <goals> + <goal>clean</goal> + <goal>site</goal> + </goals> + </configuration> + <executions> + <execution> + <id>initialize</id> + <phase>initialize</phase> + <goals> + <goal>run</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + </profiles> +</project> diff --git a/debian/META-INF/maven/org.apache.maven/maven-artifact-manager/pom.properties b/debian/META-INF/maven/org.apache.maven/maven-artifact-manager/pom.properties index 9a25b55..5d0cb6e 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-artifact-manager/pom.properties +++ b/debian/META-INF/maven/org.apache.maven/maven-artifact-manager/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Fri Jul 20 10:42:19 BST 2007 -version=2.0.8 +#Mon Apr 14 22:55:26 UTC 2008 +version=2.0.10-SNAPSHOT groupId=org.apache.maven artifactId=maven-artifact-manager diff --git a/debian/META-INF/maven/org.apache.maven/maven-artifact-manager/pom.xml b/debian/META-INF/maven/org.apache.maven/maven-artifact-manager/pom.xml index 5c70999..4066de5 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-artifact-manager/pom.xml +++ b/debian/META-INF/maven/org.apache.maven/maven-artifact-manager/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.8</version> + <version>2.0.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-artifact-manager</artifactId> diff --git a/debian/META-INF/maven/org.apache.maven/maven-artifact/pom.properties b/debian/META-INF/maven/org.apache.maven/maven-artifact/pom.properties index 486d768..5c02eb1 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-artifact/pom.properties +++ b/debian/META-INF/maven/org.apache.maven/maven-artifact/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Fri Jul 20 10:41:54 BST 2007 -version=2.0.8 +#Mon Apr 14 22:55:21 UTC 2008 +version=2.0.10-SNAPSHOT groupId=org.apache.maven artifactId=maven-artifact diff --git a/debian/META-INF/maven/org.apache.maven/maven-artifact/pom.xml b/debian/META-INF/maven/org.apache.maven/maven-artifact/pom.xml index 6063e64..78263b3 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-artifact/pom.xml +++ b/debian/META-INF/maven/org.apache.maven/maven-artifact/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.8</version> + <version>2.0.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-artifact</artifactId> diff --git a/debian/META-INF/maven/org.apache.maven/maven-core/pom.properties b/debian/META-INF/maven/org.apache.maven/maven-core/pom.properties index 786389e..7a9aa5f 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-core/pom.properties +++ b/debian/META-INF/maven/org.apache.maven/maven-core/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Fri Jul 20 10:43:43 BST 2007 -version=2.0.8 +#Mon Apr 14 22:56:12 UTC 2008 +version=2.0.10-SNAPSHOT groupId=org.apache.maven artifactId=maven-core diff --git a/debian/META-INF/maven/org.apache.maven/maven-core/pom.xml b/debian/META-INF/maven/org.apache.maven/maven-core/pom.xml index 0b0d9a6..a564342 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-core/pom.xml +++ b/debian/META-INF/maven/org.apache.maven/maven-core/pom.xml @@ -1,85 +1,41 @@ -<?xml version="1.0" encoding="UTF-8"?> - +<?xml version='1.0' encoding='UTF-8'?> <!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use t -his file except in compliance -with the License. You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. --> <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> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.8</version> + <version>2.0.10-SNAPSHOT</version> </parent> - <modelVersion>4.0.0</modelVersion> + <artifactId>maven-core</artifactId> <name>Maven Core</name> - <build> - <plugins> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptor>src/assemble/bin.xml</descriptor> - <finalName>maven-${version}</finalName> - </configuration> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <artifactId>shade-maven-plugin</artifactId> - <groupId>org.codehaus.mojo</groupId> - <version>1.0-alpha-4</version> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <excludes> - <exclude>classworlds:classworlds</exclude> - <exclude>junit:junit</exclude> - <exclude>jmock:jmock</exclude> - <exclude>xml-apis:xml-apis</exclude> - </excludes> - </artifactSet> - <relocations> - <relocation> - <pattern>org.codehaus.plexus.util</pattern> - <excludes> - <exclude>org.codehaus.plexus.util.xml.Xpp3Dom</exclude> - <exclude>org.codehaus.plexus.util.xml.pull.*</exclude> - </excludes> - </relocation> - </relocations> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> + + <pluginRepositories> + <pluginRepository> + <id>apache.snapshots</id> + <url>http://people.apache.org/repo/m2-snapshot-repository</url> + </pluginRepository> + </pluginRepositories> + <dependencies> <dependency> <groupId>org.apache.maven</groupId> @@ -96,6 +52,11 @@ under the License. </dependency> <dependency> <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-webdav</artifactId> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-http-lightweight</artifactId> <scope>runtime</scope> </dependency> @@ -200,4 +161,74 @@ under the License. <artifactId>classworlds</artifactId> </dependency> </dependencies> + + <reporting> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>l10n-maven-plugin</artifactId> + <version>1.0-alpha-1</version> + <configuration> + <locales> + <locale>el</locale> + <locale>de</locale> + <locale>es</locale> + <locale>fr</locale> + <locale>ja</locale> + <locale>nl</locale> + <locale>no</locale> + <locale>pl</locale> + <locale>zh_CN</locale> + </locales> + </configuration> + </plugin> + </plugins> + </reporting> + + <profiles> + <profile> + <id>include-site</id> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-scm-plugin</artifactId> + <configuration> + <connectionUrl>scm:svn:http://svn.apache.org/repos/asf/maven/site/trunk</connectionUrl> + <checkoutDirectory>${project.build.directory}/maven-site</checkoutDirectory> + </configuration> + <executions> + <execution> + <phase>initialize</phase> + <goals> + <goal>checkout</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-invoker-plugin</artifactId> + <configuration> + <projectsDirectory>${project.build.directory}/maven-site</projectsDirectory> + <pom>${project.build.directory}/maven-site/pom.xml</pom> + <goals> + <goal>clean</goal> + <goal>site</goal> + </goals> + </configuration> + <executions> + <execution> + <id>initialize</id> + <phase>initialize</phase> + <goals> + <goal>run</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + </profiles> </project> diff --git a/debian/META-INF/maven/org.apache.maven/maven-error-diagnostics/pom.properties b/debian/META-INF/maven/org.apache.maven/maven-error-diagnostics/pom.properties index a75dcef..000c8ca 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-error-diagnostics/pom.properties +++ b/debian/META-INF/maven/org.apache.maven/maven-error-diagnostics/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Fri Jul 20 10:42:51 BST 2007 -version=2.0.8 +#Mon Apr 14 22:55:39 UTC 2008 +version=2.0.10-SNAPSHOT groupId=org.apache.maven artifactId=maven-error-diagnostics diff --git a/debian/META-INF/maven/org.apache.maven/maven-error-diagnostics/pom.xml b/debian/META-INF/maven/org.apache.maven/maven-error-diagnostics/pom.xml index d840dd1..3d3cbb9 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-error-diagnostics/pom.xml +++ b/debian/META-INF/maven/org.apache.maven/maven-error-diagnostics/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.8</version> + <version>2.0.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-error-diagnostics</artifactId> diff --git a/debian/META-INF/maven/org.apache.maven/maven-model/pom.properties b/debian/META-INF/maven/org.apache.maven/maven-model/pom.properties index aea49a3..79ec9bc 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-model/pom.properties +++ b/debian/META-INF/maven/org.apache.maven/maven-model/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Fri Jul 20 10:42:30 BST 2007 -version=2.0.8 +#Mon Apr 14 22:55:29 UTC 2008 +version=2.0.10-SNAPSHOT groupId=org.apache.maven artifactId=maven-model diff --git a/debian/META-INF/maven/org.apache.maven/maven-model/pom.xml b/debian/META-INF/maven/org.apache.maven/maven-model/pom.xml index ba4d2c5..f52e2c2 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-model/pom.xml +++ b/debian/META-INF/maven/org.apache.maven/maven-model/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.8</version> + <version>2.0.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-model</artifactId> diff --git a/debian/META-INF/maven/org.apache.maven/maven-monitor/pom.properties b/debian/META-INF/maven/org.apache.maven/maven-monitor/pom.properties index 635846b..af44e0a 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-monitor/pom.properties +++ b/debian/META-INF/maven/org.apache.maven/maven-monitor/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Fri Jul 20 10:43:28 BST 2007 -version=2.0.8 +#Mon Apr 14 22:56:00 UTC 2008 +version=2.0.10-SNAPSHOT groupId=org.apache.maven artifactId=maven-monitor diff --git a/debian/META-INF/maven/org.apache.maven/maven-monitor/pom.xml b/debian/META-INF/maven/org.apache.maven/maven-monitor/pom.xml index 7795293..4378a48 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-monitor/pom.xml +++ b/debian/META-INF/maven/org.apache.maven/maven-monitor/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.8</version> + <version>2.0.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-monitor</artifactId> diff --git a/debian/META-INF/maven/org.apache.maven/maven-plugin-api/pom.properties b/debian/META-INF/maven/org.apache.maven/maven-plugin-api/pom.properties index b82bc60..a4d5675 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-plugin-api/pom.properties +++ b/debian/META-INF/maven/org.apache.maven/maven-plugin-api/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Fri Jul 20 10:43:21 BST 2007 -version=2.0.8 +#Mon Apr 14 22:55:55 UTC 2008 +version=2.0.10-SNAPSHOT groupId=org.apache.maven artifactId=maven-plugin-api diff --git a/debian/META-INF/maven/org.apache.maven/maven-plugin-api/pom.xml b/debian/META-INF/maven/org.apache.maven/maven-plugin-api/pom.xml index 33aa19f..cea12a7 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-plugin-api/pom.xml +++ b/debian/META-INF/maven/org.apache.maven/maven-plugin-api/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.8</version> + <version>2.0.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-plugin-api</artifactId> diff --git a/debian/META-INF/maven/org.apache.maven/maven-plugin-descriptor/pom.properties b/debian/META-INF/maven/org.apache.maven/maven-plugin-descriptor/pom.properties index 4d622f9..a355672 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-plugin-descriptor/pom.properties +++ b/debian/META-INF/maven/org.apache.maven/maven-plugin-descriptor/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Fri Jul 20 10:43:28 BST 2007 -version=2.0.8 +#Mon Apr 14 22:55:57 UTC 2008 +version=2.0.10-SNAPSHOT groupId=org.apache.maven artifactId=maven-plugin-descriptor diff --git a/debian/META-INF/maven/org.apache.maven/maven-plugin-descriptor/pom.xml b/debian/META-INF/maven/org.apache.maven/maven-plugin-descriptor/pom.xml index b6e967a..96cd92d 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-plugin-descriptor/pom.xml +++ b/debian/META-INF/maven/org.apache.maven/maven-plugin-descriptor/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.8</version> + <version>2.0.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-plugin-descriptor</artifactId> diff --git a/debian/META-INF/maven/org.apache.maven/maven-plugin-parameter-documenter/pom.properties b/debian/META-INF/maven/org.apache.maven/maven-plugin-parameter-documenter/pom.properties index 2176d56..5fa8cb6 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-plugin-parameter-documenter/pom.properties +++ b/debian/META-INF/maven/org.apache.maven/maven-plugin-parameter-documenter/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Fri Jul 20 10:42:45 BST 2007 -version=2.0.8 +#Mon Apr 14 22:55:35 UTC 2008 +version=2.0.10-SNAPSHOT groupId=org.apache.maven artifactId=maven-plugin-parameter-documenter diff --git a/debian/META-INF/maven/org.apache.maven/maven-plugin-parameter-documenter/pom.xml b/debian/META-INF/maven/org.apache.maven/maven-plugin-parameter-documenter/pom.xml index 7c87dd9..a2eea54 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-plugin-parameter-documenter/pom.xml +++ b/debian/META-INF/maven/org.apache.maven/maven-plugin-parameter-documenter/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.8</version> + <version>2.0.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-plugin-parameter-documenter</artifactId> diff --git a/debian/META-INF/maven/org.apache.maven/maven-plugin-registry/pom.properties b/debian/META-INF/maven/org.apache.maven/maven-plugin-registry/pom.properties index ce470ce..d8820c9 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-plugin-registry/pom.properties +++ b/debian/META-INF/maven/org.apache.maven/maven-plugin-registry/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Fri Jul 20 10:42:55 BST 2007 -version=2.0.8 +#Mon Apr 14 22:55:41 UTC 2008 +version=2.0.10-SNAPSHOT groupId=org.apache.maven artifactId=maven-plugin-registry diff --git a/debian/META-INF/maven/org.apache.maven/maven-plugin-registry/pom.xml b/debian/META-INF/maven/org.apache.maven/maven-plugin-registry/pom.xml index 337b68f..3907106 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-plugin-registry/pom.xml +++ b/debian/META-INF/maven/org.apache.maven/maven-plugin-registry/pom.xml @@ -21,13 +21,12 @@ under the License. <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.8</version> + <version>2.0.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-registry</artifactId> <name>Maven Plugin Registry Model</name> - <version>2.0.8</version> <build> <plugins> <plugin> diff --git a/debian/META-INF/maven/org.apache.maven/maven-profile/pom.properties b/debian/META-INF/maven/org.apache.maven/maven-profile/pom.properties index 6cd01ed..8c7d823 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-profile/pom.properties +++ b/debian/META-INF/maven/org.apache.maven/maven-profile/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Fri Jul 20 10:42:50 BST 2007 -version=2.0.8 +#Mon Apr 14 22:55:39 UTC 2008 +version=2.0.10-SNAPSHOT groupId=org.apache.maven artifactId=maven-profile diff --git a/debian/META-INF/maven/org.apache.maven/maven-profile/pom.xml b/debian/META-INF/maven/org.apache.maven/maven-profile/pom.xml index 1ec6b0b..7631913 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-profile/pom.xml +++ b/debian/META-INF/maven/org.apache.maven/maven-profile/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.8</version> + <version>2.0.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-profile</artifactId> @@ -35,7 +35,7 @@ under the License. <artifactId>modello-maven-plugin</artifactId> <configuration> <version>1.0.0</version> - <model>profiles.mdo</model> + <model>src/main/mdo/profiles.mdo</model> </configuration> </plugin> </plugins> diff --git a/debian/META-INF/maven/org.apache.maven/maven-project/pom.properties b/debian/META-INF/maven/org.apache.maven/maven-project/pom.properties index 0acc4f8..b7b2779 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-project/pom.properties +++ b/debian/META-INF/maven/org.apache.maven/maven-project/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Fri Jul 20 10:43:20 BST 2007 -version=2.0.8 +#Mon Apr 14 22:55:52 UTC 2008 +version=2.0.10-SNAPSHOT groupId=org.apache.maven artifactId=maven-project diff --git a/debian/META-INF/maven/org.apache.maven/maven-project/pom.xml b/debian/META-INF/maven/org.apache.maven/maven-project/pom.xml index 4568339..9daa8a0 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-project/pom.xml +++ b/debian/META-INF/maven/org.apache.maven/maven-project/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.8</version> + <version>2.0.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-project</artifactId> diff --git a/debian/META-INF/maven/org.apache.maven/maven-repository-metadata/pom.properties b/debian/META-INF/maven/org.apache.maven/maven-repository-metadata/pom.properties index 6a324bc..f3dbe69 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-repository-metadata/pom.properties +++ b/debian/META-INF/maven/org.apache.maven/maven-repository-metadata/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Fri Jul 20 10:42:10 BST 2007 -version=2.0.8 +#Mon Apr 14 22:55:24 UTC 2008 +version=2.0.10-SNAPSHOT groupId=org.apache.maven artifactId=maven-repository-metadata diff --git a/debian/META-INF/maven/org.apache.maven/maven-repository-metadata/pom.xml b/debian/META-INF/maven/org.apache.maven/maven-repository-metadata/pom.xml index 2eca3ca..ce66f41 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-repository-metadata/pom.xml +++ b/debian/META-INF/maven/org.apache.maven/maven-repository-metadata/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.8</version> + <version>2.0.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-repository-metadata</artifactId> diff --git a/debian/META-INF/maven/org.apache.maven/maven-settings/pom.properties b/debian/META-INF/maven/org.apache.maven/maven-settings/pom.properties index 585c835..7e799d1 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-settings/pom.properties +++ b/debian/META-INF/maven/org.apache.maven/maven-settings/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Fri Jul 20 10:42:37 BST 2007 -version=2.0.8 +#Mon Apr 14 22:55:32 UTC 2008 +version=2.0.10-SNAPSHOT groupId=org.apache.maven artifactId=maven-settings diff --git a/debian/META-INF/maven/org.apache.maven/maven-settings/pom.xml b/debian/META-INF/maven/org.apache.maven/maven-settings/pom.xml index e9dd84c..bf213cf 100644 --- a/debian/META-INF/maven/org.apache.maven/maven-settings/pom.xml +++ b/debian/META-INF/maven/org.apache.maven/maven-settings/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.8</version> + <version>2.0.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-settings</artifactId> diff --git a/debian/META-INF/maven/org.apache.maven/maven-toolchain/pom.properties b/debian/META-INF/maven/org.apache.maven/maven-toolchain/pom.properties new file mode 100644 index 0000000..899aa5c --- /dev/null +++ b/debian/META-INF/maven/org.apache.maven/maven-toolchain/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Mon Apr 14 22:56:22 UTC 2008 +version=2.0.10-SNAPSHOT +groupId=org.apache.maven +artifactId=maven-toolchain diff --git a/debian/META-INF/maven/org.apache.maven/maven-toolchain/pom.xml b/debian/META-INF/maven/org.apache.maven/maven-toolchain/pom.xml new file mode 100644 index 0000000..580422a --- /dev/null +++ b/debian/META-INF/maven/org.apache.maven/maven-toolchain/pom.xml @@ -0,0 +1,100 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<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.apache.maven</groupId> + <artifactId>maven</artifactId> + <version>2.0.10-SNAPSHOT</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <artifactId>maven-toolchain</artifactId> + <name>Maven Toolchains</name> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-core</artifactId> + <version>2.0.10-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-artifact</artifactId> + <version>2.0.10-SNAPSHOT</version> + </dependency> + </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.codehaus.modello</groupId> + <artifactId>modello-maven-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>java</goal> + <goal>xsd</goal> + <goal>xpp3-reader</goal> + </goals> + </execution> + </executions> + <configuration> + <version>1.0.0</version> + <packageWithVersion>false</packageWithVersion> + <model>src/main/mdo/toolchains.xml</model> + </configuration> + </plugin> + <plugin> + <artifactId>maven-shade-plugin</artifactId> + <groupId>org.apache.maven.plugins</groupId> + <executions> + <execution> + <id>shading</id> + <phase>package</phase> + <goals> + <goal>shade</goal> + </goals> + <configuration> + <artifactSet> + <includes> + <include>${project.groupId}:${project.artifactId}</include> + </includes> + </artifactSet> + <relocations> + <relocation> + <pattern>org.codehaus.plexus.util</pattern> + <excludes> + <exclude>org.codehaus.plexus.util.xml.Xpp3Dom</exclude> + <exclude>org.codehaus.plexus.util.xml.pull.*</exclude> + </excludes> + </relocation> + </relocations> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> diff --git a/debian/META-INF/maven/org.codehaus.plexus/plexus-utils/pom.properties b/debian/META-INF/maven/org.codehaus.plexus/plexus-utils/pom.properties index 950c524..eac303c 100644 --- a/debian/META-INF/maven/org.codehaus.plexus/plexus-utils/pom.properties +++ b/debian/META-INF/maven/org.codehaus.plexus/plexus-utils/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Sat Mar 10 09:53:24 PST 2007 -version=1.4.1 +#Thu Feb 21 12:14:14 EST 2008 +version=1.5.1 groupId=org.codehaus.plexus artifactId=plexus-utils diff --git a/debian/META-INF/maven/org.codehaus.plexus/plexus-utils/pom.xml b/debian/META-INF/maven/org.codehaus.plexus/plexus-utils/pom.xml index 207a3ec..7444bc6 100644 --- a/debian/META-INF/maven/org.codehaus.plexus/plexus-utils/pom.xml +++ b/debian/META-INF/maven/org.codehaus.plexus/plexus-utils/pom.xml @@ -8,7 +8,8 @@ <modelVersion>4.0.0</modelVersion> <artifactId>plexus-utils</artifactId> <name>Plexus Common Utilities</name> - <version>1.4.1</version> + <version>1.5.1</version> + <url>http://plexus.codehaus.org/plexus-utils</url> <build> <plugins> <plugin> @@ -21,6 +22,7 @@ </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> + <version>2.3</version> <configuration> <!-- required to ensure the test classes are used, not surefire's plexus-utils --> <childDelegation>true</childDelegation> @@ -28,14 +30,24 @@ <exclude>org/codehaus/plexus/util/FileBasedTestCase.java</exclude> <exclude>**/Test*.java</exclude> </excludes> + <systemProperties> + <property> + <name>JAVA_HOME</name> + <value>${JAVA_HOME}</value> + </property> + <property> + <name>M2_HOME</name> + <value>${M2_HOME}</value> + </property> + </systemProperties> </configuration> </plugin> </plugins> </build> - <scm> - <connection>scm:svn:http://svn.codehaus.org/plexus/plexus-utils/tags/plexus-utils-1.4.1</connection> - <developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-utils/tags/plexus-utils-1.4.1</developerConnection> - <url>http://fisheye.codehaus.org/browse/plexus/plexus-utils/tags/plexus-utils-1.4.1</url> + <scm> + <connection>scm:svn:http://svn.codehaus.org/plexus/plexus-utils/tags/plexus-utils-1.5.1</connection> + <developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-utils/tags/plexus-utils-1.5.1</developerConnection> + <url>http://fisheye.codehaus.org/browse/plexus/plexus-utils/tags/plexus-utils-1.5.1</url> </scm> <reporting> <plugins> @@ -46,5 +58,5 @@ <artifactId>maven-jxr-plugin</artifactId> </plugin> </plugins> - </reporting> + </reporting> </project> diff --git a/debian/META-INF/plexus/components.xml b/debian/META-INF/plexus/components.xml index c7033eb..419974b 100644 --- a/debian/META-INF/plexus/components.xml +++ b/debian/META-INF/plexus/components.xml @@ -1,170 +1,6 @@ <component-set> <components> <component> - <role>org.apache.maven.wagon.Wagon</role> - <role-hint>file</role-hint> - <implementation>org.apache.maven.wagon.providers.file.FileWagon</implementation> - <instantiation-strategy>per-lookup</instantiation-strategy> - </component> - <component> - <role>org.apache.maven.wagon.Wagon</role> - <role-hint>scpexe</role-hint> - <implementation>org.apache.maven.wagon.providers.ssh.external.ScpExternalWagon</implementation> - <instantiation-strategy>per-lookup</instantiation-strategy> - </component> - <component> - <role>org.apache.maven.wagon.CommandExecutor</role> - <implementation>org.apache.maven.wagon.providers.ssh.jsch.ScpWagon</implementation> - <instantiation-strategy>per-lookup</instantiation-strategy> - <requirements> - <requirement> - <role>org.apache.maven.wagon.providers.ssh.knownhost.KnownHostsProvider</role> - <role-hint>file</role-hint> - </requirement> - <requirement> - <role>org.apache.maven.wagon.providers.ssh.interactive.InteractiveUserInfo</role> - </requirement> - <requirement> - <role>com.jcraft.jsch.UIKeyboardInteractive</role> - </requirement> - </requirements> - </component> - <component> - <role>org.apache.maven.settings.MavenSettingsBuilder</role> - <implementation>org.apache.maven.settings.DefaultMavenSettingsBuilder</implementation> - <configuration> - <globalSettingsPath>${maven.home}/conf/settings.xml</globalSettingsPath> - <userSettingsPath>${user.home}/.m2/settings.xml</userSettingsPath> - </configuration> - </component> - <component> - <role>org.apache.maven.usability.diagnostics.ErrorDiagnostics</role> - <implementation>org.apache.maven.usability.diagnostics.ErrorDiagnostics</implementation> - </component> - <component> - <role>org.apache.maven.project.MavenProjectHelper</role> - <implementation>org.apache.maven.project.DefaultMavenProjectHelper</implementation> - <requirements> - <requirement> - <role>org.apache.maven.artifact.handler.manager.ArtifactHandlerManager</role> - </requirement> - </requirements> - </component> - <component> - <role>org.apache.maven.project.interpolation.ModelInterpolator</role> - <implementation>org.apache.maven.project.interpolation.RegexBasedModelInterpolator</implementation> - </component> - <component> - <role>org.apache.maven.project.injection.ModelDefaultsInjector</role> - <implementation>org.apache.maven.project.injection.DefaultModelDefaultsInjector</implementation> - </component> - <component> - <role>org.apache.maven.project.injection.ProfileInjector</role> - <implementation>org.apache.maven.project.injection.DefaultProfileInjector</implementation> - </component> - <component> - <role>org.apache.maven.project.MavenProjectBuilder</role> - <implementation>org.apache.maven.project.DefaultMavenProjectBuilder</implementation> - <requirements> - <requirement> - <role>org.apache.maven.profiles.MavenProfilesBuilder</role> - </requirement> - <requirement> - <role>org.apache.maven.project.injection.ProfileInjector</role> - </requirement> - <requirement> - <role>org.apache.maven.project.injection.ModelDefaultsInjector</role> - </requirement> - <requirement> - <role>org.apache.maven.project.interpolation.ModelInterpolator</role> - </requirement> - <requirement> - <role>org.apache.maven.project.inheritance.ModelInheritanceAssembler</role> - </requirement> - <requirement> - <role>org.apache.maven.project.validation.ModelValidator</role> - </requirement> - <requirement> - <role>org.apache.maven.project.path.PathTranslator</role> - </requirement> - <requirement> - <role>org.apache.maven.artifact.factory.ArtifactFactory</role> - </requirement> - <requirement> - <role>org.apache.maven.artifact.resolver.ArtifactResolver</role> - </requirement> - <requirement> - <role>org.apache.maven.artifact.repository.ArtifactRepositoryFactory</role> - </requirement> - <requirement> - <role>org.apache.maven.artifact.manager.WagonManager</role> - </requirement> - </requirements> - </component> - <component> - <role>org.apache.maven.profiles.activation.ProfileActivator</role> - <role-hint>always-on</role-hint> - <implementation>org.apache.maven.profiles.activation.AlwaysOnProfileActivator</implementation> - </component> - <component> - <role>org.apache.maven.profiles.activation.ProfileActivator</role> - <role-hint>jdk-prefix</role-hint> - <implementation>org.apache.maven.profiles.activation.JdkPrefixProfileActivator</implementation> - </component> - <component> - <role>org.apache.maven.profiles.activation.ProfileActivator</role> - <role-hint>system-property</role-hint> - <implementation>org.apache.maven.profiles.activation.SystemPropertyProfileActivator</implementation> - </component> - <component> - <role>org.apache.maven.profiles.activation.ProfileActivator</role> - <role-hint>os</role-hint> - <implementation>org.apache.maven.profiles.activation.OperatingSystemProfileActivator</implementation> - </component> - <component> - <role>org.apache.maven.profiles.activation.ProfileActivator</role> - <role-hint>file</role-hint> - <implementation>org.apache.maven.profiles.activation.FileProfileActivator</implementation> - </component> - <component> - <role>org.apache.maven.project.inheritance.ModelInheritanceAssembler</role> - <implementation>org.apache.maven.project.inheritance.DefaultModelInheritanceAssembler</implementation> - </component> - <component> - <role>org.apache.maven.project.validation.ModelValidator</role> - <implementation>org.apache.maven.project.validation.DefaultModelValidator</implementation> - </component> - <component> - <role>org.apache.maven.project.path.PathTranslator</role> - <implementation>org.apache.maven.project.path.DefaultPathTranslator</implementation> - </component> - <component> - <role>org.apache.maven.project.ModelResolver</role> - <role-hint>default</role-hint> - <implementation>org.apache.maven.project.ModelResolver</implementation> - <requirements> - <requirement> - <role>org.apache.maven.artifact.resolver.ArtifactResolver</role> - </requirement> - </requirements> - </component> - <component> - <role>org.apache.maven.artifact.metadata.ArtifactMetadataSource</role> - <role-hint>maven</role-hint> - <implementation>org.apache.maven.project.artifact.MavenMetadataSource</implementation> - <requirements> - <requirement> - <role>org.apache.maven.project.MavenProjectBuilder</role> - </requirement> - <requirement> - <role>org.apache.maven.artifact.factory.ArtifactFactory</role> - </requirement> - <requirement> - <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager</role> - </requirement> - </requirements> - </component> - <component> <role>org.apache.maven.plugin.PluginManager</role> <implementation>org.apache.maven.plugin.DefaultPluginManager</implementation> <requirements> @@ -225,6 +61,10 @@ </requirements> </component> <component> + <role>org.apache.maven.project.path.PathTranslator</role> + <implementation>org.apache.maven.project.path.DefaultPathTranslator</implementation> + </component> + <component> <role>org.apache.maven.Maven</role> <implementation>org.apache.maven.DefaultMaven</implementation> <requirements> @@ -582,217 +422,58 @@ </requirements> </component> <component> - <role>org.apache.maven.artifact.manager.WagonManager</role> - <implementation>org.apache.maven.artifact.manager.DefaultWagonManager</implementation> - <requirements> - <requirement> - <role>org.apache.maven.artifact.repository.ArtifactRepositoryFactory</role> - </requirement> - </requirements> + <role>org.apache.maven.settings.MavenSettingsBuilder</role> + <implementation>org.apache.maven.settings.DefaultMavenSettingsBuilder</implementation> + <configuration> + <globalSettingsPath>${maven.home}/conf/settings.xml</globalSettingsPath> + <userSettingsPath>${user.home}/.m2/settings.xml</userSettingsPath> + </configuration> </component> <component> - <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager</role> - <implementation>org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataManager</implementation> - <requirements> - <requirement> - <role>org.apache.maven.artifact.manager.WagonManager</role> - </requirement> - </requirements> + <role>org.apache.maven.wagon.Wagon</role> + <role-hint>file</role-hint> + <implementation>org.apache.maven.wagon.providers.file.FileWagon</implementation> + <instantiation-strategy>per-lookup</instantiation-strategy> </component> <component> - <role>org.apache.maven.artifact.transform.ArtifactTransformation</role> - <role-hint>snapshot</role-hint> - <implementation>org.apache.maven.artifact.transform.SnapshotTransformation</implementation> - <requirements> - <requirement> - <role>org.apache.maven.artifact.manager.WagonManager</role> - </requirement> - <requirement> - <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager</role> - </requirement> - </requirements> + <role>org.apache.maven.wagon.Wagon</role> + <role-hint>dav</role-hint> + <implementation>org.apache.maven.wagon.providers.webdav.WebDavWagon</implementation> + <instantiation-strategy>per-lookup</instantiation-strategy> </component> <component> - <role>org.apache.maven.artifact.transform.ArtifactTransformation</role> - <role-hint>release</role-hint> - <implementation>org.apache.maven.artifact.transform.ReleaseArtifactTransformation</implementation> - <requirements> - <requirement> - <role>org.apache.maven.artifact.manager.WagonManager</role> - </requirement> - <requirement> - <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager</role> - </requirement> - </requirements> + <role>org.apache.maven.wagon.Wagon</role> + <role-hint>http</role-hint> + <implementation>org.apache.maven.wagon.providers.http.LightweightHttpWagon</implementation> + <instantiation-strategy>per-lookup</instantiation-strategy> </component> <component> - <role>org.apache.maven.artifact.transform.ArtifactTransformation</role> - <role-hint>latest</role-hint> - <implementation>org.apache.maven.artifact.transform.LatestArtifactTransformation</implementation> + <role>org.apache.maven.wagon.Wagon</role> + <role-hint>https</role-hint> + <implementation>org.apache.maven.wagon.providers.http.LightweightHttpWagon</implementation> + <instantiation-strategy>per-lookup</instantiation-strategy> + </component> + <component> + <role>org.apache.maven.profiles.MavenProfilesBuilder</role> + <implementation>org.apache.maven.profiles.DefaultMavenProfilesBuilder</implementation> + </component> + <component> + <role>org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout</role> + <role-hint>default</role-hint> + <implementation>org.apache.maven.artifact.repository.layout.DefaultRepositoryLayout</implementation> + </component> + <component> + <role>org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout</role> + <role-hint>legacy</role-hint> + <implementation>org.apache.maven.artifact.repository.layout.LegacyRepositoryLayout</implementation> + </component> + <component> + <role>org.apache.maven.artifact.handler.manager.ArtifactHandlerManager</role> + <implementation>org.apache.maven.artifact.handler.manager.DefaultArtifactHandlerManager</implementation> <requirements> <requirement> - <role>org.apache.maven.artifact.manager.WagonManager</role> - </requirement> - <requirement> - <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager</role> - </requirement> - </requirements> - </component> - <component> - <role>org.apache.maven.artifact.transform.ArtifactTransformationManager</role> - <implementation>org.apache.maven.artifact.transform.DefaultArtifactTransformationManager</implementation> - <requirements> - <requirement> - <role>org.apache.maven.artifact.transform.ArtifactTransformation</role> - <field-name>artifactTransformations</field-name> - </requirement> - </requirements> - </component> - <component> - <role>org.apache.maven.artifact.resolver.ArtifactResolver</role> - <implementation>org.apache.maven.artifact.resolver.DefaultArtifactResolver</implementation> - <requirements> - <requirement> - <role>org.apache.maven.artifact.manager.WagonManager</role> - </requirement> - <requirement> - <role>org.apache.maven.artifact.transform.ArtifactTransformationManager</role> - </requirement> - <requirement> - <role>org.apache.maven.artifact.factory.ArtifactFactory</role> - </requirement> - <requirement> - <role>org.apache.maven.artifact.resolver.ArtifactCollector</role> - </requirement> - </requirements> - </component> - <component> - <role>org.apache.maven.artifact.installer.ArtifactInstaller</role> - <implementation>org.apache.maven.artifact.installer.DefaultArtifactInstaller</implementation> - <requirements> - <requirement> - <role>org.apache.maven.artifact.transform.ArtifactTransformationManager</role> - </requirement> - <requirement> - <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager</role> - </requirement> - </requirements> - </component> - <component> - <role>org.apache.maven.artifact.deployer.ArtifactDeployer</role> - <implementation>org.apache.maven.artifact.deployer.DefaultArtifactDeployer</implementation> - <requirements> - <requirement> - <role>org.apache.maven.artifact.manager.WagonManager</role> - </requirement> - <requirement> - <role>org.apache.maven.artifact.transform.ArtifactTransformationManager</role> - </requirement> - <requirement> - <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager</role> - </requirement> - </requirements> - </component> - <component> - <role>org.apache.maven.artifact.repository.ArtifactRepositoryFactory</role> - <implementation>org.apache.maven.artifact.repository.DefaultArtifactRepositoryFactory</implementation> - </component> - <component> - <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder</role> - <role-hint>default</role-hint> - <implementation>org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataBuilder</implementation> - <requirements> - <requirement> - <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager</role> - </requirement> - </requirements> - </component> - <component> - <role>org.apache.maven.wagon.Wagon</role> - <role-hint>scp</role-hint> - <implementation>org.apache.maven.wagon.providers.ssh.jsch.ScpWagon</implementation> - <instantiation-strategy>per-lookup</instantiation-strategy> - <requirements> - <requirement> - <role>org.apache.maven.wagon.providers.ssh.knownhost.KnownHostsProvider</role> - <role-hint>file</role-hint> - </requirement> - <requirement> - <role>org.apache.maven.wagon.providers.ssh.interactive.InteractiveUserInfo</role> - </requirement> - <requirement> - <role>com.jcraft.jsch.UIKeyboardInteractive</role> - </requirement> - </requirements> - </component> - <component> - <role>org.apache.maven.wagon.Wagon</role> - <role-hint>sftp</role-hint> - <implementation>org.apache.maven.wagon.providers.ssh.jsch.SftpWagon</implementation> - <instantiation-strategy>per-lookup</instantiation-strategy> - <requirements> - <requirement> - <role>org.apache.maven.wagon.providers.ssh.knownhost.KnownHostsProvider</role> - <role-hint>file</role-hint> - </requirement> - <requirement> - <role>org.apache.maven.wagon.providers.ssh.interactive.InteractiveUserInfo</role> - </requirement> - <requirement> - <role>com.jcraft.jsch.UIKeyboardInteractive</role> - </requirement> - </requirements> - </component> - <component> - <role>com.jcraft.jsch.UIKeyboardInteractive</role> - <implementation>org.apache.maven.wagon.providers.ssh.jsch.interactive.PrompterUIKeyboardInteractive</implementation> - <requirements> - <requirement> - <role>org.codehaus.plexus.components.interactivity.Prompter</role> - </requirement> - </requirements> - </component> - <component> - <role>org.apache.maven.profiles.MavenProfilesBuilder</role> - <implementation>org.apache.maven.profiles.DefaultMavenProfilesBuilder</implementation> - </component> - <component> - <role>org.apache.maven.plugin.registry.MavenPluginRegistryBuilder</role> - <implementation>org.apache.maven.plugin.registry.DefaultPluginRegistryBuilder</implementation> - <configuration> - <globalRegistryPath>${maven.home}/conf/plugin-registry.xml</globalRegistryPath> - <userRegistryPath>${user.home}/.m2/plugin-registry.xml</userRegistryPath> - </configuration> - </component> - <component> - <role>org.apache.maven.wagon.Wagon</role> - <role-hint>http</role-hint> - <implementation>org.apache.maven.wagon.providers.http.LightweightHttpWagon</implementation> - <instantiation-strategy>per-lookup</instantiation-strategy> - </component> - <component> - <role>org.apache.maven.wagon.Wagon</role> - <role-hint>https</role-hint> - <implementation>org.apache.maven.wagon.providers.http.LightweightHttpWagon</implementation> - <instantiation-strategy>per-lookup</instantiation-strategy> - </component> - <component> - <role>org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout</role> - <role-hint>default</role-hint> - <implementation>org.apache.maven.artifact.repository.layout.DefaultRepositoryLayout</implementation> - </component> - <component> - <role>org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout</role> - <role-hint>legacy</role-hint> - <implementation>org.apache.maven.artifact.repository.layout.LegacyRepositoryLayout</implementation> - </component> - <component> - <role>org.apache.maven.artifact.handler.manager.ArtifactHandlerManager</role> - <implementation>org.apache.maven.artifact.handler.manager.DefaultArtifactHandlerManager</implementation> - <requirements> - <requirement> - <role>org.apache.maven.artifact.handler.ArtifactHandler</role> - <field-name>artifactHandlers</field-name> + <role>org.apache.maven.artifact.handler.ArtifactHandler</role> + <field-name>artifactHandlers</field-name> </requirement> </requirements> </component> @@ -910,12 +591,24 @@ </component> <component> <role>org.apache.maven.artifact.handler.ArtifactHandler</role> + <role-hint>rar</role-hint> + <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation> + <configuration> + <type>rar</type> + <includesDependencies>true</includesDependencies> + <language>java</language> + <addedToClasspath>false</addedToClasspath> + </configuration> + </component> + <component> + <role>org.apache.maven.artifact.handler.ArtifactHandler</role> <role-hint>par</role-hint> <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation> <configuration> <type>par</type> + <includesDependencies>true</includesDependencies> <language>java</language> - <addedToClasspath>true</addedToClasspath> + <addedToClasspath>false</addedToClasspath> </configuration> </component> <component> @@ -924,8 +617,9 @@ <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation> <configuration> <type>ejb3</type> + <includesDependencies>true</includesDependencies> <language>java</language> - <addedToClasspath>true</addedToClasspath> + <addedToClasspath>false</addedToClasspath> </configuration> </component> <component> @@ -942,6 +636,286 @@ <implementation>org.apache.maven.artifact.resolver.DefaultArtifactCollector</implementation> </component> <component> + <role>org.apache.maven.usability.diagnostics.ErrorDiagnostics</role> + <implementation>org.apache.maven.usability.diagnostics.ErrorDiagnostics</implementation> + </component> + <component> + <role>org.apache.maven.project.MavenProjectHelper</role> + <implementation>org.apache.maven.project.DefaultMavenProjectHelper</implementation> + <requirements> + <requirement> + <role>org.apache.maven.artifact.handler.manager.ArtifactHandlerManager</role> + </requirement> + </requirements> + </component> + <component> + <role>org.apache.maven.project.interpolation.ModelInterpolator</role> + <implementation>org.apache.maven.project.interpolation.RegexBasedModelInterpolator</implementation> + </component> + <component> + <role>org.apache.maven.project.injection.ModelDefaultsInjector</role> + <implementation>org.apache.maven.project.injection.DefaultModelDefaultsInjector</implementation> + </component> + <component> + <role>org.apache.maven.project.injection.ProfileInjector</role> + <implementation>org.apache.maven.project.injection.DefaultProfileInjector</implementation> + </component> + <component> + <role>org.apache.maven.project.MavenProjectBuilder</role> + <implementation>org.apache.maven.project.DefaultMavenProjectBuilder</implementation> + <requirements> + <requirement> + <role>org.apache.maven.profiles.MavenProfilesBuilder</role> + </requirement> + <requirement> + <role>org.apache.maven.project.injection.ProfileInjector</role> + </requirement> + <requirement> + <role>org.apache.maven.project.injection.ModelDefaultsInjector</role> + </requirement> + <requirement> + <role>org.apache.maven.project.interpolation.ModelInterpolator</role> + </requirement> + <requirement> + <role>org.apache.maven.project.inheritance.ModelInheritanceAssembler</role> + </requirement> + <requirement> + <role>org.apache.maven.project.validation.ModelValidator</role> + </requirement> + <requirement> + <role>org.apache.maven.project.path.PathTranslator</role> + </requirement> + <requirement> + <role>org.apache.maven.artifact.factory.ArtifactFactory</role> + </requirement> + <requirement> + <role>org.apache.maven.artifact.resolver.ArtifactResolver</role> + </requirement> + <requirement> + <role>org.apache.maven.artifact.repository.ArtifactRepositoryFactory</role> + </requirement> + <requirement> + <role>org.apache.maven.artifact.manager.WagonManager</role> + </requirement> + </requirements> + </component> + <component> + <role>org.apache.maven.profiles.activation.ProfileActivator</role> + <role-hint>always-on</role-hint> + <implementation>org.apache.maven.profiles.activation.AlwaysOnProfileActivator</implementation> + </component> + <component> + <role>org.apache.maven.profiles.activation.ProfileActivator</role> + <role-hint>jdk-prefix</role-hint> + <implementation>org.apache.maven.profiles.activation.JdkPrefixProfileActivator</implementation> + </component> + <component> + <role>org.apache.maven.profiles.activation.ProfileActivator</role> + <role-hint>system-property</role-hint> + <implementation>org.apache.maven.profiles.activation.SystemPropertyProfileActivator</implementation> + </component> + <component> + <role>org.apache.maven.profiles.activation.ProfileActivator</role> + <role-hint>os</role-hint> + <implementation>org.apache.maven.profiles.activation.OperatingSystemProfileActivator</implementation> + </component> + <component> + <role>org.apache.maven.profiles.activation.ProfileActivator</role> + <role-hint>file</role-hint> + <implementation>org.apache.maven.profiles.activation.FileProfileActivator</implementation> + </component> + <component> + <role>org.apache.maven.project.inheritance.ModelInheritanceAssembler</role> + <implementation>org.apache.maven.project.inheritance.DefaultModelInheritanceAssembler</implementation> + </component> + <component> + <role>org.apache.maven.project.validation.ModelValidator</role> + <implementation>org.apache.maven.project.validation.DefaultModelValidator</implementation> + </component> + <component> + <role>org.apache.maven.project.ModelResolver</role> + <role-hint>default</role-hint> + <implementation>org.apache.maven.project.ModelResolver</implementation> + <requirements> + <requirement> + <role>org.apache.maven.artifact.resolver.ArtifactResolver</role> + </requirement> + </requirements> + </component> + <component> + <role>org.apache.maven.artifact.metadata.ArtifactMetadataSource</role> + <role-hint>maven</role-hint> + <implementation>org.apache.maven.project.artifact.MavenMetadataSource</implementation> + <requirements> + <requirement> + <role>org.apache.maven.project.MavenProjectBuilder</role> + </requirement> + <requirement> + <role>org.apache.maven.artifact.factory.ArtifactFactory</role> + </requirement> + <requirement> + <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager</role> + </requirement> + </requirements> + </component> + <component> + <role>org.apache.maven.artifact.manager.WagonManager</role> + <implementation>org.apache.maven.artifact.manager.DefaultWagonManager</implementation> + <requirements> + <requirement> + <role>org.apache.maven.artifact.repository.ArtifactRepositoryFactory</role> + </requirement> + </requirements> + </component> + <component> + <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager</role> + <implementation>org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataManager</implementation> + <requirements> + <requirement> + <role>org.apache.maven.artifact.manager.WagonManager</role> + </requirement> + </requirements> + </component> + <component> + <role>org.apache.maven.artifact.transform.ArtifactTransformation</role> + <role-hint>snapshot</role-hint> + <implementation>org.apache.maven.artifact.transform.SnapshotTransformation</implementation> + <requirements> + <requirement> + <role>org.apache.maven.artifact.manager.WagonManager</role> + </requirement> + <requirement> + <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager</role> + </requirement> + </requirements> + </component> + <component> + <role>org.apache.maven.artifact.transform.ArtifactTransformation</role> + <role-hint>release</role-hint> + <implementation>org.apache.maven.artifact.transform.ReleaseArtifactTransformation</implementation> + <requirements> + <requirement> + <role>org.apache.maven.artifact.manager.WagonManager</role> + </requirement> + <requirement> + <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager</role> + </requirement> + </requirements> + </component> + <component> + <role>org.apache.maven.artifact.transform.ArtifactTransformation</role> + <role-hint>latest</role-hint> + <implementation>org.apache.maven.artifact.transform.LatestArtifactTransformation</implementation> + <requirements> + <requirement> + <role>org.apache.maven.artifact.manager.WagonManager</role> + </requirement> + <requirement> + <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager</role> + </requirement> + </requirements> + </component> + <component> + <role>org.apache.maven.artifact.transform.ArtifactTransformationManager</role> + <implementation>org.apache.maven.artifact.transform.DefaultArtifactTransformationManager</implementation> + <requirements> + <requirement> + <role>org.apache.maven.artifact.transform.ArtifactTransformation</role> + <field-name>artifactTransformations</field-name> + </requirement> + </requirements> + </component> + <component> + <role>org.apache.maven.artifact.resolver.ArtifactResolver</role> + <implementation>org.apache.maven.artifact.resolver.DefaultArtifactResolver</implementation> + <requirements> + <requirement> + <role>org.apache.maven.artifact.manager.WagonManager</role> + </requirement> + <requirement> + <role>org.apache.maven.artifact.transform.ArtifactTransformationManager</role> + </requirement> + <requirement> + <role>org.apache.maven.artifact.factory.ArtifactFactory</role> + </requirement> + <requirement> + <role>org.apache.maven.artifact.resolver.ArtifactCollector</role> + </requirement> + </requirements> + </component> + <component> + <role>org.apache.maven.artifact.installer.ArtifactInstaller</role> + <implementation>org.apache.maven.artifact.installer.DefaultArtifactInstaller</implementation> + <requirements> + <requirement> + <role>org.apache.maven.artifact.transform.ArtifactTransformationManager</role> + </requirement> + <requirement> + <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager</role> + </requirement> + </requirements> + </component> + <component> + <role>org.apache.maven.artifact.deployer.ArtifactDeployer</role> + <implementation>org.apache.maven.artifact.deployer.DefaultArtifactDeployer</implementation> + <requirements> + <requirement> + <role>org.apache.maven.artifact.manager.WagonManager</role> + </requirement> + <requirement> + <role>org.apache.maven.artifact.transform.ArtifactTransformationManager</role> + </requirement> + <requirement> + <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager</role> + </requirement> + </requirements> + </component> + <component> + <role>org.apache.maven.artifact.repository.ArtifactRepositoryFactory</role> + <implementation>org.apache.maven.artifact.repository.DefaultArtifactRepositoryFactory</implementation> + </component> + <component> + <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder</role> + <role-hint>default</role-hint> + <implementation>org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataBuilder</implementation> + <requirements> + <requirement> + <role>org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager</role> + </requirement> + </requirements> + </component> + <component> + <role>org.apache.maven.plugin.registry.MavenPluginRegistryBuilder</role> + <implementation>org.apache.maven.plugin.registry.DefaultPluginRegistryBuilder</implementation> + <configuration> + <globalRegistryPath>${maven.home}/conf/plugin-registry.xml</globalRegistryPath> + <userRegistryPath>${user.home}/.m2/plugin-registry.xml</userRegistryPath> + </configuration> + </component> + <component> + <role>org.apache.maven.wagon.Wagon</role> + <role-hint>scpexe</role-hint> + <implementation>org.apache.maven.wagon.providers.ssh.external.ScpExternalWagon</implementation> + <instantiation-strategy>per-lookup</instantiation-strategy> + </component> + <component> + <role>org.apache.maven.wagon.CommandExecutor</role> + <implementation>org.apache.maven.wagon.providers.ssh.jsch.ScpWagon</implementation> + <instantiation-strategy>per-lookup</instantiation-strategy> + <requirements> + <requirement> + <role>org.apache.maven.wagon.providers.ssh.knownhost.KnownHostsProvider</role> + <role-hint>file</role-hint> + </requirement> + <requirement> + <role>org.apache.maven.wagon.providers.ssh.interactive.InteractiveUserInfo</role> + </requirement> + <requirement> + <role>com.jcraft.jsch.UIKeyboardInteractive</role> + </requirement> + </requirements> + </component> + <component> <role>org.apache.maven.wagon.providers.ssh.knownhost.KnownHostsProvider</role> <role-hint>file</role-hint> <implementation>org.apache.maven.wagon.providers.ssh.knownhost.FileKnownHostsProvider</implementation> @@ -995,5 +969,68 @@ </requirement> </requirements> </component> + <component> + <role>org.apache.maven.wagon.Wagon</role> + <role-hint>scp</role-hint> + <implementation>org.apache.maven.wagon.providers.ssh.jsch.ScpWagon</implementation> + <instantiation-strategy>per-lookup</instantiation-strategy> + <requirements> + <requirement> + <role>org.apache.maven.wagon.providers.ssh.knownhost.KnownHostsProvider</role> + <role-hint>file</role-hint> + </requirement> + <requirement> + <role>org.apache.maven.wagon.providers.ssh.interactive.InteractiveUserInfo</role> + </requirement> + <requirement> + <role>com.jcraft.jsch.UIKeyboardInteractive</role> + </requirement> + </requirements> + </component> + <component> + <role>org.apache.maven.wagon.Wagon</role> + <role-hint>sftp</role-hint> + <implementation>org.apache.maven.wagon.providers.ssh.jsch.SftpWagon</implementation> + <instantiation-strategy>per-lookup</instantiation-strategy> + <requirements> + <requirement> + <role>org.apache.maven.wagon.providers.ssh.knownhost.KnownHostsProvider</role> + <role-hint>file</role-hint> + </requirement> + <requirement> + <role>org.apache.maven.wagon.providers.ssh.interactive.InteractiveUserInfo</role> + </requirement> + <requirement> + <role>com.jcraft.jsch.UIKeyboardInteractive</role> + </requirement> + </requirements> + </component> + <component> + <role>com.jcraft.jsch.UIKeyboardInteractive</role> + <implementation>org.apache.maven.wagon.providers.ssh.jsch.interactive.PrompterUIKeyboardInteractive</implementation> + <requirements> + <requirement> + <role>org.codehaus.plexus.components.interactivity.Prompter</role> + </requirement> + </requirements> + </component> + <component> + <role>org.apache.maven.toolchain.ToolchainManager</role> + <implementation>org.apache.maven.toolchain.DefaultToolchainManager</implementation> + </component> + <component> + <role>org.apache.maven.toolchain.ToolchainManagerPrivate</role> + <implementation>org.apache.maven.toolchain.DefaultToolchainManager</implementation> + </component> + <component> + <role>org.apache.maven.toolchain.ToolchainFactory</role> + <role-hint>jdk</role-hint> + <implementation>org.apache.maven.toolchain.java.DefaultJavaToolchainFactory</implementation> + </component> + <component> + <role>org.apache.maven.toolchain.ToolchainFactory</role> + <role-hint>javac</role-hint> + <implementation>org.apache.maven.toolchain.java.DefaultJavaToolchainFactory</implementation> + </component> </components> </component-set> \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

