java.lang.Object
de.iip_ecosphere.platform.tools.maven.dependencies.Layers

public class Layers extends Object
Knows plugin artifact-layer-dependencies/exclusions.
Author:
Holger Eichelberger, SSE
  • Field Details

  • Constructor Details

    • Layers

      public Layers()
  • Method Details

    • getExcludeArtifactIds

      public static String getExcludeArtifactIds(String artifactId, String excludeIds, boolean asTest, org.apache.maven.plugin.logging.Log log)
      Determines the exclude artifact ids.
      Parameters:
      artifactId - the actual artifact id
      excludeIds - the given excludeArtifactids
      Returns:
      excludeIds or the known exclude ids
    • append

      private static String append(String text, String... addition)
      Appends addition to text using "," as separator.
      Parameters:
      text -
      addition -
      Returns: