Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for value2 (0.26 sec)

  1. pom.xml

                    <property>
                      <!-- Pass this through to the tests (if set!) to have them pick the right repository -->
                      <name>maven.repo.local</name>
                      <value>${maven.repo.local}</value>
                    </property>
                  </systemPropertyVariables>
                </configuration>
              </plugin>
            </plugins>
          </build>
        </profile>
      </profiles>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:13:34 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/foo/sub/pom.xml

                    <property name="test.projects.name" value="basic" />
                    <property name="test.projects.version" value="1.0" />
                    <property name="test.projects.archetype" value="${test.projects.name}-${test.projects.version}" />
                    <property name="test.projects.source.directory" value="${test.projects.archetype}" />
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Sep 22 08:59:31 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  3. pom.xml

    						<ant antfile="${basedir}/module.xml" target="install.modules">
    							<property name="with.fess" value="true" />
    							<property name="opensearch.version" value="${opensearch.version}" />
    						</ant>
    						<ant antfile="${basedir}/plugin.xml" target="install.plugins">
    							<property name="with.fess" value="true" />
    						</ant>
    						<ant antfile="deps.xml" target="install.jars" />
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:49:02 UTC 2024
    - 48.7K bytes
    - Viewed (0)
Back to top