- Sort Score
- Num 10 results
- Language All
Results 21 - 25 of 25 for restResources (0.28 seconds)
-
android/pom.xml
</includes> <targetPath>META-INF</targetPath> </resource> </resources> <testResources> <testResource> <directory>test</directory> <excludes> <exclude>**/*.java</exclude> </excludes> </testResource> </testResources> <plugins> <plugin> <artifactId>maven-enforcer-plugin</artifactId> <executions>Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Feb 17 19:12:41 GMT 2026 - 26.9K bytes - Click Count (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/validation/DefaultModelValidatorTest.java
assertEquals( "'build.resources.resource.directory' is missing.", result.getErrors().get(0)); assertEquals( "'build.testResources.testResource.directory' is missing.", result.getErrors().get(1)); } @Test void testBadPluginDependencyScope() throws Exception {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 33.9K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
} // Resources for (Resource resource : build.getResources()) { visit(resource); } // TestResources for (Resource resource : build.getTestResources()) { visit(resource); } // Directory org = build.getDirectory();Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 43.1K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
validate20RawResources(problems, build.getResources(), "build.resources.resource.", request); validate20RawResources( problems, build.getTestResources(), "build.testResources.testResource.", request); } Reporting reporting = m.getReporting(); if (reporting != null) { for (ReportPlugin p : reporting.getPlugins()) {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Sep 03 15:06:05 GMT 2025 - 66.8K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
</association> <annotations> <annotation>@Deprecated(since = "4.0.0")</annotation> </annotations> </field> <field> <name>testResources</name> <version>4.0.0+</version> <description> This element describes all the classpath resources such as properties files associated with a project's unit tests.Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 17 09:48:21 GMT 2026 - 133.5K bytes - Click Count (0)