Skip to content

Commit

Permalink
#BAEL-17524 add README descriptions (eugenp#7957)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiostalla authored and Eugen committed Oct 9, 2019
1 parent d801f7c commit 36da882
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 6 deletions.
6 changes: 5 additions & 1 deletion lombok/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 4 additions & 0 deletions lucene/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Apache Lucene

This module contains articles about Apache Lucene.

### Relevant Articles:

- [Introduction to Apache Lucene](https://www.baeldung.com/lucene)
Expand Down
4 changes: 4 additions & 0 deletions mapstruct/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## MapStruct

This module contains articles about MapStruct.

###Relevant Articles:
- [Quick Guide to MapStruct](https://www.baeldung.com/mapstruct)
6 changes: 5 additions & 1 deletion maven-all/README.md
Original file line number Diff line number Diff line change
@@ -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)
6 changes: 5 additions & 1 deletion maven-all/maven-war-plugin/README.md
Original file line number Diff line number Diff line change
@@ -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)
5 changes: 5 additions & 0 deletions maven-all/maven/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 5 additions & 1 deletion maven-all/profiles/README.md
Original file line number Diff line number Diff line change
@@ -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)
6 changes: 5 additions & 1 deletion maven-all/versions-maven-plugin/README.md
Original file line number Diff line number Diff line change
@@ -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)
5 changes: 4 additions & 1 deletion maven-archetype/README.md
Original file line number Diff line number Diff line change
@@ -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 changes: 7 additions & 0 deletions maven-java-11/README.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 4 additions & 0 deletions maven-polyglot/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions mesos-marathon/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 36da882

Please sign in to comment.