cstamas commented on code in PR #1391:
URL: https://github.com/apache/maven/pull/1391#discussion_r1465540157


##########
api/maven-api-core/src/main/java/org/apache/maven/api/Artifact.java:
##########
@@ -105,6 +105,14 @@ default String key() {
      */
     boolean isSnapshot();
 
+    /**
+     * The artifact properties.
+     *
+     * @return the artifact properties, never {@code null}
+     */
+    @Nonnull
+    ArtifactProperties getArtifactProperties();

Review Comment:
   Exactly, happens similarly as in Resolver:
   * IF "ad-hoc" resolution happened (i.e. plugin used resolve service) it is 
_plugin that knows why it did that_
   * IF artifact entered via project (as dependency) then you have dependency 
-> type -> artifact so properties are set. 
   
   We may need something more for this, still refining.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to