Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for v3 (0.08 sec)

  1. maven-repository-metadata/pom.xml

              <execution>
                <id>modello-v3</id>
                <goals>
                  <goal>velocity</goal>
                </goals>
                <configuration>
                  <version>1.1.0</version>
                  <models>
                    <model>../api/maven-api-metadata/src/main/mdo/metadata.mdo</model>
                  </models>
                  <templates>
                    <template>model-v3.vm</template>
                  </templates>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  2. maven-model/src/test/resources/xml/pom.xml

                  <version>4.0.0</version>
                  <models>
                    <model>target/mdo/maven.mdo</model>
                  </models>
                  <templates>
                    <template>src/main/mdo/model-v3.vm</template>
                    <template>src/main/mdo/merger.vm</template>
                    <template>src/main/mdo/transformer.vm</template>
                    <template>src/main/mdo/reader.vm</template>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Oct 14 08:23:18 UTC 2022
    - 4.2K bytes
    - Viewed (0)
  3. maven-model/pom.xml

              </execution>
              <execution>
                <id>model-v3</id>
                <goals>
                  <goal>velocity</goal>
                </goals>
                <phase>generate-sources</phase>
                <configuration>
                  <version>4.0.99</version>
                  <templates>
                    <template>model-v3.vm</template>
                  </templates>
                </configuration>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  4. maven-settings/pom.xml

              </execution>
              <execution>
                <id>v3</id>
                <goals>
                  <goal>velocity</goal>
                </goals>
                <phase>generate-sources</phase>
                <configuration>
                  <version>1.3.0</version>
                  <templates>
                    <template>model-v3.vm</template>
                  </templates>
                </configuration>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  5. maven-toolchain-model/pom.xml

                <goals>
                  <goal>velocity</goal>
                </goals>
                <phase>generate-sources</phase>
                <configuration>
                  <templates>
                    <template>model-v3.vm</template>
                  </templates>
                  <params>
                    <param>packageModelV3=org.apache.maven.toolchain.model</param>
                    <param>packageModelV4=org.apache.maven.api.toolchain</param>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top