Example usage for org.apache.maven.plugin AbstractMojo subclass-usage

List of usage examples for org.apache.maven.plugin AbstractMojo subclass-usage

Introduction

In this page you can find the example usage for org.apache.maven.plugin AbstractMojo subclass-usage.

Usage

From source file AbstractJavascriptMojo.java

/**
 * Copyright (c) MuleSoft, Inc.  All rights reserved.  http://www.mulesoft.com
 *
 * The software in this package is published under the terms of the CPAL v1.0
 * license, a copy of which has been included with this distribution in the
 * LICENSE.txt file.

From source file ItMojo.java

/**
 * @goal it
 */
public class ItMojo extends AbstractMojo {

    public void execute() {

From source file $.MyMojo.java

    /**
     * Goal which touches a timestamp file.
     *
     * @goal touch
     * 
     * @phase process-sources

From source file $package.NetExecutableMojo.java

/**
 * To complete the implementation:
 * 1) Make sure to add an entry in the net-executables.xml file, located within the dotnet-core module. Replace each
 * param: ${vendor}, ${exe}, .. with the appropriate values.
<pre>
  <executablePlugin>

From source file ae.maven.ActiveEntityGeneratorMojo.java

/**
 * Active Entity mojo to perform class generation from Project configuration. This class is an Maven adapter to DefaultClassGenerator class.
 * 
 * @since 3.0
 * 
 * @phase generate-sources

From source file ants.and.food.MyMojo.java

/**
 * Goal which touches a timestamp file.
 *
 * @goal touch
 * 
 * @phase process-sources

From source file apparat.embedding.maven.AbstractApparatMojo.java

/**
 * @author Joa Ebert
 */
abstract class AbstractApparatMojo extends AbstractMojo {
    /**
     * The Maven project.

From source file aQute.bnd.maven.export.plugin.CreateLauncherMavenPlugin.java

@Mojo(name = "create-launcher", requiresProject = true, defaultPhase = LifecyclePhase.INSTALL, requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME)
public class CreateLauncherMavenPlugin extends AbstractMojo {

    @Parameter(defaultValue = "${project.build.directory}", readonly = true)
    private File buildDirectory;

From source file aQute.bnd.maven.plugin.BndMavenPlugin.java

@Mojo(name = "bnd-process", defaultPhase = LifecyclePhase.PROCESS_CLASSES, requiresDependencyResolution = ResolutionScope.COMPILE)
public class BndMavenPlugin extends AbstractMojo {
    private static final Logger logger = LoggerFactory.getLogger(BndMavenPlugin.class);
    private static final String MANIFEST_LAST_MODIFIED = "aQute.bnd.maven.plugin.BndMavenPlugin.manifestLastModified";
    private static final String MARKED_FILES = "aQute.bnd.maven.plugin.BndMavenPlugin.markedFiles";
    private static final String PACKAGING_POM = "pom";

From source file ar.com.fluxit.jqa.JQAMavenPlugin.java

/**
 * Goal checks Java applications for QA
 * 
 * @goal check
 * @requiresDependencyResolution test
 * @phase test