diff --git a/fj-daogen-maven-plugin/README.md b/fj-daogen-maven-plugin/README.md index ad2fcb9d..3c9cc7b7 100644 --- a/fj-daogen-maven-plugin/README.md +++ b/fj-daogen-maven-plugin/README.md @@ -10,6 +10,8 @@ *Description* : Allows to include the DAO generation in the maven build lifecycle. +[documentation](../src/docs/maven-plugin/generate.md) + *Status* : All basic features are implemented. diff --git a/src/docs/index.md b/src/docs/index.md index c713763b..7a4e5bed 100644 --- a/src/docs/index.md +++ b/src/docs/index.md @@ -8,5 +8,6 @@ * [DAO Configuration dump](dao_dump.md) feature * [DAO Generation](dao_gen.md) feature * [Configuration reference](config/config.md) +* [Maven plugin documentation](maven-plugin/generate.md) daogen-config format [![public xsd](https://img.shields.io/badge/public%20xsd-daogen%201.0-purple.svg)](https://www.fugerit.org/data/java/doc/xsd/daogen-config-1-0.xsd) [![private xsd](https://img.shields.io/badge/private%20xsd-daogen%201.0-purple.svg)](fj-daogen-base/src/main/resources/config/daogen-config-1-0.xsd) \ No newline at end of file diff --git a/src/docs/maven-plugin/generate.md b/src/docs/maven-plugin/generate.md index 81e9cec0..90998f30 100644 --- a/src/docs/maven-plugin/generate.md +++ b/src/docs/maven-plugin/generate.md @@ -2,4 +2,8 @@ ## DaoGen Maven Plugin configuration reference -TODO \ No newline at end of file +[maven plugin site](https://docs.fugerit.org/data/java/site/fj-daogen-maven-plugin/generate-mojo.html) + +TODO : +* guidelines +* ide suppport \ No newline at end of file