Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for BaseDir (0.15 sec)

  1. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.pom

            </dependency>
        </dependencies>
    
        <build>
            <resources>
                <resource>
                    <directory>${project.basedir}/src/main/resources</directory>
                </resource>
                <resource>
                    <directory>${project.basedir}</directory>
                    <includes>
                        <include>LICENSE-junit.txt</include>
                    </includes>
                </resource>
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 24.5K bytes
    - Viewed (0)
  2. maven-core/src/site/apt/offline-mode.apt

    ** Maven-Artifact
    
      This is wholly dependent on Maven-Wagon, above.
    
      We could possibly use a flag on a particular Wagon to see whether it supports
      offline mode, and then test to see if the file-based basedir for an artifact
      repository works...if it doesn't work, we can mark that repository offline...
    
      OTOH, all offline-mode checks can probably be run from Wagon-based APIs.
    
    ** Maven-SCM
    
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Mar 18 00:24:53 GMT 2024
    - 10.6K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/references/FirReferenceResolveHelper.kt

            }
    
            val adjustedResolutionExpression = adjustResolutionExpression(expression)
            val fir = when (val baseFir = adjustedResolutionExpression.getOrBuildFir(analysisSession.firResolveSession)) {
                is FirSmartCastExpression -> baseFir.originalExpression
                else -> baseFir
            }
            val session = analysisSession.firResolveSession.useSiteFirSession
            return when (fir) {
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Mon Apr 15 10:59:01 GMT 2024
    - 37.5K bytes
    - Viewed (0)
Back to top