- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getLoggingLevel (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionRequest.java
copy.setInactiveProfiles(original.getInactiveProfiles()); copy.setTransferListener(original.getTransferListener()); copy.setLoggingLevel(original.getLoggingLevel()); copy.setGlobalChecksumPolicy(original.getGlobalChecksumPolicy()); copy.setUpdateSnapshots(original.isUpdateSnapshots()); copy.setRemoteRepositories(original.getRemoteRepositories());
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Dec 12 11:02:17 GMT 2024 - 32.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java
TransferListener getTransferListener(); // Logging MavenExecutionRequest setLoggingLevel(int loggingLevel); int getLoggingLevel(); // Update snapshots MavenExecutionRequest setUpdateSnapshots(boolean updateSnapshots); boolean isUpdateSnapshots();Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Dec 12 11:02:17 GMT 2024 - 18.6K bytes - Click Count (0)