alexey-petrusevich / alexey-petrusevich/IMDB

Add Apache Maven's support to the project

オープン
#1 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement
主要言語
Java
スター
0
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

You have to add Apache Maven to your project. This tool will help you build your project (create a jar archive), to version your project and run tests (and so on).

Maven is a tool. You install it at your system and you can check the availability of maven at your system using next command in the command line:
```
mvn --version
```
If it doesn't exist you can install it (or on your Intellij Idea it's installed by default).

Using Maven you can install external libraries and it will be really helpful in the future.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。