#BAEL-17524 add README descriptions (#7957)
This commit is contained in:
parent
d801f7c38f
commit
36da8820a0
|
@ -1,4 +1,8 @@
|
|||
## Relevant Articles:
|
||||
## Project Lombok
|
||||
|
||||
This module contains articles about Project Lombok.
|
||||
|
||||
### Relevant Articles:
|
||||
- [Introduction to Project Lombok](https://www.baeldung.com/intro-to-project-lombok)
|
||||
- [Using Lombok’s @Builder Annotation](https://www.baeldung.com/lombok-builder)
|
||||
- [Using Lombok’s @Getter for Boolean Fields](https://www.baeldung.com/lombok-getter-boolean)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## Apache Lucene
|
||||
|
||||
This module contains articles about Apache Lucene.
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
- [Introduction to Apache Lucene](https://www.baeldung.com/lucene)
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
## MapStruct
|
||||
|
||||
This module contains articles about MapStruct.
|
||||
|
||||
###Relevant Articles:
|
||||
- [Quick Guide to MapStruct](https://www.baeldung.com/mapstruct)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## Apache Maven
|
||||
|
||||
This module contains articles about Apache Maven. Please refer to its submodules.
|
||||
|
||||
### Relevant Articles
|
||||
|
||||
- [Apache Maven Tutorial](https://www.baeldung.com/maven)
|
|
@ -1,3 +1,7 @@
|
|||
## Maven WAR Plugin
|
||||
|
||||
This module contains articles about the Maven WAR Plugin.
|
||||
|
||||
### Relevant Articles
|
||||
|
||||
- [Eclipse Error: web.xml is missing and failOnMissingWebXml is set to true](https://www.baeldung.com/eclipse-error-web-xml-missing)
|
|
@ -1,3 +1,8 @@
|
|||
## Apache Maven
|
||||
|
||||
This module contains articles about core Apache Maven. Articles about other Maven plugins (such as the Maven WAR Plugin)
|
||||
have their own dedicated modules.
|
||||
|
||||
### Relevant Articles
|
||||
|
||||
- [Guide to the Core Maven Plugins](https://www.baeldung.com/core-maven-plugins)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## Maven Profiles
|
||||
|
||||
This module contains articles about Maven profiles.
|
||||
|
||||
### Relevant Articles
|
||||
|
||||
- [Guide to Maven Profiles](https://www.baeldung.com/maven-profiles)
|
|
@ -1,3 +1,7 @@
|
|||
## Versions Maven Plugin
|
||||
|
||||
This module contains articles about the Versions Maven Plugin.
|
||||
|
||||
### Relevant Articles
|
||||
|
||||
- [Use the Latest Version of a Dependency in Maven](https://www.baeldung.com/maven-dependency-latest-version)
|
|
@ -1,4 +1,7 @@
|
|||
## Maven Archetype
|
||||
|
||||
This module contains articles about the Maven Archetype Plugin.
|
||||
|
||||
### Relevant Articles:
|
||||
================================
|
||||
|
||||
- [Guide to Maven Archetype](https://www.baeldung.com/maven-archetype)
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
## Maven and Java 11
|
||||
|
||||
This module contains articles about Maven with Java 11+.
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
- [Multi-Module Maven Application with Java Modules](https://www.baeldung.com/maven-multi-module-project-java-jpms)
|
|
@ -1,3 +1,7 @@
|
|||
## Maven Polyglot
|
||||
|
||||
This module contains articles about Maven Polyglot.
|
||||
|
||||
To run the maven-polyglot-json-app successfully, you first have to build the maven-polyglot-json-extension module using: mvn clean install.
|
||||
|
||||
### Relevant Articles:
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## Marathon and Mesos
|
||||
|
||||
This module contains articles about Marathon and Mesos.
|
||||
|
||||
### Relevant articles
|
||||
|
||||
- [Simple Jenkins Pipeline with Marathon and Mesos](https://www.baeldung.com/jenkins-pipeline-with-marathon-mesos)
|
||||
|
|
Loading…
Reference in New Issue