Skip to content

Commit 7b734aa

Browse files
committed
fix: update stale description elements after PluginRealmCache rework
1 parent 44e9671 commit 7b734aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • its/core-it-suite/src/test/resources/mng-8766-spi-workspace-reader

its/core-it-suite/src/test/resources/mng-8766-spi-workspace-reader/extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<packaging>jar</packaging>
2626

2727
<name>Maven Integration Test :: spi-workspace-reader</name>
28-
<description>SPI WorkspaceReader extension that opts out of plugin resolution</description>
28+
<description>SPI WorkspaceReader extension for IDE workspace artifact resolution</description>
2929

3030
<dependencies>
3131
<dependency>

its/core-it-suite/src/test/resources/mng-8766-spi-workspace-reader/project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<packaging>jar</packaging>
2626

2727
<name>Maven Integration Test :: mng-8766</name>
28-
<description>Verify that SPI WorkspaceReader is used for dependency resolution but not for plugin resolution.</description>
28+
<description>Verify that SPI WorkspaceReader is discovered and consulted for artifact resolution.</description>
2929

3030
<dependencies>
3131
<dependency>

0 commit comments

Comments
 (0)