- Sort Score
- Num 10 results
- Language All
Results 151 - 160 of 594 for groupId1 (0.7 seconds)
-
compat/maven-artifact/src/main/java/org/apache/maven/artifact/InvalidArtifactRTException.java
this.groupId = groupId; this.artifactId = artifactId; this.version = version; this.type = type; this.baseMessage = message; } public InvalidArtifactRTException( String groupId, String artifactId, String version, String type, String message, Throwable cause) { super(cause); this.groupId = groupId; this.artifactId = artifactId;Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 2.4K bytes - Click Count (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t01/maven.t01/poms/p3-1.0.pom
<project> <parent> <artifactId>p2</artifactId> <groupId>maven.t01</groupId> <version>1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>maven.t01</groupId> <artifactId>p3</artifactId> <packaging>pom</packaging> <name>p3</name> <version>1.0</version> <organization> <name>p3-org</name> </organization>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 365 bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/extension/model/CoreExtension.java
} // -- void setClassLoadingStrategy( String ) /** * Set the group ID of the extension's artifact. * * @param groupId a groupId object. */ public void setGroupId(String groupId) { this.groupId = groupId; } // -- void setGroupId( String ) /** * Set the version of the extension. * * @param version a version object. */
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Oct 27 13:24:03 GMT 2025 - 4.5K bytes - Click Count (0) -
impl/maven-core/src/test/resources-project-builder/build-extension-inheritance/sub/pom.xml
<extensions> <extension> <groupId>org.apache.maven.its.mng3899</groupId> <artifactId>b</artifactId> <version>0.1</version> </extension> <extension> <!-- project extensions should override inherited extension with equal gid:aid --> <groupId>org.apache.maven.its.mng3899</groupId> <artifactId>a</artifactId> <version>0.2</version>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.3K bytes - Click Count (0) -
impl/maven-core/src/test/projects/project-builder/MNG-7648/pom.xml
<dependency> <groupId>org.apache.maven.its</groupId> <artifactId>bom</artifactId> <version>0.1</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.apache.maven.its</groupId>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.4K bytes - Click Count (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t08/maven-test/poms/t08-b-1.1.pom
<groupId>maven-test</groupId> <artifactId>t08-b</artifactId> <packaging>jar</packaging> <version>1.1</version> <dependencies> <dependency> <groupId>maven-test</groupId> <artifactId>t08-c</artifactId> <version>1.0</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>maven-test</groupId>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 622 bytes - Click Count (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-a-2.0.pom
<project> <modelVersion>4.0.0</modelVersion> <groupId>maven-test</groupId> <artifactId>t05-a</artifactId> <packaging>jar</packaging> <version>2.0</version> <repositories> <repository> <id>central</id> <name>Fake Maven Central Repository</name> <url>file://dummy</url> </repository> </repositories> <dependencies> <dependency> <groupId>maven-test</groupId> <artifactId>t05-b</artifactId>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 572 bytes - Click Count (0) -
api/maven-api-metadata/src/main/mdo/metadata.mdo
<p>Per-directory repository metadata <code>repository-metadata.xml</code>.</p> <p>A directory may represent 3 types of content: "groupId", "groupId/artifactId" or "groupId/artifactId/version".</p> <p>Most metadata content has a meaning when the directory represents a "groupId/artifactId" (<code>groupId</code>, <code>artifactId</code>, <code>versioning</code>)<p>]]> </description> <defaults> <default> <key>package</key>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed May 15 17:32:27 GMT 2024 - 15.8K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/depmgmt/root-distance.xml
<modelVersion>4.0.0</modelVersion> <groupId>test</groupId> <artifactId>test</artifactId> <version>0.1-SNAPSHOT</version> <dependencyManagement> <dependencies> <dependency> <groupId>test</groupId> <artifactId>other</artifactId> <version>0.1-SNAPSHOT</version>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 10 07:09:12 GMT 2025 - 1K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/validation/missing-dependency-exclusion-id.xml
<project> <modelVersion>4.0.0</modelVersion> <artifactId>foo</artifactId> <groupId>foo</groupId> <version>99.44</version> <packaging>jar</packaging> <dependencies> <dependency> <groupId>gid</groupId> <artifactId>aid</artifactId> <version>1.0</version> <exclusions> <exclusion> <groupId></groupId> </exclusion> </exclusions> </dependency>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.2K bytes - Click Count (0)