File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 872
872
<groupId >org.apache.logging.log4j</groupId >
873
873
<artifactId >log4j-docgen-maven-plugin</artifactId >
874
874
<version >${log4j-docgen.version} </version >
875
+ <inherited >false</inherited >
875
876
<executions >
876
877
<execution >
877
878
<id >generate-plugin-docs</id >
878
879
<goals >
879
880
<goal >generate-documentation</goal >
880
881
</goals >
881
882
<phase >pre-site</phase >
882
- <inherited >false</inherited >
883
883
<configuration >
884
884
<descriptorFileMatchers >
885
885
<descriptorFileMatcher >
902
902
</pluginTemplate >
903
903
</configuration >
904
904
</execution >
905
+ <execution >
906
+ <id >generate-plugin-schema</id >
907
+ <goals >
908
+ <goal >generate-schema</goal >
909
+ </goals >
910
+ <phase >pre-site</phase >
911
+ <configuration >
912
+ <descriptorFileMatchers >
913
+ <descriptorFileMatcher >
914
+ <baseDirectory >${project.build.directory} /plugin-descriptors</baseDirectory >
915
+ <pathPatterns >glob:**/*.xml</pathPatterns >
916
+ </descriptorFileMatcher >
917
+ </descriptorFileMatchers >
918
+ <schemaFile >${project.build.directory} /generated-sources/site/resources/config.xsd</schemaFile >
919
+ </configuration >
920
+ </execution >
905
921
</executions >
906
922
</plugin >
907
923
You can’t perform that action at this time.
0 commit comments