Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Pschera (0.23 sec)

  1. maven-core/src/test/resources/projects/future-schema-model-version-pom.xml

    Stephen Connolly <******@****.***> 1559594024 +0100
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Mon Jun 03 20:33:44 GMT 2019
    - 993 bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomArtifactTransformer.java

        private static final String BUILD_POM_CLASSIFIER = "build";
    
        private static final String NAMESPACE_FORMAT = "http://maven.apache.org/POM/%s";
    
        private static final String SCHEMA_LOCATION_FORMAT = "https://maven.apache.org/xsd/maven-%s.xsd";
    
        private final Set<Path> toDelete = new CopyOnWriteArraySet<>();
    
        private final ConsumerPomBuilder builder;
    
        @Inject
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Jan 10 12:55:54 GMT 2024
    - 8K bytes
    - Viewed (0)
  3. maven-core/src/test/java/org/apache/maven/project/DefaultMavenProjectBuilderTest.java

        }
    
        @Test
        void testFutureSchemaModelVersion() throws Exception {
            File f1 = getTestFile("src/test/resources/projects/future-schema-model-version-pom.xml");
    
            ProjectBuildingException e = assertThrows(
                    ProjectBuildingException.class, () -> getProject(f1), "Expected to fail for future versions");
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jun 19 15:04:04 GMT 2023
    - 16.5K bytes
    - Viewed (0)
  4. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelValidator.java

            // effective model.
            //
            // As of 3.4, the model version is mandatory even in raw models. The XML element still is optional in the
            // XML schema and this will not change anytime soon. We do not want to build effective models based on
            // models without a version starting with 3.4.
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 65K bytes
    - Viewed (0)
Back to top