Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. apache-maven/src/main/appended-resources/META-INF/LICENSE.vm

    #*    *##end
    
    #*    *### add dependency info to output
    
    - $directory/${project.artifact.artifactId}-${project.artifact.version}.jar: $project.artifact.toString().replace( ':eclipse-plugin:', ':jar:' )
        Project: $project.name
        #if ( $project.url )Project URL: ${project.url}#end
    
        License: $license.name#if ( $spdx ) ($spdx)#end
    
        License URL: $license.url ($licFile)
    
    #*  *##end
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Sep 13 20:57:31 GMT 2021
    - 3.7K bytes
    - Viewed (0)
  2. maven-core/src/site/apt/index.apt

         which combines profile activation+injection and inheritance assembly from parents,
    
       * known limitations are notably that:
    
         1. plugin goal execution in a child is usually simply appended (at end): you can't try to insert in the middle of pre-existing inherited executions,
    
         2. append happens at plugin level first, then goal level, independently from phases.
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Jun 14 05:48:39 GMT 2023
    - 5.3K bytes
    - Viewed (0)
Back to top