Generating configuration documentation during site build#10961
Generating configuration documentation during site build#10961slawekjaranowski merged 2 commits intoapache:masterfrom
Conversation
| <phase>pre-site</phase> | ||
| <configuration> | ||
| <target> | ||
| <!-- directory should be created by org.eclipse.aether.tools.CollectConfiguration --> |
There was a problem hiding this comment.
should be fixed in CollectConfiguration
There was a problem hiding this comment.
Is that "should already be fixed In CollectConfiguration" or "we need to fix that in CollectConfiguration" ?
There was a problem hiding this comment.
should be, I will prepare PR
There was a problem hiding this comment.
There was a problem hiding this comment.
this file was not included in site .... what is for?
src/site/markdown/configuration.yaml
Outdated
There was a problem hiding this comment.
also this file was not included in site .... what is for?
There was a problem hiding this comment.
I think the idea was to publish them somehow, so that they can be consumed programmatically, not only from docs. But there's no real usage yet, so removing them is fine for now.
There was a problem hiding this comment.
ok, now configuration.properties and configuration.yaml are not published because are in markdown directory ...
to publish it we need put it in site/resources
I will add a comments for it
There was a problem hiding this comment.
I added a separate execution for properties files
c101472 to
b6081a0
Compare
b6081a0 to
1c5cab7
Compare
Resolved conflicts by accepting deletion of documentation files that were moved/reorganized in master: - src/site/markdown/configuration.properties - src/site/markdown/configuration.yaml - src/site/markdown/maven-configuration.md These files were moved to src/configuration-templates/ in master. Merged changes include: - Fix doap_Maven.rdf - Add PathMatcherFactory.includesAll() (apache#10964) - Generating configuration documentation during site build (apache#10961) - Use correct namespace in settings.xml (apache#10974) - Make error message less awkward (apache#10953) All plugin migration changes preserved and compatible with latest master.
* Generating configuration documentation during site build * next execution for configuration properties
No description provided.