Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for stringParam (0.22 sec)

  1. maven-core/src/test/resources-project-builder/plugin-exec-config-order/w-plugin-mgmt/pom.xml

                  <goal>config</goal>
                </goals>
                <configuration>
                  <stringParams>
                    <stringParam>one</stringParam>
                    <stringParam>two</stringParam>
                    <stringParam>three</stringParam>
                    <stringParam>four</stringParam>
                  </stringParams>
                  <propertiesParam>
                    <property>
                      <name>key1</name>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.5K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/plugin-config-order/wo-plugin-mgmt/pom.xml

            <version>1.0</version>
            <configuration>
              <stringParams>
                <stringParam>one</stringParam>
                <stringParam>two</stringParam>
                <stringParam>three</stringParam>
                <stringParam>four</stringParam>
              </stringParams>
            </configuration>
            <executions>
              <execution>
                <phase>validate</phase>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.9K bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/plugin-config-append/with-profile/pom.xml

            <inherited>true</inherited>
            <configuration>
              <stringParams>
                <!-- NOTE: These values are deliberately not in alpha order! -->
                <stringParam>PARENT-1</stringParam>
                <stringParam>PARENT-3</stringParam>
                <stringParam>PARENT-2</stringParam>
                <stringParam>PARENT-4</stringParam>
              </stringParams>
            </configuration>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.9K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/plugin-config-order/w-plugin-mgmt/pom.xml

            <artifactId>maven-it-plugin-configuration</artifactId>
            <configuration>
              <stringParams>
                <stringParam>one</stringParam>
                <stringParam>two</stringParam>
                <stringParam>three</stringParam>
                <stringParam>four</stringParam>
              </stringParams>
            </configuration>
            <executions>
              <execution>
                <phase>validate</phase>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.1K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/plugin-exec-config-order/wo-plugin-mgmt/pom.xml

                  <goal>config</goal>
                </goals>
                <configuration>
                  <stringParams>
                    <stringParam>one</stringParam>
                    <stringParam>two</stringParam>
                    <stringParam>three</stringParam>
                    <stringParam>four</stringParam>
                  </stringParams>
                  <propertiesParam>
                    <property>
                      <name>key1</name>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.2K bytes
    - Viewed (0)
  6. maven-core/src/test/resources-project-builder/plugin-config-merging/pom.xml

              <configuration>
                <propertiesFile>FAILED</propertiesFile>
                <stringParams>
                  <stringParam>FAILED-1</stringParam>
                  <stringParam>FAILED-3</stringParam>
                  <stringParam>FAILED-2</stringParam>
                  <stringParam>FAILED-4</stringParam>
                </stringParams>
              </configuration>
            </plugin>
          </plugins>
        </pluginManagement>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.3K bytes
    - Viewed (0)
  7. maven-core/src/test/resources-project-builder/plugin-config-append/no-profile/subproject/pom.xml

              <stringParams combine.children="append">
                <!-- NOTE: These values are deliberately not in alpha order! -->
                <stringParam>CHILD-1</stringParam>
                <stringParam>CHILD-3</stringParam>
                <stringParam>CHILD-2</stringParam>
                <stringParam>CHILD-4</stringParam>
              </stringParams>
              <listParam combine.children="append">
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.3K bytes
    - Viewed (0)
  8. maven-core/src/test/resources-project-builder/plugin-config-merging/child/pom.xml

              -->
              <propertiesFile>PASSED</propertiesFile>
              <stringParams>
                <stringParam>PASSED-1</stringParam>
                <stringParam>PASSED-3</stringParam>
                <stringParam>PASSED-2</stringParam>
                <stringParam>PASSED-4</stringParam>
              </stringParams>
              <listParam>
                <listParam>PASSED-1</listParam>
                <listParam>PASSED-3</listParam>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.4K bytes
    - Viewed (0)
  9. maven-core/src/test/resources-project-builder/plugin-config-append/no-profile/pom.xml

            <inherited>true</inherited>
            <configuration>
              <stringParams>
                <!-- NOTE: These values are deliberately not in alpha order! -->
                <stringParam>PARENT-1</stringParam>
                <stringParam>PARENT-3</stringParam>
                <stringParam>PARENT-2</stringParam>
                <stringParam>PARENT-4</stringParam>
              </stringParams>
            </configuration>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.6K bytes
    - Viewed (0)
  10. maven-core/src/test/resources-project-builder/plugin-config-append/with-profile/subproject/pom.xml

              <stringParams combine.children="append">
                <!-- NOTE: These values are deliberately not in alpha order! -->
                <stringParam>CHILD-1</stringParam>
                <stringParam>CHILD-3</stringParam>
                <stringParam>CHILD-2</stringParam>
                <stringParam>CHILD-4</stringParam>
              </stringParams>
              <listParam combine.children="append">
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.6K bytes
    - Viewed (0)
Back to top