Class MavenPluginUtil

  • All Implemented Interfaces:
    org.codehaus.plexus.logging.LogEnabled

    @Singleton
    public class MavenPluginUtil
    extends org.codehaus.plexus.logging.AbstractLogEnabled
    Author:
    Alexey Loubyansky
    • Constructor Summary

      Constructors 
      Constructor Description
      MavenPluginUtil()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.aether.installation.InstallRequest getInstallLayoutRequest​(java.nio.file.Path layoutDir, org.apache.maven.project.MavenProject project)  
      • Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled

        enableLogging, getLogger, setupLogger, setupLogger, setupLogger
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MavenPluginUtil

        public MavenPluginUtil()
    • Method Detail

      • getInstallLayoutRequest

        public org.eclipse.aether.installation.InstallRequest getInstallLayoutRequest​(java.nio.file.Path layoutDir,
                                                                                      org.apache.maven.project.MavenProject project)
                                                                               throws java.io.IOException
        Throws:
        java.io.IOException