Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for severity (0.23 sec)

  1. maven-core/src/main/resources/META-INF/maven/extension.xml

        <exportedPackage>javax.enterprise.inject.*</exportedPackage>
        -->
    
        <!-- javax.annotation (JSR-250) -->
        <exportedPackage>javax.annotation.*</exportedPackage>
        <exportedPackage>javax.annotation.security.*</exportedPackage>
    
        <exportedPackage>jakarta.inject.*</exportedPackage>
        <exportedPackage>jakarta.annotation.*</exportedPackage>
    
        <!--
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jan 08 10:37:09 GMT 2024
    - 12.2K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/config-with-plugin-mng/pom.xml

                <configuration>
                  <version>1.0.8</version>
                </configuration>
              </execution>
              <execution>
                <id>security.xml</id>
                <configuration>
                  <version>1.0.0</version>
                  <model>src/main/mdo/security.xml</model>
                </configuration>
              </execution>
            </executions>
          </plugin>
        </plugins>
        <pluginManagement>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Dec 24 18:50:27 GMT 2020
    - 1K bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/execution-configuration/pom.xml

                                <model>src/main/mdo/nexus.xml</model>
                            </configuration>
                        </execution>
    
                        <execution>
                            <id>security.xml</id>
                            <goals>
                                <goal>java1</goal>
                                <goal>xpp3-reader1</goal>
                                <goal>xpp3-writer1</goal>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 2.2K bytes
    - Viewed (0)
Back to top