From ce520f9a262e0f76dab432d1ff655b8e747d711a Mon Sep 17 00:00:00 2001 From: Nathan Fischer Date: Thu, 4 Apr 2019 14:29:47 -0700 Subject: Documentation around artifact name for publishing Added a line to the documentation on how to change the artifact id. Updated the scaladoc on JavaModule to explain the difference between artifactName and artifactId. --- docs/pages/1 - Intro to Mill.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md index ea0bac7a..61608ba5 100644 --- a/docs/pages/1 - Intro to Mill.md +++ b/docs/pages/1 - Intro to Mill.md @@ -739,6 +739,9 @@ object foo extends ScalaModule with PublishModule { } ``` +You can change the name of the published artifact (artifactId in the Maven POM) +by overriding `artifactName` in the module you want to publish. + You can download an example project with this layout here: - [Example 2](example-2.zip) -- cgit v1.2.3