Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 179 for modello (0.17 sec)

  1. api/maven-api-toolchain/src/main/mdo/toolchains.mdo

      specific language governing permissions and limitations
      under the License.
    
    -->
    <model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
      xml.namespace="http://maven.apache.org/TOOLCHAINS/${version}"
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Wed Feb 07 21:28:01 GMT 2024
    - 8.5K bytes
    - Viewed (0)
  2. maven-core/src/main/mdo/extension.mdo

    specific language governing permissions and limitations
    under the License.
    -->
    
    <model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd">
      <id>extension</id>
      <name>ExtensionDescriptor</name>
      <description><![CDATA[
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Wed Feb 07 21:28:01 GMT 2024
    - 3.5K bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/execution-configuration-join/pom.xml

                    <groupId>org.codehaus.modello</groupId>
                    <artifactId>modello-maven-plugin</artifactId>
                    <version>1.0-alpha-21</version>
                </plugin>
            </plugins>
            <pluginManagement>
                <plugins>
                    <plugin>
                        <groupId>org.codehaus.modello</groupId>
                        <artifactId>modello-maven-plugin</artifactId>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Nov 23 12:04:30 GMT 2014
    - 1.2K bytes
    - Viewed (0)
  4. maven-compat/src/main/mdo/paramdoc.mdo

    specific language governing permissions and limitations
    under the License.
    -->
    
    <model xmlns="http://modello.codehaus.org/MODELLO/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.0.0 http://modello.codehaus.org/xsd/modello-1.0.0.xsd"
      xml.namespace="http://maven.apache.org/PARAMDOC/${version}"
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Fri Aug 21 15:04:07 GMT 2009
    - 5.4K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/plugin-inheritance-simple/pom.xml

      <groupId>gid</groupId>
      <artifactId>aid</artifactId>
      <version>1.0</version>
      <packaging>pom</packaging>
      <build>
        <plugins>
          <plugin>
            <groupId>org.codehaus.modello</groupId>
            <artifactId>modello-maven-plugin</artifactId>
            <version>1.0-alpha-21</version>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Thu Dec 24 18:50:27 GMT 2020
    - 391 bytes
    - Viewed (0)
  6. maven-core/src/test/resources-project-builder/plugin-management-dependencies/pom.xml

        <artifactId>aid</artifactId>
      <version>1.0</version>
      <packaging>pom</packaging>
      <build>
        <pluginManagement>
          <plugins>
            <plugin>
              <groupId>org.codehaus.modello</groupId>
              <artifactId>modello-maven-plugin</artifactId>
              <version>1.0-alpha-21</version>
              <dependencies>
                <dependency>
                  <groupId>a</groupId>
                  <artifactId>b</artifactId>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Thu Dec 24 18:50:27 GMT 2020
    - 671 bytes
    - Viewed (0)
  7. maven-core/src/test/resources-project-builder/pluginmanagement-inherited/sub/pom.xml

        <version>1.3.0-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>a</artifactId>
      <build>
        <plugins>
          <plugin>
            <groupId>org.codehaus.modello</groupId>
            <artifactId>modello-maven-plugin</artifactId>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Thu Dec 24 18:50:27 GMT 2020
    - 408 bytes
    - Viewed (0)
  8. maven-core/src/test/resources-project-builder/parent-interpolation/pom.xml

      <artifactId>nexus</artifactId>
      <version>1.3.0-SNAPSHOT</version>
      <packaging>pom</packaging>
      <build>
        <plugins>
          <plugin>
            <groupId>org.codehaus.modello</groupId>
            <artifactId>modello-maven-plugin</artifactId>
            <version>${project.version}</version>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Thu Dec 24 18:50:27 GMT 2020
    - 425 bytes
    - Viewed (0)
  9. maven-core/src/test/resources-project-builder/plugin-management-dependencies/sub/pom.xml

        <profiles>
            <profile>
                <id>test</id>
                <build>
                    <plugins>
                        <plugin>
                            <groupId>org.codehaus.modello</groupId>
                            <artifactId>modello-maven-plugin</artifactId>
                            <version>1.0-alpha-21</version>
                        </plugin>
                    </plugins>
                </build>
            </profile>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 737 bytes
    - Viewed (0)
  10. api/maven-api-plugin/src/main/mdo/lifecycle.mdo

    specific language governing permissions and limitations
    under the License.
    -->
    
    <model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
      xml.namespace="http://maven.apache.org/LIFECYCLE/${version}"
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Wed Feb 07 21:28:01 GMT 2024
    - 4.2K bytes
    - Viewed (0)
Back to top