elharo commented on code in PR #629: URL: https://github.com/apache/maven-site/pull/629#discussion_r1905622913
########## content/markdown/repositories/artifacts.md: ########## @@ -19,55 +19,48 @@ specific language governing permissions and limitations under the License. --> -An Artifact is "anything" (any file) that can be addressed using its coordinates, and Maven downloads, installs or -deploys for you. Most of them are POMs and JARs but -an artifact can be really anything. A very important thing about artifacts is that they have coordinates, +An artifact is a file (more precisely, a sequence of bytes) that can be addressed using its coordinates Review Comment: Perhaps something like "A file is a sequence of bytes addressed by a path in a file system. A resource is a sequence of bytes addressed by a URL. An artifact is a sequence of bytes addressed by Maven coordinates." -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
