We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getFileName
1 parent d0ca534 commit c8855e3Copy full SHA for c8855e3
1 file changed
src/main/java/org/apache/commons/release/plugin/internal/ArtifactUtils.java
@@ -36,7 +36,7 @@ private ArtifactUtils() {
36
}
37
38
/**
39
- * Gets the conventional filename for the given artifact.
+ * Gets the filename of an artifact in the default Maven repository layout.
40
*
41
* @param artifact A Maven artifact.
42
* @return A filename.
@@ -46,7 +46,7 @@ public static String getFileName(Artifact artifact) {
46
47
48
49
- * Gets the filename for the given artifact with a changed extension.
+ * Gets the filename of an artifact in the default Maven repository layout, using the specified extension.
50
51
52
* @param extension The file name extension.
0 commit comments