2006-04-07 11:57:09 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-07-07 08:23:28 -04:00
|
|
|
|
|
|
|
<!--
|
|
|
|
~ Copyright 2005-2006 The Apache Software Foundation.
|
|
|
|
~
|
|
|
|
~ Licensed 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">
|
2004-08-09 15:02:31 -04:00
|
|
|
<parent>
|
2005-04-05 12:30:55 -04:00
|
|
|
<artifactId>maven</artifactId>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2004-08-09 15:02:31 -04:00
|
|
|
</parent>
|
2005-03-09 20:35:25 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-08-09 15:02:31 -04:00
|
|
|
<artifactId>maven-core</artifactId>
|
2005-11-16 06:04:23 -05:00
|
|
|
<name>Maven Core</name>
|
2005-09-15 22:50:12 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<descriptor>src/assemble/bin.xml</descriptor>
|
2005-09-26 12:11:26 -04:00
|
|
|
<finalName>maven-${version}</finalName>
|
2005-09-15 22:50:12 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependencies>
|
2005-07-30 11:20:01 -04:00
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-settings</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-10-14 03:15:39 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-file</artifactId>
|
|
|
|
<scope>runtime</scope>
|
2005-10-04 07:02:48 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-plugin-parameter-documenter</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-10-14 03:15:39 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
<scope>runtime</scope>
|
2005-07-30 11:20:01 -04:00
|
|
|
</dependency>
|
2005-06-18 12:21:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.reporting</groupId>
|
|
|
|
<artifactId>maven-reporting-api</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-06-18 12:21:49 -04:00
|
|
|
</dependency>
|
2005-05-10 03:50:47 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>maven-profile</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-05-10 03:50:47 -04:00
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-08-09 15:02:31 -04:00
|
|
|
<artifactId>maven-model</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2004-08-09 15:02:31 -04:00
|
|
|
</dependency>
|
2005-04-22 07:01:33 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>maven-artifact</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-10-14 03:15:39 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-provider-api</artifactId>
|
2005-04-22 07:01:33 -04:00
|
|
|
</dependency>
|
2005-03-08 01:06:22 -05:00
|
|
|
<dependency>
|
2005-10-02 20:54:01 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>plexus-container-default</artifactId>
|
2005-03-08 01:06:22 -05:00
|
|
|
</dependency>
|
2005-10-12 02:46:29 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-10-14 03:15:39 -04:00
|
|
|
<artifactId>maven-repository-metadata</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-10-12 02:46:29 -04:00
|
|
|
</dependency>
|
Working on issue: MNG-379
Added specified stop-gap patch for issue: MNG-473 (affects settings-builder and registry-builder)
Today I've made the following progress on this so far:
- Added a new project, called maven-plugin-registry, to house the model for this new file.
- Developed/debugged/tested PluginVersionManager/DefaultPluginVersionManager to isolate the plugin-version checks/management code away from the PluginManager
- Added interactiveMode (<interactiveMode>true|false</interactiveMode> directly under the root element of settings.xml, or -B short CLI option or --batch-mode CLI option, where the CLI options turn OFF interactiveMode). This will allow things like the maven-plugins build to register new plugins (and, for now, new versions of plugins) automatically.
- Added user input handler for when interactiveMode = true, to get a yes/no on whether to use the discovered version over the installed version and/or no version at all. If there is no installed version, and the user selects 'n', then the discovered version is used FOR THAT SESSION ONLY, and won't be recorded in the registry.
- Added checks/recording rejected versions against the registry, before attempting to use the discovered version.
Pending:
- Still need to add update-policies, to determine two things:
1. how often to check for updates
2. what to do when updates are found (autoUpdate, etc.)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@190854 13f79535-47bb-0310-9956-ffa450edef68
2005-06-15 21:50:28 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-10-14 03:15:39 -04:00
|
|
|
<artifactId>maven-error-diagnostics</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
Working on issue: MNG-379
Added specified stop-gap patch for issue: MNG-473 (affects settings-builder and registry-builder)
Today I've made the following progress on this so far:
- Added a new project, called maven-plugin-registry, to house the model for this new file.
- Developed/debugged/tested PluginVersionManager/DefaultPluginVersionManager to isolate the plugin-version checks/management code away from the PluginManager
- Added interactiveMode (<interactiveMode>true|false</interactiveMode> directly under the root element of settings.xml, or -B short CLI option or --batch-mode CLI option, where the CLI options turn OFF interactiveMode). This will allow things like the maven-plugins build to register new plugins (and, for now, new versions of plugins) automatically.
- Added user input handler for when interactiveMode = true, to get a yes/no on whether to use the discovered version over the installed version and/or no version at all. If there is no installed version, and the user selects 'n', then the discovered version is used FOR THAT SESSION ONLY, and won't be recorded in the registry.
- Added checks/recording rejected versions against the registry, before attempting to use the discovered version.
Pending:
- Still need to add update-policies, to determine two things:
1. how often to check for updates
2. what to do when updates are found (autoUpdate, etc.)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@190854 13f79535-47bb-0310-9956-ffa450edef68
2005-06-15 21:50:28 -04:00
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>maven-project</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-05-31 12:24:34 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>maven-plugin-registry</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-10-03 14:06:00 -04:00
|
|
|
</dependency>
|
2005-06-21 02:49:49 -04:00
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
<version>1.0</version>
|
2005-09-26 10:41:03 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
2005-10-12 12:57:07 -04:00
|
|
|
<artifactId>commons-lang</artifactId>
|
2005-10-14 03:15:39 -04:00
|
|
|
<groupId>commons-lang</groupId>
|
2005-09-26 10:41:03 -04:00
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
2005-10-12 12:57:07 -04:00
|
|
|
<artifactId>commons-logging</artifactId>
|
2005-10-14 03:15:39 -04:00
|
|
|
<groupId>commons-logging</groupId>
|
2005-09-26 10:41:03 -04:00
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2005-06-21 02:49:49 -04:00
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependency>
|
2005-10-14 03:15:39 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2004-08-09 15:02:31 -04:00
|
|
|
</dependency>
|
2005-09-26 11:18:55 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-plugin-descriptor</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-09-26 11:18:55 -04:00
|
|
|
</dependency>
|
2005-02-25 00:09:14 -05:00
|
|
|
<dependency>
|
2005-10-06 02:00:25 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-10-10 13:10:28 -04:00
|
|
|
<artifactId>plexus-interactivity-api</artifactId>
|
2005-10-12 12:57:07 -04:00
|
|
|
<version>1.0-alpha-4</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-10-14 03:15:39 -04:00
|
|
|
<groupId>plexus</groupId>
|
2005-10-12 12:57:07 -04:00
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
2005-10-14 03:15:39 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-10-12 12:57:07 -04:00
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2005-05-29 18:55:12 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-26 11:18:55 -04:00
|
|
|
<artifactId>maven-artifact-manager</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-02-25 00:09:14 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-monitor</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-10-12 10:28:09 -04:00
|
|
|
</dependency>
|
2006-04-07 11:57:09 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-tools</artifactId>
|
|
|
|
<version>2.1-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2005-06-23 02:23:17 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>wagon-ssh</artifactId>
|
2005-10-12 10:28:09 -04:00
|
|
|
<scope>runtime</scope>
|
2006-01-10 22:45:10 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-ssh-external</artifactId>
|
|
|
|
<scope>runtime</scope>
|
2005-10-12 10:28:09 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-10-14 03:15:39 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-06-23 02:23:17 -04:00
|
|
|
</dependency>
|
2006-01-12 00:50:54 -05:00
|
|
|
<dependency>
|
2006-12-06 19:17:53 -05:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-classworlds</artifactId>
|
2006-12-07 04:41:46 -05:00
|
|
|
<version>1.2-alpha-5</version>
|
2006-01-12 00:50:54 -05:00
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
</dependencies>
|
2005-12-12 13:22:06 -05:00
|
|
|
</project>
|