Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Tarkus (0.24 sec)

  1. api/maven-api-plugin/src/main/mdo/plugin.mdo

            </field>
            <field>
              <name>threadSafe</name>
              <version>1.0.0/1.1.0</version>
              <type>boolean</type>
              <description>
                Marks this Mojo as being thread-safe, i.e. the Mojo safely supports concurrent execution during parallel
                builds. Mojos without this annotation will make Maven output a warning when used during a parallel build
                session.
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Apr 14 17:14:22 GMT 2024
    - 23.6K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/xml-markup-interpolation/pom.xml

      <packaging>jar</packaging>
    
      <name>Maven Integration Test :: MNG-3924</name>
      <description>
        Test that interpolation of properties that resolve to XML markup doesn't crash the project builder.
      </description>
    
      <properties>
        <!-- That's the property containing escaped XML markup -->
        <xmlMarkup>&lt;?xml version='1.0'?&gt;Tom&amp;Jerry</xmlMarkup>
        <!-- That's a property where the above property will be resolved -->
    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)
Back to top