Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for nmap (0.15 sec)

  1. Jenkinsfile.s390x

                }    
                dir ('apache-maven/target') {
                    stash includes: 'apache-maven-bin.zip', name: 'maven-dist-s390x'
                }
            }
        }
    }
    
    Map runITsTasks = [:]
    for (String os in runITsOses) {
        for (def jdk in runITsJdks) {
            String osLabel = jenkinsEnv.labelForOS(os);
            String jdkName = jenkinsEnv.jdkFromVersion(os, "${jdk}")
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sun Mar 03 21:28:30 GMT 2024
    - 7.7K bytes
    - Viewed (0)
  2. Jenkinsfile

                    }
                } finally {
                    junit testResults: '**/target/surefire-reports/*.xml,**/target/failsafe-reports/*.xml', allowEmptyResults: true
                }    
            }
        }
    }
    
    Map runITsTasks = [:]
    for (String os in runITsOses) {
        for (def jdk in runITsJdks) {
            String osLabel = jenkinsEnv.labelForOS(os);
            String jdkName = jenkinsEnv.jdkFromVersion(os, "${jdk}")
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sun Mar 03 21:28:30 GMT 2024
    - 8.4K bytes
    - Viewed (0)
  3. maven-core/lifecycle-executor.txt

              <required>true</required>
              <editable>false</editable>
            </parameter>
            <parameter>
              <name>properties</name>
              <type>java.util.Map</type>
              <required>false</required>
              <editable>true</editable>
            </parameter>
            <parameter>
              <name>remoteArtifactRepositories</name>
              <type>java.util.List</type>
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Jul 18 17:22:19 GMT 2022
    - 9.7K bytes
    - Viewed (0)
  4. maven-core/plugin-manager.txt

     * application data - do we need a dictionary for our applications like Apple does. We could easily
     * hook into this and this is the model we need to follow - how many of our REST services do not map
     * directory to a method in the application interface?
     *
     * - research extension points versus plugins
     *
     * from igor: two plugins A and B, both depend on the same library but use different versions, say
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Jul 18 22:45:13 GMT 2022
    - 12.9K bytes
    - Viewed (0)
Back to top