Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testPluginDescriptorExpressionReference (0.11 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorV4Test.java

        private static final String FS = File.separator;
    
        @Inject
        PlexusContainer container;
    
        private Path rootDirectory;
    
        @Test
        public void testPluginDescriptorExpressionReference() throws Exception {
            Session session = newSession();
            MojoExecution exec = newMojoExecution(session);
    
            Object result =
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Mar 26 19:31:34 UTC 2025
    - 19.3K bytes
    - Viewed (0)
  2. impl/maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorTest.java

        private static final String FS = File.separator;
    
        @Inject
        private MavenRepositorySystem factory;
    
        private Path rootDirectory;
    
        @Test
        void testPluginDescriptorExpressionReference() throws Exception {
            MojoExecution exec = newMojoExecution();
    
            MavenSession session = newMavenSession();
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Mar 26 19:31:34 UTC 2025
    - 19.4K bytes
    - Viewed (0)
Back to top