MVN

com.cisco.maven.plugins : device-package-maven-plugin

Maven & Gradle

Feb 16, 2018
1 stars

Device Package Maven Plugin · Provides support for building Device Package related projects for various Cisco Network Management Products.

<plugin>
    <groupId>com.cisco.maven.plugins</groupId>
    <artifactId>device-package-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cisco.maven.plugins : device-package-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.cisco.maven.plugins : device-package-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
device-package-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.cisco.maven.plugins</groupId>
    <artifactId>device-package-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>