mirror of
https://github.com/apache/maven.git
synced 2025-02-08 11:05:37 +00:00
o Set svn:eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@728644 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
922ace51f8
commit
c64d5b2bd5
@ -1,344 +1,344 @@
|
|||||||
<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">
|
<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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.sonatype.nexus</groupId>
|
<groupId>org.sonatype.nexus</groupId>
|
||||||
<artifactId>nexus-test-harness</artifactId>
|
<artifactId>nexus-test-harness</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>nexus-test-harness-parent</artifactId>
|
<artifactId>nexus-test-harness-parent</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Nexus Test Harness Parent</name>
|
<name>Nexus Test Harness Parent</name>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<version>4.4</version>
|
<version>4.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<nexus-bundle-name>nexus-webapp</nexus-bundle-name>
|
<nexus-bundle-name>nexus-webapp</nexus-bundle-name>
|
||||||
<bundle-expanded-dir>target/bundle</bundle-expanded-dir>
|
<bundle-expanded-dir>target/bundle</bundle-expanded-dir>
|
||||||
<config-expanded-dir>target/test-nexus-config</config-expanded-dir>
|
<config-expanded-dir>target/test-nexus-config</config-expanded-dir>
|
||||||
|
|
||||||
<emma-sources-base>target/emma/sources</emma-sources-base>
|
<emma-sources-base>target/emma/sources</emma-sources-base>
|
||||||
|
|
||||||
<proxy-repo-target-dir-name>proxyRepo</proxy-repo-target-dir-name>
|
<proxy-repo-target-dir-name>proxyRepo</proxy-repo-target-dir-name>
|
||||||
<proxy-repo-target-dir>${project.build.directory}/test-classes/${proxy-repo-target-dir-name}</proxy-repo-target-dir>
|
<proxy-repo-target-dir>${project.build.directory}/test-classes/${proxy-repo-target-dir-name}</proxy-repo-target-dir>
|
||||||
|
|
||||||
<jetty-application-host>0.0.0.0</jetty-application-host>
|
<jetty-application-host>0.0.0.0</jetty-application-host>
|
||||||
|
|
||||||
<proxy-repo-plexus-config-file>${project.build.directory}/test-classes/proxyRepo/conf/ProxyRepoPlexus.xml</proxy-repo-plexus-config-file>
|
<proxy-repo-plexus-config-file>${project.build.directory}/test-classes/proxyRepo/conf/ProxyRepoPlexus.xml</proxy-repo-plexus-config-file>
|
||||||
<proxy-repo-base-url>http://localhost:${proxy-repo-port}/remote/</proxy-repo-base-url>
|
<proxy-repo-base-url>http://localhost:${proxy-repo-port}/remote/</proxy-repo-base-url>
|
||||||
|
|
||||||
<nexus-abs-basedir>${project.build.directory}/bundle/${nexus-bundle-name}-${project.version}</nexus-abs-basedir>
|
<nexus-abs-basedir>${project.build.directory}/bundle/${nexus-bundle-name}-${project.version}</nexus-abs-basedir>
|
||||||
<nexus-application-protocol>http</nexus-application-protocol>
|
<nexus-application-protocol>http</nexus-application-protocol>
|
||||||
<nexus-application-host>localhost</nexus-application-host>
|
<nexus-application-host>localhost</nexus-application-host>
|
||||||
<nexus-application-name>nexus</nexus-application-name>
|
<nexus-application-name>nexus</nexus-application-name>
|
||||||
<nexus-base-url>${nexus-application-protocol}://${nexus-application-host}:${nexus-application-port}/${nexus-application-name}/</nexus-base-url>
|
<nexus-base-url>${nexus-application-protocol}://${nexus-application-host}:${nexus-application-port}/${nexus-application-name}/</nexus-base-url>
|
||||||
<nexus-plexus-config-file>${nexus-abs-basedir}/conf/plexus.xml</nexus-plexus-config-file>
|
<nexus-plexus-config-file>${nexus-abs-basedir}/conf/plexus.xml</nexus-plexus-config-file>
|
||||||
<nexus-relative-basedir>${bundle-expanded-dir}/nexus-webapp-${project.version}</nexus-relative-basedir>
|
<nexus-relative-basedir>${bundle-expanded-dir}/nexus-webapp-${project.version}</nexus-relative-basedir>
|
||||||
|
|
||||||
<lib-target-dir>${nexus-abs-basedir}/runtime/apps/nexus/lib</lib-target-dir>
|
<lib-target-dir>${nexus-abs-basedir}/runtime/apps/nexus/lib</lib-target-dir>
|
||||||
<config-target-dir>${nexus-abs-basedir}/runtime/apps/nexus/conf</config-target-dir>
|
<config-target-dir>${nexus-abs-basedir}/runtime/apps/nexus/conf</config-target-dir>
|
||||||
<work-target-dir>${nexus-abs-basedir}/runtime/work</work-target-dir>
|
<work-target-dir>${nexus-abs-basedir}/runtime/work</work-target-dir>
|
||||||
|
|
||||||
<maven-version>2.0.9</maven-version>
|
<maven-version>2.0.9</maven-version>
|
||||||
<fake-central-repo>${project.build.testOutputDirectory}/fake-central</fake-central-repo>
|
<fake-central-repo>${project.build.testOutputDirectory}/fake-central</fake-central-repo>
|
||||||
<fake-maven>${project.build.directory}/apache-maven-${maven-version}</fake-maven>
|
<fake-maven>${project.build.directory}/apache-maven-${maven-version}</fake-maven>
|
||||||
|
|
||||||
<config-resource>${project.build.directory}/config-resources</config-resource>
|
<config-resource>${project.build.directory}/config-resources</config-resource>
|
||||||
<bundle-conf-resource>${project.build.directory}/bundle-conf-resource</bundle-conf-resource>
|
<bundle-conf-resource>${project.build.directory}/bundle-conf-resource</bundle-conf-resource>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.sonatype.nexus</groupId>
|
<groupId>org.sonatype.nexus</groupId>
|
||||||
<artifactId>nexus-webapp</artifactId>
|
<artifactId>nexus-webapp</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<classifier>bundle</classifier>
|
<classifier>bundle</classifier>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.sonatype.nexus</groupId>
|
<groupId>org.sonatype.nexus</groupId>
|
||||||
<artifactId>nexus-test-harness-base</artifactId>
|
<artifactId>nexus-test-harness-base</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.sonatype.nexus</groupId>
|
<groupId>org.sonatype.nexus</groupId>
|
||||||
<artifactId>nexus-simple-memory-realm</artifactId>
|
<artifactId>nexus-simple-memory-realm</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
||||||
<testResources>
|
<testResources>
|
||||||
<testResource>
|
<testResource>
|
||||||
<directory>${config-resource}</directory>
|
<directory>${config-resource}</directory>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
</testResource>
|
</testResource>
|
||||||
|
|
||||||
<testResource>
|
<testResource>
|
||||||
<directory>${bundle-conf-resource}</directory>
|
<directory>${bundle-conf-resource}</directory>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<targetPath>${nexus-abs-basedir}</targetPath>
|
<targetPath>${nexus-abs-basedir}</targetPath>
|
||||||
</testResource>
|
</testResource>
|
||||||
|
|
||||||
<testResource>
|
<testResource>
|
||||||
<directory>src/test/resources</directory>
|
<directory>src/test/resources</directory>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>**/*.zip</exclude>
|
<exclude>**/*.zip</exclude>
|
||||||
<exclude>**/*.jar</exclude>
|
<exclude>**/*.jar</exclude>
|
||||||
<exclude>**/fake-central/**</exclude>
|
<exclude>**/fake-central/**</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</testResource>
|
</testResource>
|
||||||
|
|
||||||
<testResource>
|
<testResource>
|
||||||
<directory>src/test/resources</directory>
|
<directory>src/test/resources</directory>
|
||||||
<filtering>false</filtering>
|
<filtering>false</filtering>
|
||||||
<includes>
|
<includes>
|
||||||
<include>**/*.zip</include>
|
<include>**/*.zip</include>
|
||||||
<include>**/*.jar</include>
|
<include>**/*.jar</include>
|
||||||
<include>**/fake-central/**</include>
|
<include>**/fake-central/**</include>
|
||||||
</includes>
|
</includes>
|
||||||
</testResource>
|
</testResource>
|
||||||
|
|
||||||
</testResources>
|
</testResources>
|
||||||
|
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-dependency-plugin</artifactId>
|
<artifactId>maven-dependency-plugin</artifactId>
|
||||||
<version>2.1-SONATYPE-709464</version>
|
<version>2.1-SONATYPE-709464</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>unpack-bundle</id>
|
<id>unpack-bundle</id>
|
||||||
<phase>generate-test-resources</phase>
|
<phase>generate-test-resources</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>unpack-dependencies</goal>
|
<goal>unpack-dependencies</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<includeArtifactIds>nexus-webapp</includeArtifactIds>
|
<includeArtifactIds>nexus-webapp</includeArtifactIds>
|
||||||
<outputDirectory>${bundle-expanded-dir}</outputDirectory>
|
<outputDirectory>${bundle-expanded-dir}</outputDirectory>
|
||||||
<excludes>**/conf/plexus.properties</excludes>
|
<excludes>**/conf/plexus.properties</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>copy-dependencies</id>
|
<id>copy-dependencies</id>
|
||||||
<phase>generate-resources</phase>
|
<phase>generate-resources</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>copy</goal>
|
<goal>copy</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<artifactItems>
|
<artifactItems>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>org.sonatype.nexus</groupId>
|
<groupId>org.sonatype.nexus</groupId>
|
||||||
<artifactId>nexus-simple-memory-realm</artifactId>
|
<artifactId>nexus-simple-memory-realm</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<overWrite>true</overWrite>
|
<overWrite>true</overWrite>
|
||||||
<outputDirectory>${lib-target-dir}</outputDirectory>
|
<outputDirectory>${lib-target-dir}</outputDirectory>
|
||||||
</artifactItem>
|
</artifactItem>
|
||||||
</artifactItems>
|
</artifactItems>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
<execution>
|
<execution>
|
||||||
<id>get-emma</id>
|
<id>get-emma</id>
|
||||||
<phase>generate-test-resources</phase>
|
<phase>generate-test-resources</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>copy</goal>
|
<goal>copy</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<artifactItems>
|
<artifactItems>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>emma</groupId>
|
<groupId>emma</groupId>
|
||||||
<artifactId>emma</artifactId>
|
<artifactId>emma</artifactId>
|
||||||
<version>2.0.5312</version>
|
<version>2.0.5312</version>
|
||||||
<outputDirectory>${nexus-abs-basedir}/runtime/apps/nexus/lib/</outputDirectory>
|
<outputDirectory>${nexus-abs-basedir}/runtime/apps/nexus/lib/</outputDirectory>
|
||||||
</artifactItem>
|
</artifactItem>
|
||||||
</artifactItems>
|
</artifactItems>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
<execution>
|
<execution>
|
||||||
<id>get-sources-for-emma</id>
|
<id>get-sources-for-emma</id>
|
||||||
<phase>pre-site</phase>
|
<phase>pre-site</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>unpack</goal>
|
<goal>unpack</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<artifactItems>
|
<artifactItems>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>org.sonatype.nexus</groupId>
|
<groupId>org.sonatype.nexus</groupId>
|
||||||
<artifactId>nexus-indexer</artifactId>
|
<artifactId>nexus-indexer</artifactId>
|
||||||
<version>${nexus.indexer.version}</version>
|
<version>${nexus.indexer.version}</version>
|
||||||
<classifier>sources</classifier>
|
<classifier>sources</classifier>
|
||||||
<outputDirectory>${emma-sources-base}/nexus-indexer</outputDirectory>
|
<outputDirectory>${emma-sources-base}/nexus-indexer</outputDirectory>
|
||||||
</artifactItem>
|
</artifactItem>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>org.sonatype.nexus</groupId>
|
<groupId>org.sonatype.nexus</groupId>
|
||||||
<artifactId>nexus-rest-api</artifactId>
|
<artifactId>nexus-rest-api</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<classifier>sources</classifier>
|
<classifier>sources</classifier>
|
||||||
<outputDirectory>${emma-sources-base}/nexus-rest-api</outputDirectory>
|
<outputDirectory>${emma-sources-base}/nexus-rest-api</outputDirectory>
|
||||||
</artifactItem>
|
</artifactItem>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>org.sonatype.nexus</groupId>
|
<groupId>org.sonatype.nexus</groupId>
|
||||||
<artifactId>nexus-configuration</artifactId>
|
<artifactId>nexus-configuration</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<classifier>sources</classifier>
|
<classifier>sources</classifier>
|
||||||
<outputDirectory>${emma-sources-base}/nexus-configuration</outputDirectory>
|
<outputDirectory>${emma-sources-base}/nexus-configuration</outputDirectory>
|
||||||
</artifactItem>
|
</artifactItem>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>org.sonatype.nexus</groupId>
|
<groupId>org.sonatype.nexus</groupId>
|
||||||
<artifactId>nexus-app</artifactId>
|
<artifactId>nexus-app</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<classifier>sources</classifier>
|
<classifier>sources</classifier>
|
||||||
<outputDirectory>${emma-sources-base}/nexus-app</outputDirectory>
|
<outputDirectory>${emma-sources-base}/nexus-app</outputDirectory>
|
||||||
</artifactItem>
|
</artifactItem>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>org.sonatype.nexus</groupId>
|
<groupId>org.sonatype.nexus</groupId>
|
||||||
<artifactId>nexus-proxy</artifactId>
|
<artifactId>nexus-proxy</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<classifier>sources</classifier>
|
<classifier>sources</classifier>
|
||||||
<outputDirectory>${emma-sources-base}/nexus-proxy</outputDirectory>
|
<outputDirectory>${emma-sources-base}/nexus-proxy</outputDirectory>
|
||||||
</artifactItem>
|
</artifactItem>
|
||||||
</artifactItems>
|
</artifactItems>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
<execution>
|
<execution>
|
||||||
<id>unpack-config</id>
|
<id>unpack-config</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>unpack</goal>
|
<goal>unpack</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<phase>generate-test-resources</phase>
|
<phase>generate-test-resources</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<artifactItems>
|
<artifactItems>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>org.sonatype.nexus</groupId>
|
<groupId>org.sonatype.nexus</groupId>
|
||||||
<artifactId>nexus-test-harness-base</artifactId>
|
<artifactId>nexus-test-harness-base</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<classifier>resources</classifier>
|
<classifier>resources</classifier>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
<outputDirectory>${config-resource}</outputDirectory>
|
<outputDirectory>${config-resource}</outputDirectory>
|
||||||
</artifactItem>
|
</artifactItem>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>org.sonatype.nexus</groupId>
|
<groupId>org.sonatype.nexus</groupId>
|
||||||
<artifactId>nexus-test-harness-base</artifactId>
|
<artifactId>nexus-test-harness-base</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<classifier>bundle-conf</classifier>
|
<classifier>bundle-conf</classifier>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
<outputDirectory>${bundle-conf-resource}</outputDirectory>
|
<outputDirectory>${bundle-conf-resource}</outputDirectory>
|
||||||
</artifactItem>
|
</artifactItem>
|
||||||
</artifactItems>
|
</artifactItems>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.sonatype.maven.plugin</groupId>
|
<groupId>org.sonatype.maven.plugin</groupId>
|
||||||
<artifactId>emma4it-maven-plugin</artifactId>
|
<artifactId>emma4it-maven-plugin</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-clean-plugin</artifactId>
|
<artifactId>maven-clean-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filesets>
|
<filesets>
|
||||||
<fileset>
|
<fileset>
|
||||||
<directory>${basedir}</directory>
|
<directory>${basedir}</directory>
|
||||||
<includes>
|
<includes>
|
||||||
<include>coverage.ec</include>
|
<include>coverage.ec</include>
|
||||||
</includes>
|
</includes>
|
||||||
<followSymlinks>false</followSymlinks>
|
<followSymlinks>false</followSymlinks>
|
||||||
</fileset>
|
</fileset>
|
||||||
</filesets>
|
</filesets>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.sonatype.plugins</groupId>
|
<groupId>org.sonatype.plugins</groupId>
|
||||||
<artifactId>port-allocator-maven-plugin</artifactId>
|
<artifactId>port-allocator-maven-plugin</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>reserve-nexus-ports</id>
|
<id>reserve-nexus-ports</id>
|
||||||
<phase>generate-test-resources</phase>
|
<phase>generate-test-resources</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>allocate-ports</goal>
|
<goal>allocate-ports</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<ports>
|
<ports>
|
||||||
<port>
|
<port>
|
||||||
<name>proxy-repo-port</name>
|
<name>proxy-repo-port</name>
|
||||||
</port>
|
</port>
|
||||||
<port>
|
<port>
|
||||||
<name>proxy-repo-control-port</name>
|
<name>proxy-repo-control-port</name>
|
||||||
</port>
|
</port>
|
||||||
<port>
|
<port>
|
||||||
<name>nexus-application-port</name>
|
<name>nexus-application-port</name>
|
||||||
</port>
|
</port>
|
||||||
<port>
|
<port>
|
||||||
<name>nexus-control-port</name>
|
<name>nexus-control-port</name>
|
||||||
</port>
|
</port>
|
||||||
<port>
|
<port>
|
||||||
<name>email-server-port</name>
|
<name>email-server-port</name>
|
||||||
</port>
|
</port>
|
||||||
<port>
|
<port>
|
||||||
<name>webproxy-server-port</name>
|
<name>webproxy-server-port</name>
|
||||||
</port>
|
</port>
|
||||||
</ports>
|
</ports>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<reporting>
|
<reporting>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.sonatype.maven.plugin</groupId>
|
<groupId>org.sonatype.maven.plugin</groupId>
|
||||||
<artifactId>emma4it-maven-plugin</artifactId>
|
<artifactId>emma4it-maven-plugin</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<searchPath>${basedir}</searchPath>
|
<searchPath>${basedir}</searchPath>
|
||||||
<sourceFolders>
|
<sourceFolders>
|
||||||
<sourceFolder>${emma-sources-base}/nexus-proxy</sourceFolder>
|
<sourceFolder>${emma-sources-base}/nexus-proxy</sourceFolder>
|
||||||
<sourceFolder>${emma-sources-base}/nexus-app</sourceFolder>
|
<sourceFolder>${emma-sources-base}/nexus-app</sourceFolder>
|
||||||
<sourceFolder>${emma-sources-base}/nexus-configuration</sourceFolder>
|
<sourceFolder>${emma-sources-base}/nexus-configuration</sourceFolder>
|
||||||
<sourceFolder>${emma-sources-base}/nexus-rest-api</sourceFolder>
|
<sourceFolder>${emma-sources-base}/nexus-rest-api</sourceFolder>
|
||||||
<sourceFolder>${emma-sources-base}/nexus-rest-model</sourceFolder>
|
<sourceFolder>${emma-sources-base}/nexus-rest-model</sourceFolder>
|
||||||
<sourceFolder>${emma-sources-base}/nexus-indexer</sourceFolder>
|
<sourceFolder>${emma-sources-base}/nexus-indexer</sourceFolder>
|
||||||
</sourceFolders>
|
</sourceFolders>
|
||||||
<jarFiles>
|
<jarFiles>
|
||||||
<jarFile>${nexus-abs-basedir}/runtime/apps/nexus/lib/nexus-proxy-${project.version}.jar</jarFile>
|
<jarFile>${nexus-abs-basedir}/runtime/apps/nexus/lib/nexus-proxy-${project.version}.jar</jarFile>
|
||||||
<jarFile>${nexus-abs-basedir}/runtime/apps/nexus/lib/nexus-app-${project.version}.jar</jarFile>
|
<jarFile>${nexus-abs-basedir}/runtime/apps/nexus/lib/nexus-app-${project.version}.jar</jarFile>
|
||||||
<jarFile>${nexus-abs-basedir}/runtime/apps/nexus/lib/nexus-configuration-${project.version}.jar</jarFile>
|
<jarFile>${nexus-abs-basedir}/runtime/apps/nexus/lib/nexus-configuration-${project.version}.jar</jarFile>
|
||||||
<jarFile>${nexus-abs-basedir}/runtime/apps/nexus/lib/nexus-rest-api-${project.version}.jar</jarFile>
|
<jarFile>${nexus-abs-basedir}/runtime/apps/nexus/lib/nexus-rest-api-${project.version}.jar</jarFile>
|
||||||
<jarFile>${nexus-abs-basedir}/runtime/apps/nexus/lib/nexus-rest-model-${project.version}.jar</jarFile>
|
<jarFile>${nexus-abs-basedir}/runtime/apps/nexus/lib/nexus-rest-model-${project.version}.jar</jarFile>
|
||||||
<jarFile>${nexus-abs-basedir}/runtime/apps/nexus/lib/nexus-indexer-${nexus.indexer.version}.jar</jarFile>
|
<jarFile>${nexus-abs-basedir}/runtime/apps/nexus/lib/nexus-indexer-${nexus.indexer.version}.jar</jarFile>
|
||||||
</jarFiles>
|
</jarFiles>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
|
|
||||||
</project>
|
</project>
|
@ -1,14 +1,14 @@
|
|||||||
<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">
|
<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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>nexus-test-harness</artifactId>
|
<artifactId>nexus-test-harness</artifactId>
|
||||||
<groupId>org.sonatype.nexus</groupId>
|
<groupId>org.sonatype.nexus</groupId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Nexus Test Harness</name>
|
<name>Nexus Test Harness</name>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>nexus-test-harness-parent</module>
|
<module>nexus-test-harness-parent</module>
|
||||||
<module>nexus-test-harness-launcher</module>
|
<module>nexus-test-harness-launcher</module>
|
||||||
</modules>
|
</modules>
|
||||||
</project>
|
</project>
|
Loading…
x
Reference in New Issue
Block a user