Skip to content

Commit 0341add

Browse files
author
TheSnoozer
committed
#562: Flatten the project structure so it's essentially just the git-commit-id-maven-plugin we build here
1 parent 770e0fb commit 0341add

File tree

2,012 files changed

+286
-456
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,012 files changed

+286
-456
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ I had to quickly develop a Git version of such a plugin. For those who don't kno
1212
* Make your distributed deployment aware of versions
1313
* Validate if properties are set as expected
1414

15-
If you are more interested in the different use-cases, feel free to [read about them in more detail](maven/docs/use-cases.md).
15+
If you are more interested in the different use-cases, feel free to [read about them in more detail](docs/use-cases.md).
1616

1717
Quicklinks (all relevant documentation)
1818
==================
19-
* [Use case documentation](maven/docs/use-cases.md)
20-
* [Using the plugin documentation (all details for configuration, properties, ...)](maven/docs/using-the-plugin.md)
21-
* [A more technical documentation on how to use the leverage the generated properties from this plugin](maven/docs/using-the-plugin-in-more-depth.md)
22-
* [A general documentation for git describe (usefull feature in this plugin, if you are not familiar with the command)](maven/docs/git-describe.md)
23-
* [Frequently Asked Question (FAQ)](maven/docs/faq.md)
19+
* [Use case documentation](docs/use-cases.md)
20+
* [Using the plugin documentation (all details for configuration, properties, ...)](docs/using-the-plugin.md)
21+
* [A more technical documentation on how to use the leverage the generated properties from this plugin](docs/using-the-plugin-in-more-depth.md)
22+
* [A general documentation for git describe (usefull feature in this plugin, if you are not familiar with the command)](docs/git-describe.md)
23+
* [Frequently Asked Question (FAQ)](docs/faq.md)
2424
* [Contributing](CONTRIBUTING.md)
2525

2626
Getting the plugin
2727
==================
2828
The plugin **is available from Maven Central** ([see here](https://search.maven.org/artifact/pl.project13.maven/git-commit-id-plugin)), so you don't have to configure any additional repositories to use this plugin.
2929

30-
A detailed description of using the plugin is available in the [Using the plugin](maven/docs/using-the-plugin.md) document. All you need to do in the basic setup is to include that plugin definition in your `pom.xml`.
31-
For more advanced users we also prepared a [guide to provide a brief overview of the more advanced configurations](maven/docs/using-the-plugin.md)... read on!
30+
A detailed description of using the plugin is available in the [Using the plugin](docs/using-the-plugin.md) document. All you need to do in the basic setup is to include that plugin definition in your `pom.xml`.
31+
For more advanced users we also prepared a [guide to provide a brief overview of the more advanced configurations](docs/using-the-plugin.md)... read on!
3232

3333
Versions
3434
--------

core/pom.xml

Lines changed: 0 additions & 92 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)