- Sort Score
- Num 10 results
- Language All
Results 241 - 250 of 2,559 for myproject (0.07 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/ProjectIndex.java
this.indices = new HashMap<>(projects.size() * 2); for (int i = 0; i < projects.size(); i++) { MavenProject project = projects.get(i); String key = BuilderCommon.getKey(project); this.getProjects().put(key, project); this.getIndices().put(key, i); } } public Map<String, MavenProject> getProjects() { return projects; }
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/multithreaded/ConcurrencyDependencyGraph.java
sortedResult.sort(projectComparator.getComparator()); return sortedResult; } /** * Marks the provided project as finished. Returns a list of * * @param mavenProject The project * @return The list of builds that are eligible for starting now that the provided project is done */ public List<MavenProject> markAsFinished(MavenProject mavenProject) { finishedProjects.add(mavenProject);
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 5.9K bytes - Click Count (0) -
guava-bom/pom.xml
<version>${project.version}</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava-gwt</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava-testlib</artifactId> <version>${project.version}</version> </dependency>
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 29 19:50:42 GMT 2025 - 3.1K bytes - Click Count (0) -
guava/module.json
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 29 19:50:42 GMT 2025 - 7.5K bytes - Click Count (0) -
impl/maven-core/lifecycle-executor.txt
<mavenSession implementation="org.apache.maven.execution.MavenSession">${session}</mavenSession> <project implementation="org.apache.maven.project.MavenProject">${project}</project> <includeArtifactIds implementation="java.lang.String" default-value="">${includeArtifactIds}</includeArtifactIds> </configuration> <parameters> <parameter>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 9.7K bytes - Click Count (0) -
container-tests/build.gradle.kts
onlyIf("By default not in CI") { System.getenv("CI") == null || (project.hasProperty("containerTests") && project.property("containerTests").toString().toBoolean()) } jvmArgs( "-Dokhttp.platform=$platform", ) if (platform == "loom") { jvmArgs( "-Djdk.tracePinnedThreads=short", ) } val javaToolchains = project.extensions.getByType<JavaToolchainService>()
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Mar 17 14:46:34 GMT 2024 - 1.1K bytes - Click Count (1) -
.gitignore
/target/ /.settings/ /fess-crawler*/target/ /fess-crawler*/bin/ /fess-crawler*/mydbflute/ /fess-crawler*/.project /fess-crawler*/.classpath /fess-crawler*/.settings/ /fess-crawler*/dependency-reduced-pom.xml /fess-crawler*/dbflute_crawler/log/*.log /fess-crawler*/dbflute_crawler/schema/project-schema-robot.xml /fess-crawler/phantomjsdriver.log .project .idea *.iml /.vscode
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Aug 31 05:32:52 GMT 2025 - 385 bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/TransformedArtifact.java
new TransformedArtifactHandler( classifier, extension, source.getArtifactHandler().getPackaging())); this.pomArtifactTransformer = pomArtifactTransformer; this.project = project; this.target = target; this.session = session; this.sourcePathProvider = sourcePathProvider; this.sourceState = new AtomicReference<>(null); } @Override
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Nov 06 18:32:25 GMT 2025 - 4.8K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-artifactId-urls-expected.xml
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/inheritance/urls-expected.xml
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2K bytes - Click Count (0)