- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 161 for Wain (0.09 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/Session.java
/** * Shortcut for {@code getService(DependencyResolver.class).flatten(...)}. * * @param node node for which to get a flattened list * @param scope build path scope (main compile, test compile, etc.) of desired nodes * @return flattened list of node with the given build path scope * @throws org.apache.maven.api.services.DependencyResolverException if the dependency flattening failed *
Registered: 2024-06-12 09:55 - Last Modified: 2024-06-11 07:23 - 30.2K bytes - Viewed (0) -
maven-model/pom.xml
<basedir>${project.basedir}/../api/maven-api-model</basedir> <velocityBasedir>${project.basedir}/../src/mdo</velocityBasedir> <version>4.1.0</version> <models> <model>src/main/mdo/maven.mdo</model> </models> <params> <param>forcedIOModelVersion=4.0.0</param> <param>packageModelV3=org.apache.maven.model</param>
Registered: 2024-06-12 09:55 - Last Modified: 2024-05-22 14:07 - 6.9K bytes - Viewed (0) -
CONTRIBUTING.md
+ Fork the repository on GitHub. Making and Submitting Changes -------------- We accept Pull Requests via GitHub. The [developer mailing list][dev-ml-list] is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us: + Create a topic branch from where you want to base your work (this is usually the master branch).
Registered: 2024-06-12 09:55 - Last Modified: 2021-10-10 09:48 - 4.7K bytes - Viewed (0) -
maven-core/src/test/java/org/apache/maven/lifecycle/LifecycleExecutorTest.java
assertEquals( "src/main/mdo/remote-resources.mdo", new MojoExecutionXPathContainer(executions.get(1)).getValue("configuration/models[1]/model")); assertEquals( "src/main/mdo/supplemental-model.mdo", new MojoExecutionXPathContainer(executions.get(4)).getValue("configuration/models[1]/model"));
Registered: 2024-06-12 09:55 - Last Modified: 2024-01-09 20:57 - 24.7K bytes - Viewed (0) -
maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java
Registered: 2024-06-12 09:55 - Last Modified: 2023-09-06 08:39 - 26K bytes - Viewed (0) -
maven-core/src/main/java/org/apache/maven/ReactorReader.java
Stream.concat( // pom artifact Stream.of(new ProjectArtifact(project)), // main project artifact if not a pom "pom".equals(project.getPackaging()) ? Stream.empty() : Stream.of(project.getArtifact())), // attached artifacts
Registered: 2024-06-12 09:55 - Last Modified: 2024-05-02 16:33 - 21.3K bytes - Viewed (0) -
maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml
<plugin> <artifactId>maven-assembly-plugin</artifactId> <inherited>false</inherited> <configuration> <descriptors> <descriptor>src/main/assembly/src.xml</descriptor> </descriptors> <tarLongFileMode>gnu</tarLongFileMode> <finalName>maven-${project.version}-src</finalName> </configuration>
Registered: 2024-06-12 09:55 - Last Modified: 2021-09-11 08:52 - 22.4K bytes - Viewed (0) -
maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml
<plugin> <artifactId>maven-assembly-plugin</artifactId> <inherited>false</inherited> <configuration> <descriptors> <descriptor>src/main/assembly/src.xml</descriptor> </descriptors> <tarLongFileMode>gnu</tarLongFileMode> <finalName>maven-${project.version}-src</finalName> </configuration>
Registered: 2024-06-12 09:55 - Last Modified: 2023-08-03 09:29 - 22.4K bytes - Viewed (0) -
maven-core/src/main/java/org/apache/maven/project/artifact/AttachedArtifact.java
+ " It is derived from the main artifact."); } public String getBaseVersion() { return parent.getBaseVersion(); } public void setBaseVersion(String baseVersion) { throw new UnsupportedOperationException("Cannot change the version information for an attached artifact." + " It is derived from the main artifact."); } public String getDownloadUrl() {
Registered: 2024-06-12 09:55 - Last Modified: 2022-12-26 15:12 - 6.1K bytes - Viewed (0) -
maven-model/src/test/resources/xml/pom.xml
<template>src/main/mdo/model-v3.vm</template> <template>src/main/mdo/merger.vm</template> <template>src/main/mdo/transformer.vm</template> <template>src/main/mdo/reader.vm</template> <template>src/main/mdo/reader-ex.vm</template> <template>src/main/mdo/writer.vm</template> <template>src/main/mdo/writer-ex.vm</template>
Registered: 2024-06-12 09:55 - Last Modified: 2022-10-14 08:23 - 4.2K bytes - Viewed (0)