All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.samskivert.depot.GenTestRecordMojo Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
//
// Depot library - a Java relational persistence library
// https://github.com/threerings/depot/blob/master/LICENSE

package com.samskivert.depot;

import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugins.annotations.*;

@Mojo(name="gentestrecord", defaultPhase=LifecyclePhase.PROCESS_TEST_CLASSES,
      requiresDependencyResolution=ResolutionScope.TEST)
public class GenTestRecordMojo extends GenRecordMojo {

    @Override protected boolean processTests () {
        return true;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy