2006-11-02 21:09:38 -05:00
|
|
|
<?xml version="1.0"?>
|
2006-12-23 01:39:46 -05:00
|
|
|
<!--
|
|
|
|
~ 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.
|
|
|
|
-->
|
|
|
|
|
2007-06-01 13:10:13 -04:00
|
|
|
<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">
|
2006-11-02 21:09:38 -05:00
|
|
|
<parent>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-11-11 08:14:20 -05:00
|
|
|
<artifactId>archiva</artifactId>
|
2008-01-17 00:55:30 -05:00
|
|
|
<version>1.1-SNAPSHOT</version>
|
2006-11-02 21:09:38 -05:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>archiva-cli</artifactId>
|
2008-01-17 00:55:30 -05:00
|
|
|
<version>1.1-SNAPSHOT</version>
|
2007-03-22 18:03:11 -04:00
|
|
|
<name>Archiva Command Line Client</name>
|
2006-11-02 21:09:38 -05:00
|
|
|
<dependencies>
|
2006-11-19 01:38:20 -05:00
|
|
|
<dependency>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-04-25 17:51:17 -04:00
|
|
|
<artifactId>archiva-repository-layer</artifactId>
|
2006-11-19 01:38:20 -05:00
|
|
|
</dependency>
|
2007-04-03 11:21:33 -04:00
|
|
|
<dependency>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-04-25 17:51:17 -04:00
|
|
|
<artifactId>archiva-core-consumers</artifactId>
|
2007-04-03 11:21:33 -04:00
|
|
|
</dependency>
|
2007-04-05 18:22:17 -04:00
|
|
|
<dependency>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-04-25 17:51:17 -04:00
|
|
|
<artifactId>archiva-converter</artifactId>
|
2007-04-05 18:22:17 -04:00
|
|
|
</dependency>
|
2007-04-05 18:52:46 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-digest</artifactId>
|
|
|
|
</dependency>
|
2007-04-03 11:21:33 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
</dependency>
|
2006-11-02 21:09:38 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2006-11-19 01:30:11 -05:00
|
|
|
<artifactId>plexus-cli</artifactId>
|
2006-11-02 21:09:38 -05:00
|
|
|
</dependency>
|
2006-12-01 18:44:12 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
</dependency>
|
2007-04-12 18:00:28 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus.registry</groupId>
|
|
|
|
<artifactId>plexus-registry-commons</artifactId>
|
|
|
|
</dependency>
|
2006-11-02 21:09:38 -05:00
|
|
|
</dependencies>
|
2006-11-03 21:17:08 -05:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
2007-05-11 19:04:05 -04:00
|
|
|
<version>2.1</version>
|
2006-11-03 21:17:08 -05:00
|
|
|
<configuration>
|
|
|
|
<descriptor>src/main/assembly/archiva-cli-assembly.xml</descriptor>
|
2006-11-06 13:40:17 -05:00
|
|
|
<archive>
|
|
|
|
<manifest>
|
2006-11-19 01:30:11 -05:00
|
|
|
<mainClass>org.apache.maven.archiva.cli.ArchivaCli</mainClass>
|
2006-11-06 13:40:17 -05:00
|
|
|
</manifest>
|
|
|
|
</archive>
|
2006-11-03 21:17:08 -05:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2007-04-12 18:00:28 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-maven-plugin</artifactId>
|
2007-04-13 11:32:51 -04:00
|
|
|
<version>1.3.5</version>
|
|
|
|
<executions>
|
2007-04-12 18:00:28 -04:00
|
|
|
<execution>
|
|
|
|
<id>merge</id>
|
|
|
|
<goals>
|
|
|
|
<goal>merge-descriptors</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<descriptors>
|
|
|
|
<descriptor>${basedir}/src/main/resources/META-INF/plexus/components.xml</descriptor>
|
|
|
|
<descriptor>${project.build.directory}/generated-resources/plexus/META-INF/plexus/components.xml</descriptor>
|
|
|
|
</descriptors>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2006-11-03 21:17:08 -05:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2006-11-02 21:09:38 -05:00
|
|
|
</project>
|