diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 18:30:57 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 11:43:04 +0200 |
commit | ec3a14ba93ba0be49170afa979f299bbf9e24300 (patch) | |
tree | a04d0d29389db1643549216aee0d52911cb767e4 /solenv/maven | |
parent | ba6519a800da9f105953436e3e70701850d4e3dc (diff) |
Fix typos
Change-Id: Ia44a9dd214b5b09ed6f9c39b8057c41ae03897f1
Reviewed-on: https://gerrit.libreoffice.org/77285
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'solenv/maven')
-rw-r--r-- | solenv/maven/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/maven/README.md b/solenv/maven/README.md index 29f853fbb6e5..0b19cd2fe87a 100644 --- a/solenv/maven/README.md +++ b/solenv/maven/README.md @@ -263,7 +263,7 @@ can be set: VERBOSE=1 buck build api_install ---- -Once executed, he local Maven respoitory contains the LibreOffice API +Once executed, the local Maven repository contains the LibreOffice API artifacts: ---- @@ -340,7 +340,7 @@ Once a repository is closed you can find the URL to it in the `Summary` section, e.g. https://oss.sonatype.org/content/repositories/orglibreoffice-4711 Use this URL for further testing of the artifacts in this repository, -e.g. to try building a extension against this API in this repository +e.g. to try building an extension against this API in this repository update the version in the `pom.xml` and configure the repository: ---- |