MVN

net.adamcin : scalamojo-maven-plugin

Maven & Gradle

Sep 21, 2016
1 stars

Scala Mojo Maven Plugin · Maven plugin written in Scala to extend maven-plugin-plugin for use in other scala-based maven plugin projects

<plugin>
    <groupId>net.adamcin</groupId>
    <artifactId>scalamojo-maven-plugin</artifactId>
    <version>1.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.adamcin : scalamojo-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of net.adamcin : scalamojo-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
scalamojo-maven-plugin-1.1.0
1.0.x
scalamojo-maven-plugin-1.0.0
0.8.x
scalamojo-maven-plugin-0.8.0
0.6.x
scalamojo-maven-plugin-0.6.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.adamcin</groupId>
    <artifactId>scalamojo-maven-plugin</artifactId>
    <version>1.1.0</version>
</plugin>

Advertisement