Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Look (0.15 sec)

  1. build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle.xml

            <module name="IllegalImport">
                <!--
                    We shouldn't use jdk.internal types.
                    
                    com.beust and org.testng.collections has classes that look like Guava.
    
                    We prefer to import javax.annotation and fully-qualify references to org.jetbrains.annotations.
                -->
    XML
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Fri Dec 16 22:05:16 GMT 2022
    - 6.3K bytes
    - Viewed (0)
  2. apache-maven/src/assembly/maven/conf/toolchains.xml

       |   the version has a special meaning. If you configured in the pom.xml '1.5'
       |   Maven will search for 1.5 and above.
       |
       | * configuration: Additional configuration for this tool.
       |   Look for documentation of the toolchains-aware plugin which configuration elements
       |   can be used.
       |
       | See also https://maven.apache.org/guides/mini/guide-using-toolchains.html
       |
       | General example
    
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Thu Dec 24 18:09:10 GMT 2020
    - 3.5K bytes
    - Viewed (0)
  3. apache-maven/src/assembly/maven/conf/settings.xml

        <!--
         | Here is another profile, activated by the property 'target-env' with a value of 'dev', which
         | provides a specific path to the Tomcat instance. To use this, your plugin configuration might
         | hypothetically look like:
         |
         | ...
         | <plugin>
         |   <groupId>org.myco.myplugins</groupId>
         |   <artifactId>myplugin</artifactId>
         |
         |   <configuration>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Mon Jun 19 15:06:01 GMT 2023
    - 11K bytes
    - Viewed (0)
Back to top