- Sort Score
- Result 10 results
- Languages All
Results 291 - 300 of 2,951 for eProject (0.04 sec)
-
compat/maven-compat/src/test/resources/inheritance-repo/t10/maven-test/poms/t10-b-1.0.pom
<project> <modelVersion>4.0.0</modelVersion> <groupId>maven-test</groupId> <artifactId>t10-b</artifactId> <packaging>jar</packaging> <version>1.0</version>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 176 bytes - Viewed (0) -
compat/maven-embedder/src/examples/simple-project/pom.xml
under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.embedder</groupId> <artifactId>simple-project</artifactId> <version>1.0-SNAPSHOT</version>
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/main/java/org/apache/maven/project/RepositorySessionDecorator.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.project; import org.eclipse.aether.RepositorySystemSession; /** * Component interface that allows per-project customization of Aether repository system sessions. * * <strong>Note:</strong> This interface is part of work in progress and can be changed or removed without notice.
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/lifecycle-executor/project-basic/pom.xml
specific language governing permissions and limitations under the License. --> <project> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.lifecycle.test</groupId> <artifactId>project-basic</artifactId> <version>1.0</version> <packaging>jar</packaging> <name>Test Project</name> <inceptionYear>2009</inceptionYear> <build> <pluginManagement> <plugins>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.5K bytes - Viewed (0) -
impl/maven-core/src/test/projects/plugin-manager/mng-5003-plugin-realm-cache/pom.xml
<project> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its.mng5003</groupId> <artifactId>mng-5003-plugin-realm-cache</artifactId> <version>1.0</version>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 190 bytes - Viewed (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t12scm/p0/modules/p1/pom.xml
<project> <parent> <artifactId>p0</artifactId> <groupId>maven</groupId> <version>1.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>p1</artifactId>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 247 bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/plugin/annotations/Mojo.java
*/ @Nonnull String defaultPhase() default ""; /** * does your mojo requires a project to be executed? * @return requires a project */ boolean projectRequired() default true; /** * if the Mojo uses the Maven project and its subprojects. * @return uses the Maven project and its subprojects */ boolean aggregator() default false; /**Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Aug 29 18:21:40 UTC 2024 - 3.5K bytes - Viewed (0) -
pom.xml
<developerConnection>scm:git:******@****.***:codelibs/curl4j.git</developerConnection> <url>******@****.***:codelibs/curl4j.git</url> <tag>HEAD</tag> </scm> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.14.0</version> <configuration>
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Sat Dec 20 04:17:15 UTC 2025 - 4.7K bytes - Viewed (0) -
impl/maven-core/src/test/projects/lifecycle-listener/lifecycle-participant-reactor-dependency-injection/pom.xml
<project> <modelVersion>4.0.0</modelVersion> <groupId>lifecycle-participant-reactor-dependency-injection</groupId> <artifactId>parent</artifactId> <version>1.0</version> <packaging>pom</packaging> <modules> <module>module-a</module> <module>module-b</module> </modules>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 305 bytes - Viewed (0) -
impl/maven-core/src/test/projects/project-builder/mng-3023/consumer/pom.xml
</goals> <configuration> <compileClassPath>${project.build.directory}/compile.classpath</compileClassPath> <significantPathLevels>1</significantPathLevels> </configuration> </execution> </executions> </plugin> </plugins> </build>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2K bytes - Viewed (0)