Package

net.adamcin.snagjar

mojo

Permalink

package mojo

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractSnagJarMojo[SnagContext] extends AbstractMojo

    Permalink

    Base snagjar mojo defining common parameters and basic begin-iterate-end logic

    Base snagjar mojo defining common parameters and basic begin-iterate-end logic

    Since

    0.8.0

  2. class DependenciesMojo extends AbstractSnagJarMojo[TreeSet[GAV]] with AccessToRepositories

    Permalink

    Snags artifacts into a sorted, unique <dependencyManagement> block in a stub maven pom file

    Snags artifacts into a sorted, unique <dependencyManagement> block in a stub maven pom file

    Annotations
    @Mojo()
    Since

    0.8.0

  3. class DeployMojo extends AbstractSnagJarMojo[TreeSet[GAV]] with DeploysToRemoteRepository

    Permalink

    Deploy snagged artifacts to a remote maven repository

    Deploy snagged artifacts to a remote maven repository

    Annotations
    @Mojo()
    Since

    0.8.0

  4. class HelpMojo extends AbstractMojo

    Permalink
  5. class InstallMojo extends AbstractSnagJarMojo[Set[GAV]] with InstallsToLocalRepository

    Permalink

    Installs snagged artifacts to the local maven repository

    Installs snagged artifacts to the local maven repository

    Annotations
    @Mojo()
    Since

    0.8.0

  6. class LogMojo extends AbstractSnagJarMojo[Int]

    Permalink

    Mojo that writes all snagged artifacts to the maven execution log

    Mojo that writes all snagged artifacts to the maven execution log

    Annotations
    @Mojo()
    Since

    0.8.0

Value Members

  1. object AbstractSnagJarMojo

    Permalink
  2. object DependenciesMojo

    Permalink

Ungrouped