summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNathan Fischer <nfischer921@gmail.com>2019-04-04 14:29:47 -0700
committerTobias Roeser <le.petit.fou@web.de>2019-04-05 08:53:42 +0200
commitce520f9a262e0f76dab432d1ff655b8e747d711a (patch)
treeb3420ade639f87c9e9b704b51cc05dfe9ea58db5 /docs
parent30aef7442ebdfba721edfd63495f167c466bc21d (diff)
downloadmill-ce520f9a262e0f76dab432d1ff655b8e747d711a.tar.gz
mill-ce520f9a262e0f76dab432d1ff655b8e747d711a.tar.bz2
mill-ce520f9a262e0f76dab432d1ff655b8e747d711a.zip
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.
Diffstat (limited to 'docs')
-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)