Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Kissling (0.72 sec)

  1. maven-compat/src/main/mdo/profiles.mdo

            This is the file specification used to activate a profile. The missing value will be a the location
            of a file that needs to exist, and if it doesn't the profile must run.  On the other hand exists will test
            for the existence of the file and if it is there will run the profile.
          ]]></description>
          <fields>
            <field>
              <name>missing</name>
              <version>1.0.0</version>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Jan 03 21:08:35 GMT 2023
    - 13.8K bytes
    - Viewed (0)
  2. api/maven-api-settings/src/main/mdo/settings.mdo

            This is the file specification used to activate a profile. The missing value will be the location
            of a file that needs to exist, and if it doesn't the profile must run.  On the other hand exists will test
            for the existence of the file and if it is there will run the profile.
          </description>
          <fields>
            <field>
              <name>missing</name>
              <version>1.0.0+</version>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 33.3K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/projects/artifactMissingVersion/pom.xml

      <groupId>markerTest</groupId>
      <artifactId>testArtifactMissingVersion</artifactId>
      <version>0.0.1-SNAPSHOT</version>
    
      <dependencies>
        <dependency>
          <groupId>missing</groupId>
          <artifactId>missing</artifactId>
        </dependency>
      </dependencies>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-compiler-plugin</artifactId>
            <version>2.0.2</version>
          </plugin>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Nov 28 17:17:10 GMT 2023
    - 1K bytes
    - Viewed (0)
  4. api/maven-api-model/src/main/mdo/maven.mdo

            system properties and user properties.&lt;/p></description>
          <fields>
            <field>
              <name>missing</name>
              <version>4.0.0+</version>
              <type>String</type>
              <description>The name of the file that must be missing to activate the
              profile.</description>
            </field>
            <field>
              <name>exists</name>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
Back to top