summaryrefslogtreecommitdiff
path: root/docs/pages
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pages')
-rw-r--r--docs/pages/1 - Intro to Mill.md3
1 files changed, 3 insertions, 0 deletions
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)