- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 139 for Goal (0.02 seconds)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/Goal.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.cling.invoker.mvnup; /** * The mvnup tool goal. */ public interface Goal { int execute(UpgradeContext context) throws Exception;Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Jun 07 06:22:47 GMT 2025 - 971 bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnenc/Goal.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.cling.invoker.mvnenc; /** * The mvnenc tool goal. */ public interface Goal { int execute(EncryptContext context) throws Exception;Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Nov 13 14:14:56 GMT 2024 - 973 bytes - Click Count (0) -
apache-maven/pom.xml
<artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <id>unpack-jline-native</id> <goals> <goal>unpack-dependencies</goal> </goals> <configuration> <includeArtifactIds>jline-native</includeArtifactIds> <includes>org/jline/nativ/**</includes> </configuration>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 30 07:38:30 GMT 2026 - 13K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/plugin/annotations/Execute.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Apr 12 10:50:18 GMT 2024 - 2.2K bytes - Click Count (0) -
api/maven-api-metadata/pom.xml
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Jun 29 22:37:39 GMT 2025 - 2.7K bytes - Click Count (0) -
api/maven-api-plugin/pom.xml
<artifactId>modello-maven-plugin</artifactId> <executions> <execution> <id>modello-plugin</id> <goals> <goal>velocity</goal> <goal>xdoc</goal> <goal>xsd</goal> </goals> <phase>generate-sources</phase> <configuration> <velocityBasedir>${project.basedir}/../../src/mdo</velocityBasedir>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Jun 29 22:37:39 GMT 2025 - 3.8K bytes - Click Count (0) -
api/maven-api-cli/pom.xml
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Jun 29 22:37:39 GMT 2025 - 2.8K bytes - Click Count (0) -
api/maven-api-model/pom.xml
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Sep 16 12:39:59 GMT 2025 - 3.2K bytes - Click Count (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/MojoNotFoundException.java
private String goal; private PluginDescriptor pluginDescriptor; public MojoNotFoundException(String goal, PluginDescriptor pluginDescriptor) { super(toMessage(goal, pluginDescriptor)); this.goal = goal; this.pluginDescriptor = pluginDescriptor; } public String getGoal() { return goal; }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.4K bytes - Click Count (0) -
pom.xml
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat Dec 20 04:15:34 GMT 2025 - 4.9K bytes - Click Count (0)