- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for Reporting (0.17 sec)
-
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
assertEquals(Boolean.TRUE, pom.getValue("reporting/excludeDefaults")); assertPathSuffixEquals("docs", pom.getValue("reporting/outputDirectory")); assertEquals(1, ((List<?>) pom.getValue("reporting/plugins")).size()); assertEquals("org.apache.maven.its.plugins", pom.getValue("reporting/plugins[1]/groupId")); assertEquals("maven-it-plugin-reporting", pom.getValue("reporting/plugins[1]/artifactId"));
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 94.8K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
} Reporting reporting = m.getReporting(); if (reporting != null) { for (ReportPlugin p : reporting.getPlugins()) { validateStringNotEmpty( "reporting.plugins.plugin.artifactId", problems, Severity.ERROR,Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 03 15:06:05 UTC 2025 - 66.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java
execution. While this /may/ work fine, please look for plugin updates and/or \ request plugins be made thread-safe. If reporting an issue, report it against the \ plugin in question, not against Apache Maven.""")) { logger.warn(s); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 06:12:36 UTC 2025 - 55.1K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
} } return Collections.unmodifiableList(list); } @Deprecated public void setReporting(Reporting reporting) { getModel().setReporting(reporting); } @Deprecated public Reporting getReporting() { return getModel().getReporting(); } @DeprecatedRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Aug 29 12:47:20 UTC 2025 - 67K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
* This fixed environments where CPU and Memory Accounting were not enabled on the unit that launched the kubelet or docker from reporting the root cgroup when monitoring usage stats for those components. * New default horizontalpodautoscaler/v1 generator for kubectl autoscale. ([#26775](https://github.com/kubernetes/kubernetes/pull/26775), [@piosz](https://github.com/piosz))
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/MapMakerInternalMap.java
return entryHelper.valueStrength().defaultEquivalence(); } // ConcurrentMap methods @Override public boolean isEmpty() { /* * Sum per-segment modCounts to avoid mis-reporting when elements are concurrently added and * removed in one segment while checking another, in which case the table was never actually * empty at any point. (The sum ensures accuracy up through at least 1<<31 per-segment
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 18:35:44 UTC 2025 - 89.9K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
if (depMgmt == null) { return; } String importing = model.getGroupId() + ':' + model.getArtifactId() + ':' + model.getVersion(); importIds.add(importing); final WorkspaceModelResolver workspaceResolver = request.getWorkspaceModelResolver();Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Mar 30 23:08:08 UTC 2025 - 55.3K bytes - Viewed (0)