Tamas Cservenak created MNG-8023: ------------------------------------ Summary: New method for project artifacts Key: MNG-8023 URL: https://issues.apache.org/jira/browse/MNG-8023 Project: Maven Issue Type: Task Components: API Reporter: Tamas Cservenak Fix For: 4.0.0, 4.0.0-alpha-13
Introduce a new method on API Project object that exposes "main artifacts" of project. The method can return 1 or 2 artifacts (never less than 1 and never more than 2). These are NOT the attached artifacts! (see ProjectManager for that). In short: projects with packaging "pom", "bom" will on this method return 1 artifact, while projects with packaging "jar" will return 2 artifacts. -- This message was sent by Atlassian Jira (v8.20.10#820010)