- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testPluginArtifactsExpressionReference (0.18 sec)
-
impl/maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorV4Test.java
exec.getPlugin().getDescriptor(), result, "${mojo.plugin.descriptor} expression does not return plugin descriptor."); } @Test public void testPluginArtifactsExpressionReference() throws Exception { Session session = newSession(); MojoExecution exec = newMojoExecution(session); @SuppressWarnings("unchecked")
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Mar 26 19:31:34 UTC 2025 - 19.3K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorTest.java
exec.getMojoDescriptor().getPluginDescriptor(), result, "${plugin} expression does not return plugin descriptor."); } @Test void testPluginArtifactsExpressionReference() throws Exception { MojoExecution exec = newMojoExecution(); Artifact depArtifact = createArtifact("group", "artifact", "1"); List<Artifact> deps = new ArrayList<>();
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Mar 26 19:31:34 UTC 2025 - 19.4K bytes - Viewed (0)