- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 155 for Goals (0.04 seconds)
-
compat/maven-compat/src/test/java/org/apache/maven/project/EmptyLifecycleExecutor.java
} return plugins; } private Plugin newPlugin(String artifactId, String... goals) { Plugin plugin = new Plugin(); plugin.setGroupId("org.apache.maven.plugins"); plugin.setArtifactId(artifactId); for (String goal : goals) { PluginExecution pluginExecution = new PluginExecution(); pluginExecution.setId("default-" + goal);Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 3.6K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnenc/CommonsCliEncryptOptions.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Sep 25 17:39:57 GMT 2025 - 4K bytes - Click Count (0) -
api/maven-api-settings/pom.xml
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Jun 29 22:37:39 GMT 2025 - 3.6K bytes - Click Count (0) -
api/maven-api-toolchain/pom.xml
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Jun 29 22:37:39 GMT 2025 - 3.4K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/LayeredMavenOptions.java
@Override public Optional<String> atFile() { return returnFirstPresentOrEmpty(MavenOptions::atFile); } @Override public Optional<List<String>> goals() { return collectListIfPresentOrEmpty(MavenOptions::goals); } @Override public MavenOptions interpolate(UnaryOperator<String> callback) { ArrayList<MavenOptions> interpolatedOptions = new ArrayList<>(options.size());Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jun 11 13:14:09 GMT 2025 - 5.4K bytes - Click Count (0) -
compat/maven-toolchain-model/pom.xml
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Jun 29 22:37:39 GMT 2025 - 4K bytes - Click Count (0) -
compat/maven-repository-metadata/pom.xml
<velocityBasedir>${project.basedir}/../../src/mdo</velocityBasedir> </configuration> <executions> <execution> <id>modello-v3</id> <goals> <goal>velocity</goal> </goals> <configuration> <version>1.1.0</version> <models> <model>../../api/maven-api-metadata/src/main/mdo/metadata.mdo</model>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Jun 29 22:37:39 GMT 2025 - 3.5K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/BuilderCommon.java
for (String s : MultilineMessageHelper.format( "Your build is requesting parallel execution, but this project contains the following " + "plugin(s) that have goals not marked as thread-safe to support parallel execution.", "While this /may/ work fine, please look for plugin updates and/or " + "request plugins be made thread-safe.",
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 10 08:42:00 GMT 2025 - 10.3K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeGoal.java
return 1; } } /** * Determines whether modifications should be saved to disk. * Apply goals return true, Check goals return false. */ protected abstract boolean shouldSaveModifications(); /** * Saves the modified documents to disk using domtrip's perfect formatting preservation. */Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 12.5K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/MavenSession.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 24 17:29:44 GMT 2025 - 16.7K bytes - Click Count (0)