- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 70 for maxLen (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
.github/workflows/maven.yml
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Mar 24 08:21:28 GMT 2026 - 12.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/validation/CustomSizeTest.java
// Test field with CustomSize annotation for testing @CustomSize(minKey = "test.min", maxKey = "test.max") private String testField; // Test field with only minKey @CustomSize(minKey = "test.min.only") private String testFieldMinOnly; // Test field with only maxKey @CustomSize(maxKey = "test.max.only") private String testFieldMaxOnly; // Test field with custom messageCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 17.4K bytes - Click Count (0) -
doap_Maven.rdf
maven/maven-3/3.9.10/source/apache-maven-3.9.10-src.tar.gz Apache Maven 3.9.9 2024-08-17 3.9.9 https://archive.apache.org/dist/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip https://archive.apache.org/dist/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz https://archive.apache.org/dist/maven/maven-3/3.9.9/source/apache-maven-3.9.9-src.zip https://archive.apache.org/dist/maven/maven-3/3.9.9/source/apache-maven-3.9.9-src.tar.gz Apache Maven 3.9.8 2024-06-17 3.9.8 https://archive...
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Mar 14 15:05:35 GMT 2026 - 38K bytes - Click Count (0) -
README.md
``` [home]: https://maven.apache.org/ [license]: https://www.apache.org/licenses/LICENSE-2.0 [build]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/master/ [build-4.0]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-4.0.x/ [build-3.10]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-3.10.x/
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Mar 25 08:06:02 GMT 2026 - 5.9K bytes - Click Count (0) -
.asf.yaml
maven-3.8.x: {} maven-3.0.x: {} maven-2.2.x: {} pre-reset-master: {} features: issues: true notifications: commits: commits@maven.apache.org issues: issues@maven.apache.orgCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Mar 30 18:09:45 GMT 2026 - 709 bytes - Click Count (0) -
.teamcity/pom.xml
</plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>3.5.5</version> </plugin> <plugin> <groupId>com.github.gantsign.maven</groupId> <artifactId>ktlint-maven-plugin</artifactId> <version>3.5.0</version> <executions>Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 22:03:46 GMT 2026 - 7.4K bytes - Click Count (2) -
.github/dependabot.yml
# version: 2 updates: - package-ecosystem: "maven" directory: "/" schedule: interval: "daily" - package-ecosystem: "maven" directory: "/" schedule: interval: "daily" target-branch: "maven-4.0.x" labels: - "mvn40" - "dependencies" - package-ecosystem: "maven" directory: "/" schedule: interval: "daily"Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Mar 25 06:48:29 GMT 2026 - 2.1K bytes - Click Count (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/ArtifactDescriptorReaderDelegate.java
import org.apache.maven.model.Model; import org.apache.maven.model.Prerequisites; import org.apache.maven.model.Repository; import org.apache.maven.repository.internal.artifact.MavenArtifactProperties; import org.apache.maven.repository.internal.type.DefaultType; import org.eclipse.aether.RepositorySystemSession; import org.eclipse.aether.artifact.Artifact; import org.eclipse.aether.artifact.ArtifactProperties; import org.eclipse.aether.artifact.ArtifactType;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Mar 19 13:42:58 GMT 2026 - 6.1K bytes - Click Count (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/MavenSessionBuilderSupplier.java
* under the License. */ package org.apache.maven.repository.internal; import java.util.Arrays; import java.util.function.Supplier; import org.apache.maven.api.DependencyScope; import org.apache.maven.repository.internal.artifact.FatArtifactTraverser; import org.apache.maven.repository.internal.scopes.Maven4ScopeManagerConfiguration; import org.apache.maven.repository.internal.type.DefaultTypeProvider;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Mar 28 11:22:05 GMT 2026 - 8.1K bytes - Click Count (0) -
module.xml
<property name="modules.dir" value="${basedir}/modules" /> <property name="target.dir" value="${basedir}/target/modules" /> <!-- Maven Repository --> <property name="maven.snapshot.repo.url" value="https://central.sonatype.com/repository/maven-snapshots" /> <property name="maven.release.repo.url" value="https://maven.codelibs.org" /> <property name="opensearch.version" value="3.5.0" /> <target name="install.modules">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 4.6K bytes - Click Count (0)