Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 52 for Main (0.2 sec)

  1. api/maven-api-toolchain/pom.xml

                </goals>
                <configuration>
                  <version>1.2.0</version>
                  <velocityBasedir>${project.basedir}/../../src/mdo</velocityBasedir>
                  <models>
                    <model>src/main/mdo/toolchains.mdo</model>
                  </models>
                  <templates>
                    <template>model.vm</template>
                  </templates>
                  <params>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 2.6K bytes
    - Viewed (0)
  2. maven-core/src/test/projects/lifecycle-executor/project-with-multiple-executions/pom.xml

                  <goal>java</goal>
                  <goal>xpp3-reader</goal>
                </goals>
                <configuration>
                  <version>1.1.0</version>
                  <models>
                    <model>src/main/mdo/remote-resources.mdo</model>
                  </models>
                </configuration>
              </execution>
              <execution>
                <id>supplemental-models</id>
                <goals>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Nov 07 15:16:39 GMT 2019
    - 3.8K bytes
    - Viewed (0)
  3. maven-core/pom.xml

          <scope>test</scope>
        </dependency>
      </dependencies>
    
      <build>
        <resources>
          <resource>
            <filtering>true</filtering>
            <directory>src/main/resources</directory>
          </resource>
        </resources>
        <pluginManagement>
          <plugins>
            <plugin>
              <groupId>org.apache.rat</groupId>
              <artifactId>apache-rat-plugin</artifactId>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 15.4K bytes
    - Viewed (0)
  4. maven-compat/pom.xml

            <artifactId>modello-maven-plugin</artifactId>
            <configuration>
              <version>1.0.0</version>
              <models>
                <model>src/main/mdo/profiles.mdo</model>
                <model>src/main/mdo/paramdoc.mdo</model>
              </models>
            </configuration>
            <executions>
              <execution>
                <id>modello</id>
                <goals>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 5.3K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/platform-file-separator/pom.xml

      <name>Maven Integration Test :: MNG-3877</name>
      <description>
        Verify that paths to project directories use the platform-specific file separator.
      </description>
    
      <build>
        <filters>
          <filter>src/main/filters/it.properties</filter>
        </filters>
      </build>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.4K bytes
    - Viewed (0)
  6. src/main/assemblies/common-bin.xml

    		<fileSet>
    			<filtered>true</filtered>
    			<directory>src/main/assemblies/files</directory>
    			<outputDirectory>fess-${project.version}/bin</outputDirectory>
    			<lineEnding>dos</lineEnding>
    			<includes>
    				<include>fess.in.bat</include>
    				<include>fess.bat</include>
    				<include>service.bat</include>
    			</includes>
    		</fileSet>
    		<fileSet>
    			<directory>src/main/assemblies/extension</directory>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Mar 17 02:29:43 GMT 2022
    - 3.7K bytes
    - Viewed (0)
  7. maven-core/src/test/resources-project-builder/multiple-filters/pom.xml

      <groupId>a</groupId>
      <artifactId>b</artifactId>
      <version>1.0</version>
    
        <build>
            <filters>
                <filter>src/main/filters/a.properties</filter>
                <filter>src/main/filters/c.properties</filter>
                <filter>src/main/filters/b.properties</filter>
                <filter>src/main/filters/d.properties</filter>
            </filters>
        </build>
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Nov 09 12:45:14 GMT 2019
    - 631 bytes
    - Viewed (0)
  8. maven-core/src/test/resources-project-builder/execution-configuration/pom.xml

                                    <packagedVersion>1.0.1</packagedVersion>
                                    <packagedVersion>1.0.6</packagedVersion>
                                </packagedVersions>
                                <model>src/main/mdo/nexus.xml</model>
                            </configuration>
                        </execution>
    
                        <execution>
                            <id>security.xml</id>
                            <goals>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 2.2K bytes
    - Viewed (0)
  9. api/maven-api-metadata/pom.xml

                <configuration>
                  <velocityBasedir>${project.basedir}/../../src/mdo</velocityBasedir>
                  <version>1.2.0</version>
                  <models>
                    <model>src/main/mdo/metadata.mdo</model>
                  </models>
                  <templates>
                    <template>model.vm</template>
                  </templates>
                  <params>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 3.1K bytes
    - Viewed (0)
  10. maven-api-impl/pom.xml

                  <basedir>${project.basedir}/../api/maven-api-settings</basedir>
                  <velocityBasedir>${project.basedir}/../src/mdo</velocityBasedir>
                  <models>
                    <model>src/main/mdo/settings.mdo</model>
                  </models>
                  <templates>
                    <template>merger.vm</template>
                    <template>transformer.vm</template>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 9.6K bytes
    - Viewed (0)
Back to top