dummy-deployment-module
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.aginity.aqe</groupId>
<artifactId>dummy-deployment-module</artifactId>
<version>1.0.380</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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.aginity.aqe</groupId>
<artifactId>query-engine</artifactId>
<version>1.0.380</version>
</parent>
<artifactId>dummy-deployment-module</artifactId>
<packaging>pom</packaging>
<name>Amp : Dummy module for deployment</name>
<description>
This module exists due to a bug, please see https://issues.sonatype.org/browse/NEXUS-9138.
In short Nexus Staging Deploy plugin injects deployment of all modules into last module deployment phase.
If skipNexusStagingDeployMojo=true for last module then whole deployment is skipped.
</description>
<properties>
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
</properties>
</project>