- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 222 for Integration (0.05 sec)
-
api/maven-api-spi/src/main/java/org/apache/maven/api/spi/ProjectScopeProvider.java
* <p> * Example usage: * <pre> * public class CustomProjectScopeProvider implements ProjectScopeProvider { * public Collection<ProjectScope> provides() { * return Collections.singleton(projectScope("integration-test")); * } * } * </pre> * * @see org.apache.maven.api.ProjectScope * @see org.apache.maven.api.spi.ExtensibleEnumProvider * @since 4.0.0 */ @Experimental @Consumer @Named
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Apr 03 13:33:59 UTC 2025 - 2K bytes - Viewed (0) -
impl/maven-core/src/test/resources-project-builder/basedir-aligned-interpolation/pom.xml
under the License. --> <project> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its.mng3822</groupId> <artifactId>test1</artifactId> <version>1.0-SNAPSHOT</version> <name>Maven Integration Test :: MNG-3822</name> <description> Verify that POM interpolation uses basedir-aligned build directories. </description> <properties>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.2K bytes - Viewed (0) -
src/main/resources/fess_env.properties
lasta_di.smart.deploy.mode = warm # Is development environment here? (used for various purpose, you should set false if unknown) development.here = true # The title of environment (e.g. local or integration or production) environment.title = Local Development # Does it enable the Framework internal debug? (true only when emergency) framework.debug = false
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Aug 07 04:53:24 UTC 2021 - 2.2K bytes - Viewed (1) -
impl/maven-core/src/test/remote-repo/org/apache/maven/its/b/0.1/b-0.1.pom
--> <project> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its</groupId> <artifactId>b</artifactId> <version>0.1</version> <packaging>jar</packaging> <name>Maven Integration Test :: Dummy Artifact</name> <description> </description> <distributionManagement> <repository> <id>maven-core-it</id> <url>file:///${basedir}/repo</url> </repository>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.4K bytes - Viewed (0) -
impl/maven-core/src/test/projects/project-builder/mng-3023/consumer/pom.xml
<parent> <groupId>org.apache.maven.its.mng3023</groupId> <artifactId>parent</artifactId> <version>1</version> </parent> <artifactId>consumer</artifactId> <name>Maven Integration Test :: MNG-3023 :: Consumer</name> <description>Test that reactor projects are included in dependency resolution.</description> <dependencies> <dependency> <groupId>org.apache.maven.its.mng3023</groupId>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2K bytes - Viewed (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/plugins/maven-install-plugin/0.1/maven-install-plugin-0.1.pom
<modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> <version>0.1</version> <packaging>maven-plugin</packaging> <name>Maven Integration Test Plugin</name> <description> A test plugin to assist testing of Maven core. </description> <inceptionYear>2009</inceptionYear> <distributionManagement> <repository>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.1K bytes - Viewed (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/plugins/maven-resources-plugin/0.1/maven-resources-plugin-0.1.pom
<modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>0.1</version> <packaging>maven-plugin</packaging> <name>Maven Integration Test Plugin</name> <description> A test plugin to assist testing of Maven core. </description> <inceptionYear>2009</inceptionYear> <distributionManagement> <repository>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.1K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/collector/MultiModuleCollectionStrategy.java
} /** * multiModuleProjectDirectory in MavenExecutionRequest is not always the parent of the request pom. * 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) */Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 9.1K bytes - Viewed (0) -
docs/fr/docs/features.md
* **Aucun compromis** avec les bases de données, les frontends, etc. Mais une intégration facile avec n'importe lequel d'entre eux. ### "Plug-ins" illimités Ou, en d'autres termes, pas besoin d'eux, importez le code que vous voulez et utilisez le.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 11.1K bytes - Viewed (0) -
src/test/java/jcifs/https/HandlerTest.java
void testDeprecatedAnnotation() { // Then assertTrue(Handler.class.isAnnotationPresent(Deprecated.class)); } } @Nested @DisplayName("Integration Tests") class IntegrationTests { @Test @DisplayName("Should support NTLM over HTTPS") void testNtlmSupport() { // When
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 6.6K bytes - Viewed (0)