Skip to content

Commit 1f9bb30

Browse files
ppkarwaszCopilot
andauthored
Apply suggestions from code review (2)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b7fbbf6 commit 1f9bb30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/release/plugin/internal/BuildDefinitions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public static ResourceDescriptor jvm(final Path javaHome) throws IOException {
150150
* Creates a {@link ResourceDescriptor} for the Maven installation used during the build.
151151
*
152152
* <p>{@code build.properties} resides in a JAR inside {@code ${maven.home}/lib/}, which is loaded by Maven's Core Classloader.
153-
* Plugin code runs in an isolated Plugin Classloader, which does see that resources. Therefore, we need to pass the classloader from a class from
153+
* Plugin code runs in an isolated Plugin Classloader, which does not see those resources. Therefore, we need to pass the classloader from a class from
154154
* Maven Core, such as {@link org.apache.maven.rtinfo.RuntimeInformation}.</p>
155155
*
156156
* @param version Maven version string

0 commit comments

Comments
 (0)