We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce99f3d commit 14e3dc5Copy full SHA for 14e3dc5
README.md
@@ -1,4 +1,15 @@
1
-# bare-minimum-github-repo-java-maven
+# Base Minimum GitHub repo - Java Maven Edition
2
+
3
+Minimum quality guidelines for maintainable GitHub projects, edited for Java Maven.
4
5
+## Appendix A : Creation command
6
7
This is a sample project configured using [fj-doc-maven-plugin init plugin](https://venusdocs.fugerit.org/guide/#maven-plugin-goal-init).
8
9
+This project was created with the command :
10
11
+```shell
12
+mvn org.fugerit.java:fj-doc-maven-plugin:init \
13
+-DgroupId=org.fugerit.java.demo \
14
+-DartifactId=bare-minimum-github-repo-java-maven
15
+```
0 commit comments