MVN

com.github.sdorra : buildfrontend-maven-plugin

Maven & Gradle

Oct 16, 2019
2 stars

buildfrontend-maven-plugin · Installs and run node, npm or yarn as part of your maven build

<plugin>
    <groupId>com.github.sdorra</groupId>
    <artifactId>buildfrontend-maven-plugin</artifactId>
    <version>2.5.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sdorra : buildfrontend-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of com.github.sdorra : buildfrontend-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.5.x
buildfrontend-maven-plugin-2.5.0
2.4.x
buildfrontend-maven-plugin-2.4.0
2.3.x
buildfrontend-maven-plugin-2.3.0
2.2.x
buildfrontend-maven-plugin-2.2.0
2.1.x
buildfrontend-maven-plugin-2.1.1
buildfrontend-maven-plugin-2.1.0
2.0.x
buildfrontend-maven-plugin-2.0.1
1.2.x
buildfrontend-maven-plugin-1.2.1
buildfrontend-maven-plugin-1.2.0
1.1.x
buildfrontend-maven-plugin-1.1.0
1.0.x
buildfrontend-maven-plugin-1.0.8
buildfrontend-maven-plugin-1.0.7
buildfrontend-maven-plugin-1.0.6
buildfrontend-maven-plugin-1.0.5
buildfrontend-maven-plugin-1.0.4
buildfrontend-maven-plugin-1.0.3
buildfrontend-maven-plugin-1.0.2

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.github.sdorra</groupId>
    <artifactId>buildfrontend-maven-plugin</artifactId>
    <version>2.5.0</version>
</plugin>

Advertisement