-
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1228 from pascalgrimaud/maven-context
Maven context
- Loading branch information
Showing
4 changed files
with
31 additions
and
10 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
src/main/java/tech/jhipster/lite/generator/buildtool/maven/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Maven | ||
|
||
## Description | ||
|
||
This context is used to add Maven to an existing project: | ||
|
||
- `pom.xml` for Java with some libraries | ||
- maven wrapper | ||
|
||
This context is used by other contexts for: | ||
|
||
- managing dependencies | ||
- adding properties | ||
- adding plugins | ||
- etc. | ||
|
||
## Maintainers | ||
|
||
- [Pascal Grimaud](https://github.com/pascalgrimaud) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters