- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 268 for proyectos (0.18 sec)
-
apache-maven/README.txt
Apache Maven What is it? ----------- Maven is a software project management and comprehension tool. Based on the concept of a Project Object Model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. Documentation ------------- The most up-to-date documentation can be found at https://maven.apache.org/. Release Notes -------------Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Aug 12 21:54:56 UTC 2024 - 1.2K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelBuildingRequest.java
* users to migrate their projects. */ int VALIDATION_LEVEL_MAVEN_2_0 = 20; /** * Denotes validation as performed by Maven 3.0. This validation level is meant for existing projects. */ int VALIDATION_LEVEL_MAVEN_3_0 = 30; /** * Denotes validation as performed by Maven 3.1. This validation level is meant for new projects. */ int VALIDATION_LEVEL_MAVEN_3_1 = 31;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 12.8K bytes - Viewed (0) -
compat/maven-compat/src/main/resources/META-INF/maven/plugin-expressions/rootless.paramdoc.xml
</cliOption> </cliOptions> </expression> <expression> <syntax>reactorProjects</syntax> <description>This is the current list of projects being built by Maven.</description> </expression> </expressions>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/DuplicateProjectException.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.project; import java.io.File; /** * Exception that occurs when the project list contains duplicate projects instead of ignoring one. * */ public class DuplicateProjectException extends Exception { private final String projectId; private final File existingProjectFile;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.2K bytes - Viewed (0) -
impl/maven-core/src/test/projects/project-builder/mng-3023/consumer/pom.xml
<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> <artifactId>dependency</artifactId> <version>1</version>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2K bytes - Viewed (0) -
android-test-app/build.gradle.kts
testProguardFiles("test-proguard-rules.pro") } } lint { abortOnError = true } } dependencies { implementation(libs.playservices.safetynet) implementation(projects.okhttp) implementation(libs.androidx.activity) androidTestImplementation(libs.androidx.junit) androidTestImplementation(libs.androidx.espresso.core) androidTestImplementation(libs.androidx.test.runner)
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Jul 19 12:35:48 UTC 2025 - 1.2K bytes - Viewed (0) -
COMPLIANCE.md
of MinIO is in compliance with the AGPLv3 license requirements. You should instead rely on your own legal counsel or licensing specialists to audit and ensure your application is in compliance with the licenses of MinIO and all other open-source projects with which your application integrates or interacts. We understand that AGPLv3 licensing is complex and nuanced. It is for that reason we strongly encourage using experts in licensing to make any such determinations around compliance instead of relying...
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sat Feb 12 00:51:25 UTC 2022 - 1.1K bytes - Viewed (0) -
docs/en/docs/external-links.md
# External Links **FastAPI** has a great community constantly growing. There are many posts, articles, tools, and projects, related to **FastAPI**. You could easily use a search engine or video platform to find many resources related to FastAPI. /// info Before, this page used to list links to external articles.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 10 12:28:40 UTC 2025 - 917 bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/plugin/PluginManagerTest.java
class PluginManagerTest extends AbstractCoreMavenComponentTestCase { @Inject private DefaultBuildPluginManager pluginManager; protected String getProjectsDirectory() { return "src/test/projects/plugin-manager"; } @Test void testPluginLoading() throws Exception { MavenSession session = createMavenSession(null); Plugin plugin = new Plugin();Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Mar 30 23:08:36 UTC 2025 - 8.3K bytes - Viewed (0) -
docs/erasure/README.md
# MinIO Erasure Code Quickstart Guide [](https://slack.min.io) MinIO protects data against hardware failures and silent data corruption using erasure code and checksums. With the highest level of redundancy, you may lose up to half (N/2) of the total drives and still be able to recover the data. ## What is Erasure Code?
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 4.2K bytes - Viewed (0)