Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ContinuumPro (0.19 sec)

  1. maven-core/src/test/java/org/apache/maven/project/canonical/CanonicalProjectBuilderTest.java

            String g0 = execution.getGoals().get(0);
    
            assertEquals("plexus:runtime", g0);
    
            configuration = execution.getDelegate().getConfiguration();
    
            assertEquals(
                    "ContinuumPro", configuration.getChild("plexusApplicationName").getValue());
    
            // Plugin1 [antlr]
        }
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 3.5K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/canonical-pom.xml

            </configuration>
            <executions>
              <execution>
                <goals>
                  <goal>plexus:runtime</goal>
                </goals>
                <configuration>
                  <plexusApplicationName>ContinuumPro</plexusApplicationName>
                </configuration>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Thu Nov 07 15:16:39 GMT 2019
    - 1.9K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/dependencyManagement-pom.xml

            </configuration>
            <executions>
              <execution>
                <goals>
                  <goal>plexus:runtime</goal>
                </goals>
                <configuration>
                  <plexusApplicationName>ContinuumPro</plexusApplicationName>
                </configuration>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Thu Nov 07 15:16:39 GMT 2019
    - 2.1K bytes
    - Viewed (0)
Back to top