alt-deploy-maven-extension
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.goots.maven.extensions</groupId> <artifactId>alt-deploy-maven-extension</artifactId> <version>1.8.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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> <artifactId>redhat-releng-tools</artifactId> <groupId>com.redhat.rcm</groupId> <version>12</version> <relativePath>../pom.xml/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.goots.maven.extensions</groupId> <artifactId>alt-deploy-maven-extension</artifactId> <name>Alt-Deploy Handler Maven Extension</name> <version>1.8.1</version> <description>Maven extension to handle legacy / new formats of altDeploymentRepository</description> <url>http://github.com/rnc/alt-deploy-maven-extension</url> <inceptionYear>2019</inceptionYear> <developers> <developer> <id>rnc</id> <name>Nick Cross</name> <email>ncross@redhat.com</email> </developer> </developers> <licenses> <license> <name>APLv2.0</name> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:https://github.com/rnc/alt-deploy-maven-extension.git</connection> <developerConnection>scm:git:git@github.com:rnc/alt-deploy-maven-extension.git</developerConnection> <tag>alt-deploy-maven-extension-1.8.1</tag> <url>http://github.com/rnc/alt-deploy-maven-extension</url> </scm> <build> <pluginManagement> <plugins> <plugin> <groupId>com.mycila</groupId> <artifactId>license-maven-plugin</artifactId> <configuration> <header>APACHE-2-SIMPLIFIED-COPYRIGHT.txt</header> </configuration> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <configuration> <mavenExecutorId>forked-path</mavenExecutorId> <useReleaseProfile>false</useReleaseProfile> <arguments>-Prelease</arguments> </configuration> </plugin> <plugin> <groupId>com.soebes.maven.plugins</groupId> <artifactId>iterator-maven-plugin</artifactId> <version>0.5.1</version> </plugin> <plugin> <artifactId>maven-invoker-plugin</artifactId> <version>3.2.2</version> <configuration> <debug>true</debug> <showErrors>true</showErrors> <addTestClassPath>true</addTestClassPath> <projectsDirectory>src/it</projectsDirectory> <showVersion>true</showVersion> <postBuildHookScript>verify</postBuildHookScript> </configuration> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <source>8</source> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.eclipse.sisu</groupId> <artifactId>sisu-maven-plugin</artifactId> <version>${sisu}</version> <executions> <execution> <id>generate-index</id> <goals> <goal>main-index</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <version>3.2.4</version> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <artifactSet> <includes> <include>org.goots.maven.extensions:*</include> <include>javax.inject:*</include> <include>org.eclipse.*:*</include> </includes> </artifactSet> <filters> <filter> <artifact>*:*:</artifact> <excludes> <exclude>META-INF/*.RSA</exclude> <exclude>META-INF/*.SF</exclude> </excludes> </filter> </filters> </configuration> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>run-its</id> <build> <plugins> <plugin> <groupId>com.soebes.maven.plugins</groupId> <artifactId>iterator-maven-plugin</artifactId> <executions> <execution> <phase>integration-test</phase> <goals> <goal>iterator</goal> </goals> <configuration> <items> <item>3.2.2</item> <item>3.2.3</item> <item>3.2.5</item> <item>3.3.1</item> <item>3.3.9</item> <item>3.5.2</item> <item>3.5.4</item> <item>3.6.0</item> <item>${mavenVersion}</item> <item>3.8.1</item> <item>3.8.8</item> <item>3.9.0</item> <item>3.9.1</item> </items> <pluginExecutors> <pluginExecutor> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>3.1.1</version> </plugin> <goal>unpack</goal> <configuration> <artifactItems> <artifactItem> <groupId>org.apache.maven</groupId> <artifactId>apache-maven</artifactId> <version>@item@</version> <type>zip</type> <classifier>bin</classifier> <outputDirectory>${project.build.directory}</outputDirectory> </artifactItem> </artifactItems> </configuration> </pluginExecutor> <pluginExecutor> <plugin> <artifactId>maven-resources-plugin</artifactId> </plugin> <goal>copy-resources</goal> <configuration> <outputDirectory>${it.maven.home}@item@/lib/ext</outputDirectory> <resources> <resource> <directory>${project.build.directory}</directory> <include>alt-deploy-maven-extension-${project.version}.jar</include> <filtering>false</filtering> </resource> </resources> </configuration> </pluginExecutor> <pluginExecutor> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> </plugin> <goal>run</goal> <configuration> <localRepositoryPath>${localRepositoryPath}-@item@</localRepositoryPath> <settingsFile>src/it/settings.xml</settingsFile> <cloneProjectsTo>${project.build.directory}/it-one-@item@</cloneProjectsTo> <mavenHome>${it.maven.home}@item@</mavenHome> <projectsDirectory>src/it</projectsDirectory> <pomIncludes> <pomInclude>${itPomIncludes}/pom.xml</pomInclude> </pomIncludes> <pomExcludes> <pomExclude>activation-modern-profile/pom.xml</pomExclude> </pomExcludes> </configuration> </pluginExecutor> <pluginExecutor> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> </plugin> <goal>run</goal> <configuration> <settingsFile>src/it/settings-profile.xml</settingsFile> <cloneProjectsTo>${project.build.directory}/it-two-@item@</cloneProjectsTo> <mavenHome>${it.maven.home}@item@</mavenHome> <projectsDirectory>src/it</projectsDirectory> <pomIncludes> <pomInclude>activation-modern-profile/pom.xml</pomInclude> </pomIncludes> </configuration> </pluginExecutor> </pluginExecutors> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> <dependencies> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-compat</artifactId> <version>3.6.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>3.6.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-artifact</artifactId> <version>3.6.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-settings</artifactId> <version>3.6.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> <version>3.6.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.stefanbirkner</groupId> <artifactId>system-rules</artifactId> <version>1.19.0</version> <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.3.15</version> <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>1.3.15</version> <scope>test</scope> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-compat</artifactId> <version>${mavenVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>${mavenVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-artifact</artifactId> <version>${mavenVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> <version>${mavenVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-settings</artifactId> <version>${mavenVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.eclipse.sisu</groupId> <artifactId>org.eclipse.sisu.plexus</artifactId> <version>${sisu}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</scope> </dependency> <dependency> <groupId>com.github.stefanbirkner</groupId> <artifactId>system-rules</artifactId> <version>1.19.0</version> <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.3.15</version> <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>1.3.15</version> <scope>test</scope> </dependency> </dependencies> </dependencyManagement> <properties> <it.maven.home>${project.build.directory}/apache-maven-</it.maven.home> <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath> <javaTestVersion>${javaVersion}</javaTestVersion> <itPomIncludes>*</itPomIncludes> <javaVersion>1.8</javaVersion> <mavenVersion>3.6.3</mavenVersion> <projectOwner>Red Hat, Inc.</projectOwner> <sisu>0.3.4</sisu> </properties> </project>