- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testGroup (0.03 sec)
-
impl/maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorTest.java
} @Test void testShouldExtractPluginArtifacts() throws Exception { PluginDescriptor pd = new PluginDescriptor(); Artifact artifact = createArtifact("testGroup", "testArtifact", "1.0"); pd.setArtifacts(Collections.singletonList(artifact)); ExpressionEvaluator ee = createExpressionEvaluator(createDefaultProject(), pd, new Properties());Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Mar 26 19:31:34 UTC 2025 - 19.4K bytes - Viewed (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/GAVUtilsTest.java
void shouldHandlePOMWithSpecialCharacters() throws Exception { String pomXml = PomBuilder.create() .groupId("com.example-test_group") .artifactId("test-project.artifact") .version("1.0.0-SNAPSHOT") .build(); Document document = Document.of(pomXml);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 17.3K bytes - Viewed (0)