- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 149 for Prerequisites (0.04 seconds)
-
docs/multi-user/README.md
## Get started In this document we will explain in detail on how to configure multiple users. ### 1. Prerequisites - Install mc - [MinIO Client Quickstart Guide](https://docs.min.io/community/minio-object-store/reference/minio-mc.html#quickstart)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 8.2K bytes - Click Count (0) -
apache-maven/src/assembly/maven/bin/mvn
# specific language governing permissions and limitations # under the License. # ----------------------------------------------------------------------------- # Apache Maven Startup Script # # Environment Variable Prerequisites # # JAVA_HOME (Optional) Points to a Java installation. # MAVEN_ARGS (Optional) Arguments passed to Maven before CLI arguments.
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Dec 10 16:40:06 GMT 2025 - 9.2K bytes - Click Count (0) -
README.md
- **Apache Lucene**: Query parsing and text analysis - **ICU4J**: Unicode text processing and normalization - **JUnit 4**: Testing framework - **Maven**: Build and dependency management ## Quick Start ### Prerequisites - Java 21 or higher - OpenSearch/Elasticsearch cluster (2.x+ recommended) - Maven 3.8+ for building from source ### Installation Add the dependency to your `pom.xml`: ```xml <dependency>
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Sun Aug 31 03:31:14 GMT 2025 - 12.1K bytes - Click Count (1) -
README.md
- **Content Extraction**: Apache Tika, Apache POI, PDFBox - **Testing**: JUnit 4, UTFlute, Testcontainers - **Storage Backends**: OpenSearch, Memory-based ## Quick Start ### Prerequisites - Java 21 or higher - Maven 3.6 or higher ### Installation Add the following dependency to your `pom.xml`: ```xml <dependency> <groupId>org.codelibs.fess</groupId>
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Aug 31 05:32:52 GMT 2025 - 15.3K bytes - Click Count (0) -
apache-maven/src/assembly/maven/bin/mvn.cmd
@REM under the License. @REM ----------------------------------------------------------------------------- @REM Apache Maven Startup Script @REM @REM Environment Variable Prerequisites @REM @REM JAVA_HOME (Optional) Points to a Java installation. @REM MAVEN_ARGS (Optional) Arguments passed to Maven before CLI arguments.
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Dec 10 16:40:06 GMT 2025 - 10.7K bytes - Click Count (3) -
compat/maven-model-builder/src/site/apt/index.apt
By default, every model field is inherited as-is from parent, with a few exceptions that are intentionally not inherited: <<<modelVersion>>>, <<<artifactId>>>, <<<packaging>>>, <<<profiles>>> (injected in phase 1) and <<<prerequisites>>>. Notice that the 5 URLs from the model (<<<project.url>>>, <<<project.scm.connection>>>, <<<project.scm.developerConnection>>>,
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 03 08:42:52 GMT 2025 - 13.2K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<!-- Build prerequisites --> <!-- ====================================================================== --> <field xdoc.separator="blank"> <name>prerequisites</name> <version>4.0.0+</version> <description>Describes the prerequisites in the build environment for this project.</description>Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0) -
docs/bigdata/README.md
## **2. Prerequisites** - Install Hortonworks Distribution using this [guide.](https://docs.hortonworks.com/HDPDocuments/Ambari-2.7.1.0/bk_ambari-installation/content/ch_Installing_Ambari.html)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 14.7K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
} /** MNG-3843 */ @Test void testPrerequisitesAreNotInherited() throws Exception { PomTestWrapper pom = buildPom("prerequisites-inheritance/child"); assertSame(null, pom.getValue("prerequisites")); } @Test void testLicensesAreInheritedButNotAggregated() throws Exception { PomTestWrapper pom = buildPom("licenses-inheritance/child-2");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) -
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
import org.apache.maven.model.Organization; import org.apache.maven.model.Plugin; import org.apache.maven.model.PluginExecution; import org.apache.maven.model.PluginManagement; import org.apache.maven.model.Prerequisites; import org.apache.maven.model.Profile; import org.apache.maven.model.ReportPlugin; import org.apache.maven.model.ReportSet; import org.apache.maven.model.Reporting; import org.apache.maven.model.Repository;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Aug 29 12:47:20 GMT 2025 - 67K bytes - Click Count (0)