2006-11-03 02:09:38 +00:00
|
|
|
<?xml version="1.0"?>
|
2006-12-23 06:39:46 +00: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 17:10:13 +00: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-03 02:09:38 +00:00
|
|
|
<parent>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-11-11 13:14:20 +00:00
|
|
|
<artifactId>archiva</artifactId>
|
2012-10-03 14:23:47 +00:00
|
|
|
<version>1.4-M4-SNAPSHOT</version>
|
2006-11-03 02:09:38 +00:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>archiva-cli</artifactId>
|
2011-09-01 17:09:08 +00:00
|
|
|
<name>Archiva :: Command Line Client</name>
|
2006-11-03 02:09:38 +00:00
|
|
|
<dependencies>
|
2006-11-19 06:38:20 +00:00
|
|
|
<dependency>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2010-03-10 16:15:43 +00:00
|
|
|
<artifactId>archiva-repository-scanner</artifactId>
|
2006-11-19 06:38:20 +00:00
|
|
|
</dependency>
|
2009-10-16 12:35:38 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-metadata-consumer</artifactId>
|
2008-04-07 13:13:06 +00:00
|
|
|
<scope>runtime</scope>
|
2007-04-03 15:21:33 +00:00
|
|
|
</dependency>
|
2007-04-05 22:22:17 +00:00
|
|
|
<dependency>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2010-03-10 16:15:43 +00:00
|
|
|
<artifactId>archiva-configuration</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-consumer-api</artifactId>
|
2007-04-03 15:21:33 +00:00
|
|
|
</dependency>
|
2006-11-03 02:09:38 +00:00
|
|
|
<dependency>
|
2008-04-07 13:13:06 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
|
|
|
<artifactId>archiva-converter</artifactId>
|
2012-09-09 15:37:27 +00:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2006-11-03 02:09:38 +00:00
|
|
|
</dependency>
|
2008-04-08 01:24:10 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-file</artifactId>
|
|
|
|
</dependency>
|
2006-12-01 23:44:12 +00:00
|
|
|
<dependency>
|
2008-04-07 13:13:06 +00:00
|
|
|
<groupId>com.google.code.cli-parser</groupId>
|
|
|
|
<artifactId>cli</artifactId>
|
|
|
|
<version>7</version>
|
2006-12-01 23:44:12 +00:00
|
|
|
</dependency>
|
2011-06-15 15:30:53 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact-manager</artifactId>
|
|
|
|
</dependency>
|
2010-03-10 16:15:43 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
</dependency>
|
2008-08-07 05:57:37 +00:00
|
|
|
<dependency>
|
2012-09-21 23:50:33 +00:00
|
|
|
<groupId>org.apache.logging.log4j.adapters</groupId>
|
2012-09-09 15:37:27 +00:00
|
|
|
<artifactId>log4j-jcl</artifactId>
|
2009-03-14 02:33:57 +00:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2012-09-21 23:50:33 +00:00
|
|
|
<groupId>org.apache.logging.log4j.adapters</groupId>
|
2012-09-09 15:37:27 +00:00
|
|
|
<artifactId>log4j12-api</artifactId>
|
2009-03-14 02:33:57 +00:00
|
|
|
<scope>compile</scope>
|
2008-08-07 05:57:37 +00:00
|
|
|
</dependency>
|
2006-11-03 02:09:38 +00:00
|
|
|
</dependencies>
|
2006-11-04 02:17:08 +00:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2008-04-07 13:13:06 +00:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
2009-11-26 01:25:48 +00:00
|
|
|
<version>1.2.2</version>
|
2008-04-07 13:13:06 +00:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<finalName>apache-archiva-cli-${project.version}</finalName>
|
|
|
|
<transformers>
|
2009-07-29 08:41:34 +00:00
|
|
|
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
|
|
|
|
<resource>META-INF/spring.handlers</resource>
|
2009-07-30 06:15:04 +00:00
|
|
|
</transformer>
|
|
|
|
<transformer implementation="org.apache.maven.plugins.shade.resource.XmlAppendingTransformer">
|
|
|
|
<resource>META-INF/spring-context.xml</resource>
|
2009-07-29 08:41:34 +00:00
|
|
|
</transformer>
|
2008-04-07 13:13:06 +00:00
|
|
|
<transformer implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer" />
|
|
|
|
</transformers>
|
|
|
|
<artifactSet>
|
|
|
|
<excludes>
|
2011-12-16 13:13:10 +00:00
|
|
|
<exclude>xerces:xercesImpl</exclude>
|
2008-04-07 13:13:06 +00:00
|
|
|
<exclude>xml-apis:xml-apis</exclude>
|
|
|
|
<exclude>xalan:xalan</exclude>
|
|
|
|
<exclude>commons-beanutils:commons-beanutils</exclude>
|
|
|
|
</excludes>
|
|
|
|
</artifactSet>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
2007-05-11 23:04:05 +00:00
|
|
|
<version>2.1</version>
|
2006-11-04 02:17:08 +00:00
|
|
|
<configuration>
|
2006-11-06 18:40:17 +00:00
|
|
|
<archive>
|
|
|
|
<manifest>
|
2011-09-16 07:32:43 +00:00
|
|
|
<mainClass>org.apache.archiva.cli.ArchivaCli</mainClass>
|
2006-11-06 18:40:17 +00:00
|
|
|
</manifest>
|
|
|
|
</archive>
|
2006-11-04 02:17:08 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2009-03-14 02:33:57 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>exec-maven-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<executable>java</executable>
|
2011-09-16 07:32:43 +00:00
|
|
|
<mainClass>org.apache.archiva.cli.ArchivaCli</mainClass>
|
2009-03-14 02:33:57 +00:00
|
|
|
<arguments>
|
|
|
|
</arguments>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2006-11-04 02:17:08 +00:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2006-11-03 02:09:38 +00:00
|
|
|
</project>
|