#BAEL-17524 add README descriptions (#7957)

This commit is contained in:
Alessio Stalla 2019-10-09 16:45:39 +02:00 committed by Eugen
parent d801f7c38f
commit 36da8820a0
12 changed files with 57 additions and 6 deletions

View File

@ -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 Lomboks @Builder Annotation](https://www.baeldung.com/lombok-builder)
- [Using Lomboks @Getter for Boolean Fields](https://www.baeldung.com/lombok-getter-boolean)

View File

@ -1,3 +1,7 @@
## Apache Lucene
This module contains articles about Apache Lucene.
### Relevant Articles:
- [Introduction to Apache Lucene](https://www.baeldung.com/lucene)

View File

@ -1,2 +1,6 @@
## MapStruct
This module contains articles about MapStruct.
###Relevant Articles:
- [Quick Guide to MapStruct](https://www.baeldung.com/mapstruct)

View File

@ -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)
- [Apache Maven Tutorial](https://www.baeldung.com/maven)

View File

@ -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)
- [Eclipse Error: web.xml is missing and failOnMissingWebXml is set to true](https://www.baeldung.com/eclipse-error-web-xml-missing)

View File

@ -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)

View File

@ -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)
- [Guide to Maven Profiles](https://www.baeldung.com/maven-profiles)

View File

@ -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)
- [Use the Latest Version of a Dependency in Maven](https://www.baeldung.com/maven-dependency-latest-version)

View File

@ -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)

7
maven-java-11/README.md Normal file
View File

@ -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)

View File

@ -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:

View File

@ -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)