Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCanonicalPath (0.27 sec)

  1. maven-core/src/test/java/org/apache/maven/MavenLifecycleParticipantTest.java

                try {
                    dependency.setSystemPath(new File(
                                    "src/test/projects/lifecycle-executor/project-with-additional-lifecycle-elements/pom.xml")
                            .getCanonicalPath());
                } catch (IOException e) {
                    throw new RuntimeException(e);
                }
    
                project.getModel().addDependency(dependency);
            }
    
            @Override
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Apr 15 17:24:20 GMT 2023
    - 6K bytes
    - Viewed (0)
Back to top