This commit is contained in:
Eric Jizba 2019-02-04 09:16:39 -08:00 коммит произвёл GitHub
Родитель 1e5f81ea9c
Коммит 4138537f22
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 0 добавлений и 25 удалений

Просмотреть файл

@ -1,25 +0,0 @@
# Configure Maven for Java Azure Functions Development
Maven is a software project management and comprehension tool, which could manage a project's build, reporting and documentation from a central piece of information. The VS Code Azure Functions Extension use maven to generate Java Function project. Please ensure you have already downloaded maven and set the PATH correctly before you create Java Functions.
## Download Maven
You could download maven from [Apache Maven](https://maven.apache.org/download.cgi)
## Set Path For Maven
1. Unpack the archive where you would like to store the binaries
2. Make sure JAVA_HOME is set to the location of your JDK
3. Add the bin directory to your PATH, e.g.:
* Unix-based operating systems (Linux, Solaris and Mac OS X)
`export PATH=/usr/local/apache-maven-3.x.y/bin:$PATH`
* Windows
`set PATH="c:\program files\apache-maven-3.x.y\bin";%PATH%`
4. Run `mvn --version` to verify that it is correctly installed.
> NOTE: Please restart vscode to make the path effective when you finish the steps above.

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 539 KiB

После

Ширина:  |  Высота:  |  Размер: 539 KiB