Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for show (0.13 sec)

  1. maven-core/src/main/java/org/apache/maven/lifecycle/internal/LifecycleDependencyResolver.java

                     * During lifecycle the Artifact.getFile() can change from target/classes to the actual jar.
                     * This clearly shows that target/classes should not be abused as artifactFile just for the classpath
                     */
                    File reactorProjectFile = reactorProjects.get(artifact);
                    if (reactorProjectFile != null) {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Feb 28 23:31:49 GMT 2024
    - 15.6K bytes
    - Viewed (0)
Back to top