- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 12 for groupId1 (0.29 seconds)
-
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
} int processedCount = 0; for (final String groupId : groupIds) { if (logger.isDebugEnabled()) { logger.debug("[scheduleParentGroupLookup] Processing parent groups for groupId: {} ({}/{})", groupId, ++processedCount, groupIds.size());Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 56.7K bytes - Click Count (0) -
pom.xml
<groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </exclusion> <exclusion> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> </exclusion> <exclusion> <groupId>org.opensearch.plugin</groupId> <artifactId>repository-url</artifactId> </exclusion> <exclusion> <groupId>org.opensearch.plugin</groupId>
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Dec 20 08:30:43 GMT 2025 - 49.4K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
// before because with parents as ranges it will never work in this scenario. // String groupId = candidateModel.getGroupId(); if (groupId == null && candidateModel.getParent() != null) { groupId = candidateModel.getParent().getGroupId(); } String artifactId = candidateModel.getArtifactId();Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Mar 30 23:08:08 GMT 2025 - 55.3K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
} public void setGroupId(String groupId) { getModel().setGroupId(groupId); } public String getGroupId() { String groupId = getModel().getGroupId(); if ((groupId == null) && (getModel().getParent() != null)) { groupId = getModel().getParent().getGroupId(); } return groupId; }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Aug 29 12:47:20 GMT 2025 - 67K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
ModelBuildingRequest request) { // We only check for groupId/artifactId/version/classifier cause if there is another // module with the same groupId/artifactId/version/classifier this will fail the build // earlier like "Project '...' is duplicated in the reactor. // So it is sufficient to check only groupId/artifactId/version/classifier and not the // packaging type.Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 03 15:06:05 GMT 2025 - 66.8K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java
} return ""; } static String getGroupId(Model model) { String groupId = model.getGroupId(); if (groupId == null && model.getParent() != null) { groupId = model.getParent().getGroupId(); } return groupId; } static String getVersion(Model model) { String version = model.getVersion();Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 17:20:31 GMT 2025 - 51.8K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
assertEquals( "excluded-managed-dep", pom.getValue("dependencyManagement/dependencies[1]/exclusions[1]/artifactId")); assertEquals(1, ((List<?>) pom.getValue("dependencies")).size()); assertEquals("org.apache.maven.its", pom.getValue("dependencies[1]/groupId"));
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 94.8K bytes - Click Count (0) -
docs/changelogs/changelog_3x.md
* New: `Protocol.QUIC` constant. This protocol is not supported but this constant is included for completeness. * New: Upgrade to Okio 1.14.0. ```xml <dependency> <groupId>com.squareup.okio</groupId> <artifactId>okio</artifactId> <version>1.14.0</version> </dependency> com.squareup.okio:okio:1.14.0 ```Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Feb 06 14:55:54 GMT 2022 - 50.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
final String groupDn = srcrslt.getNameInNamespace(); if (logger.isDebugEnabled()) { logger.debug("Group DN: {}", groupDn); } final String groupName = getSearchRoleName(groupDn); final String roleType = updateSearchRoles(roleSet, groupDn, groupName);
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 86.3K bytes - Click Count (0) -
.teamcity/.mvn/wrapper/maven-wrapper.jar
Provisio Archiver Built-By: manfred Specification-Title: maven-wrapper Implementation-Vendor-Id: io.takari Created-By: Takari Inc. Build-Jdk: 1.8.0_232 Specification-Version: 0.5.6 META-INF/maven/io.takari/maven-wrapper/pom.properties version=0.5.6 groupId=io.takari artifactId=maven-wrapper org/apache/maven/wrapper/BootstrapMainStarter.class package org.apache.maven.wrapper; public synchronized class BootstrapMainStarter { public void BootstrapMainStarter(); public void start(String[], java.io.File)...Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Feb 26 01:48:39 GMT 2020 - 49.5K bytes - Click Count (0)