2006-10-26 05:15:23 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
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
|
2006-10-26 05:15:23 -04:00
|
|
|
~
|
2006-12-23 01:39:46 -05:00
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
2006-10-26 05:15:23 -04:00
|
|
|
~
|
2006-12-23 01:39:46 -05:00
|
|
|
~ 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.
|
2006-10-26 05:15:23 -04:00
|
|
|
-->
|
|
|
|
|
2006-09-18 23:34:30 -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">
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>archiva-plexus-runtime</artifactId>
|
|
|
|
<name>Archiva Runtime Generator</name>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-appserver-host</artifactId>
|
2007-02-06 04:27:29 -05:00
|
|
|
<version>2.0-alpha-7</version>
|
2006-09-18 23:34:30 -04:00
|
|
|
</dependency>
|
|
|
|
<!-- Services -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-appserver-service-jetty</artifactId>
|
2007-02-06 04:27:29 -05:00
|
|
|
<version>2.0-alpha-7</version>
|
2006-09-18 23:34:30 -04:00
|
|
|
<type>plexus-service</type>
|
|
|
|
</dependency>
|
|
|
|
<!-- Plexus applications -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.archiva</groupId>
|
|
|
|
<artifactId>archiva-plexus-application</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>plexus-application</type>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Additional Core Artifacts -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
<version>1.2.8</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging-api</artifactId>
|
|
|
|
<version>1.0.4</version>
|
|
|
|
</dependency>
|
2006-09-22 04:01:31 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derby</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-naming</artifactId>
|
2006-12-18 04:24:31 -05:00
|
|
|
<version>1.0-alpha-2</version>
|
2006-09-22 04:01:31 -04:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2006-11-27 11:55:38 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.mail</groupId>
|
|
|
|
<artifactId>mail</artifactId>
|
|
|
|
<version>1.4</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2006-09-18 23:34:30 -04:00
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-appserver-maven-plugin</artifactId>
|
2007-02-06 04:27:29 -05:00
|
|
|
<version>2.0-alpha-7</version>
|
2006-09-18 23:34:30 -04:00
|
|
|
<extensions>true</extensions>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2006-12-23 05:18:38 -05:00
|
|
|
<phase>process-resources</phase>
|
2006-09-18 23:34:30 -04:00
|
|
|
<goals>
|
|
|
|
<goal>assemble-runtime</goal>
|
|
|
|
<goal>add-services</goal>
|
|
|
|
<goal>add-apps</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<runtimeConfiguration>src/conf/plexus.xml</runtimeConfiguration>
|
|
|
|
<runtimeConfigurationProperties>src/plexus.properties</runtimeConfigurationProperties>
|
|
|
|
<runtimePath>target/plexus-archiva-runtime</runtimePath>
|
|
|
|
<additionalCoreArtifacts>
|
|
|
|
<additionalCoreArtifact>commons-logging:commons-logging-api</additionalCoreArtifact>
|
2006-10-23 04:35:02 -04:00
|
|
|
<additionalCoreArtifact>log4j:log4j</additionalCoreArtifact>
|
2006-09-22 04:01:31 -04:00
|
|
|
<additionalCoreArtifact>org.apache.derby:derby</additionalCoreArtifact>
|
|
|
|
<additionalCoreArtifact>org.codehaus.plexus:plexus-naming</additionalCoreArtifact>
|
|
|
|
<additionalCoreArtifact>commons-pool:commons-pool</additionalCoreArtifact>
|
|
|
|
<additionalCoreArtifact>commons-dbcp:commons-dbcp</additionalCoreArtifact>
|
|
|
|
<additionalCoreArtifact>commons-collections:commons-collections</additionalCoreArtifact>
|
|
|
|
<additionalCoreArtifact>directory-naming:naming-core</additionalCoreArtifact>
|
|
|
|
<additionalCoreArtifact>directory-naming:naming-factory</additionalCoreArtifact>
|
|
|
|
<additionalCoreArtifact>directory-naming:naming-java</additionalCoreArtifact>
|
2006-11-27 11:55:38 -05:00
|
|
|
<additionalCoreArtifact>javax.mail:mail</additionalCoreArtifact>
|
|
|
|
<additionalCoreArtifact>javax.activation:activation</additionalCoreArtifact>
|
2006-09-18 23:34:30 -04:00
|
|
|
</additionalCoreArtifacts>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<version>2.1</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<descriptor>src/main/assembly/bin.xml</descriptor>
|
|
|
|
<finalName>archiva</finalName>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</project>
|