Skip to content

Commit 8f04e02

Browse files
author
DABURON Vincent
committed
Change badges in README
1 parent b52d5e1 commit 8f04e02

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Generating an HTML page that references or includes various files
2+
[![Maven Central](https://img.shields.io/maven-central/v/io.github.vdaburon/create-html-for-files-in-directory)](https://central.sonatype.com/artifact/io.github.vdaburon/create-html-for-files-in-directory)
3+
[![Apache License](http://img.shields.io/badge/license-Apache-green.svg)](https://github.com/vdaburon/CreateHtmlForFilesInDirectory/blob/main/LICENSE)
4+
![Free](https://img.shields.io/badge/free-open--source-green.svg)
5+
[![Apache JMeter](https://img.shields.io/badge/Apache%20JMeter-green)](https://jmeter.apache.org/)
6+
7+
8+
29
This program recursively scans a directory looking for files of different types to generate a link or include the content in the generated html page.<br/>
310
Since version 1.5, a Table Of Content could be computed and add to the result page.
411

@@ -49,7 +56,8 @@ HTML Extract example :
4956

5057
## Usage Maven
5158

52-
The maven groupId, artifactId and version, this plugin is in the **Maven Central Repository** [![Maven Central create-html-for-files-in-directory](https://maven-badges.herokuapp.com/maven-central/io.github.vdaburon/create-html-for-files-in-directory/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.vdaburon/create-html-for-files-in-directory)
59+
The maven groupId, artifactId and version, this plugin is in the **Maven Central Repository** [![Maven Central](https://img.shields.io/maven-central/v/io.github.vdaburon/create-html-for-files-in-directory)](https://central.sonatype.com/artifact/io.github.vdaburon/create-html-for-files-in-directory)
60+
5361

5462
```xml
5563
<groupId>io.github.vdaburon</groupId>

0 commit comments

Comments
 (0)