MVN

net.dmitriyvolk.maven.plugins : archetype-assembly-maven-plugin

Maven & Gradle

May 07, 2014
1 stars

Archetype Assembler Plugin · Plugin to assemble super-archetype from archetypes listed as dependencies

<plugin>
    <groupId>net.dmitriyvolk.maven.plugins</groupId>
    <artifactId>archetype-assembly-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.dmitriyvolk.maven.plugins : archetype-assembly-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of net.dmitriyvolk.maven.plugins : archetype-assembly-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
archetype-assembly-maven-plugin-1.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>net.dmitriyvolk.maven.plugins</groupId>
    <artifactId>archetype-assembly-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>