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

me.qoomon.maven.extension.gitversioning.ExtensionUtil Maven / Gradle / Ivy

There is a newer version: 9.10.0
Show newest version
package me.qoomon.maven.extension.gitversioning;

import org.apache.maven.execution.MavenExecutionRequest;

import java.io.File;

/**
 * Created by qoomon on 06/12/2016.
 */
public class ExtensionUtil {

    public static File getConfigFile(MavenExecutionRequest request, String artifactId) {
        File rootProjectDirectory = request.getMultiModuleProjectDirectory();
        return new File(rootProjectDirectory, ".mvn/" + artifactId + ".xml");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy