MVN

com.keithbranton.mojo : angular-maven-plugin

Maven & Gradle

May 03, 2015
8 stars

Angular Maven Plugin

<plugin>
    <groupId>com.keithbranton.mojo</groupId>
    <artifactId>angular-maven-plugin</artifactId>
    <version>0.3.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.keithbranton.mojo : angular-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.3.4

All Versions

Choose a version of com.keithbranton.mojo : angular-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
angular-maven-plugin-0.3.4
angular-maven-plugin-0.3.3
angular-maven-plugin-0.3.2
angular-maven-plugin-0.3.1

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.keithbranton.mojo</groupId>
    <artifactId>angular-maven-plugin</artifactId>
    <version>0.3.4</version>
</plugin>

Advertisement