Skip to content

Commit d3028f2

Browse files
authored
Merge pull request #563 from TheSnoozer/562
#562: Reorganize Project-Structure
2 parents 33468cf + c468ae4 commit d3028f2

File tree

2,050 files changed

+287
-6508
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,050 files changed

+287
-6508
lines changed

.github/workflows/default-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Run the local testversion with Maven
109109
run: mvn clean initialize -B -Pdemo -Dmaven.test.skip=true --settings=./.buildscript/settings.xml
110110
- name: Validate if the testversion has produced the desired output
111-
run: /bin/bash -c '[[ -f maven/target/testing.properties ]] && cat maven/target/testing.properties || exit 1;'
111+
run: /bin/bash -c '[[ -f target/testing.properties ]] && cat target/testing.properties || exit 1;'
112112

113113
coveralls:
114114
name: Run coveralls

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.

core/src/main/java/pl/project13/core/AheadBehind.java

Lines changed: 0 additions & 114 deletions
This file was deleted.

core/src/main/java/pl/project13/core/CannotReadFileException.java

Lines changed: 0 additions & 37 deletions
This file was deleted.

core/src/main/java/pl/project13/core/CommitIdGenerationMode.java

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)