MVN

net.pkhapps.appmodel4flow : appmodel4flow-deploy

Maven & Gradle

Oct 23, 2018
0 stars

AppModel4Flow Deployment Dummy Module · This dummy module is only needed to ensure skipNexusStagingDeployMojo is false for the last module in the reactor build order.

<dependency>
    <groupId>net.pkhapps.appmodel4flow</groupId>
    <artifactId>appmodel4flow-deploy</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.pkhapps.appmodel4flow : appmodel4flow-deploy to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of net.pkhapps.appmodel4flow : appmodel4flow-deploy to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
appmodel4flow-deploy-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.pkhapps.appmodel4flow</groupId>
    <artifactId>appmodel4flow-deploy</artifactId>
    <version>1.0.0</version>
</dependency>

Advertisement