Class MMaven


  • public class MMaven
    extends Object
    • Constructor Detail

      • MMaven

        public MMaven()
    • Method Detail

      • getConfigElements

        public static List<Element> getConfigElements​(String path)
        Return elements first from local settings then from global settings. So most relevant ones are at the beginning.
        Parameters:
        path -
        Returns:
        List of found elements
      • getLocalRepositoryLocation

        public static String getLocalRepositoryLocation()
      • downloadArtefact

        public static boolean downloadArtefact​(MMaven.Artifact artifact)
        Downloading an artifact from repositories. This will not implement the full specification.
        Parameters:
        artifact -
        Returns:
        true if download was successful
      • deleteLocalArtifact

        public static boolean deleteLocalArtifact​(MMaven.Artifact artifact)