Searched refs:xmlToArtifact (Results 1 – 1 of 1) sorted by relevance
47 private final Map<String, String> xmlToArtifact = new LinkedHashMap<>(); field in ArtifactTagger58 xmlToArtifact.put(file, mavenSpec); in addArtifact()69 for (Map.Entry<String, String> artifactSpec : xmlToArtifact.entrySet()) { in tagAll()88 if (!xmlToArtifact.isEmpty()) { in tagAll()97 return !xmlToArtifact.isEmpty(); in hasArtifacts()105 for (String artifact : xmlToArtifact.values()) { in writeArtifactNames()