- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 2,594 for project1 (0.04 sec)
-
docs/distributed/samples/bootstrap-partial.ldif
ou: groups description: groups branch # Create project groups dn: cn=projectx,ou=groups,ou=hwengg,dc=min,dc=io objectclass: groupofnames cn: projectx description: Project X group members member: uid=alice1,ou=people,ou=hwengg,dc=min,dc=io member: uid=bobfisher,ou=people,ou=hwengg,dc=min,dc=io dn: cn=projecty,ou=groups,ou=hwengg,dc=min,dc=io objectclass: groupofnames cn: projecty description: Project Y group members
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Thu Sep 12 15:59:00 UTC 2024 - 1.4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/collector/MultiModuleCollectionStrategy.java
* We should always check whether the request pom project is collected. * The integration tests for MNG-6223 are examples for this scenario. * * @return true if the collected projects contain the requested project (for example with -f) */ private boolean isRequestedProjectCollected(MavenExecutionRequest request, List<MavenProject> projects) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 9.1K bytes - Viewed (0) -
okhttp-dnsoverhttps/build.gradle.kts
} project.applyOsgi( "Export-Package: okhttp3.dnsoverhttps", "Bundle-SymbolicName: com.squareup.okhttp3.dnsoverhttps" ) project.applyJavaModules("okhttp3.dnsoverhttps") dependencies { "friendsApi"(projects.okhttp) testImplementation(projects.okhttpTestingSupport) testImplementation(projects.mockwebserver) testImplementation(projects.mockwebserver3Junit5)
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Sep 21 06:22:22 UTC 2025 - 906 bytes - Viewed (1) -
build-logic/integration-testing/build.gradle.kts
} } } dependencies { implementation("gradlebuild:basics") implementation("gradlebuild:module-identity") implementation(projects.cleanup) implementation(projects.dependencyModules) implementation(projects.jvm) testImplementation("junit:junit")Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Nov 27 06:24:17 UTC 2025 - 930 bytes - Viewed (0) -
okhttp-urlconnection/build.gradle.kts
} project.applyOsgi( "Fragment-Host: com.squareup.okhttp3; bundle-version=\"\${range;[==,+);\${version_cleanup;${projects.okhttp.version}}}\"", "Bundle-SymbolicName: com.squareup.okhttp3.urlconnection", "-removeheaders: Private-Package" ) project.applyJavaModules("okhttp3.urlconnection") dependencies { "friendsApi"(projects.okhttp) api(projects.okhttpJavaNetCookiejar)
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Sep 21 06:22:22 UTC 2025 - 738 bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/ReactorReader.java
if (projects != null) { Map<String, Map<String, Map<String, MavenProject>>> map = new HashMap<>(); projects.forEach(project -> map.computeIfAbsent(project.getGroupId(), k -> new HashMap<>()) .computeIfAbsent(project.getArtifactId(), k -> new HashMap<>()) .put(project.getVersion(), project)); this.projects = map; } else {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Dec 15 11:20:38 UTC 2025 - 24.4K bytes - Viewed (0) -
util/gradle_integration_tests.sh
#!/bin/bash set -eu ./mvnw clean install --projects '!guava-testlib,!guava-tests,!guava-bom,!guava-gwt' -Dmaven.test.skip=true -Dmaven.javadoc.skip=true ./mvnw clean install --projects '!guava-testlib,!guava-tests,!guava-bom' -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -f android # We run this separately so that its change to the default toolchain doesn't affect anything else.
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Jan 02 19:24:12 UTC 2025 - 1.9K bytes - Viewed (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/tasks/ClasspathManifest.kt
} private fun createProperties() = Properties().also { properties -> properties["runtime"] = runtime.get().joinToString(",") properties["projects"] = projects.get().joinToString(",") optionalProjects.get().takeIf { it.isNotEmpty() }?.let { optional -> properties["optional"] = optional.joinForProperties() } } privateRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Mar 28 20:26:58 UTC 2024 - 2.4K bytes - Viewed (0) -
docs/site-replication/run-multi-site-oidc.sh
./mc admin policy remove minio3 projecta sleep 10 ./mc admin policy info minio1 projecta if [ $? -eq 0 ]; then echo "expecting the command to fail, exiting.." exit_1 fi ./mc admin policy info minio2 projecta if [ $? -eq 0 ]; then echo "expecting the command to fail, exiting.." exit_1 fi ./mc admin policy create minio1 projecta ./docs/site-replication/rw.json sleep 5
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Sep 24 08:03:58 UTC 2024 - 8.5K bytes - Viewed (0) -
compat/maven-model-builder/src/test/resources/dag.txt
quarkus/independent-projects/resteasy-reactive/client/processor/pom.xml quarkus/independent-projects/resteasy-reactive/client/runtime/pom.xml quarkus/independent-projects/resteasy-reactive/common/processor/pom.xml quarkus/independent-projects/resteasy-reactive/server/jackson/pom.xml quarkus/independent-projects/resteasy-reactive/server/runtime/pom.xml quarkus/independent-projects/resteasy-reactive/server/processor/pom.xml
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 224K bytes - Viewed (0)