- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for addAttachedArtifact (0.06 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
* @deprecated Please use {@link MavenProjectHelper} * @throws DuplicateArtifactAttachmentException will never happen but leave it for backward compatibility */ public void addAttachedArtifact(Artifact artifact) throws DuplicateArtifactAttachmentException { // if already there we remove it and add again int index = attachedArtifacts.indexOf(artifact); if (index >= 0) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Aug 29 12:47:20 GMT 2025 - 67K bytes - Click Count (0)