Changes for page Maven XAR Plugin

Last modified by Vincent Massol on 2021/04/09 18:01

From version 12.1
edited by Vincent Massol
on 2015/03/26 16:54
Change comment: There is no comment for this version
To version 13.1
edited by Vincent Massol
on 2015/10/12 14:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -77,6 +77,20 @@
77 77  </plugin>
78 78  {{/code}}
79 79  )))
80 +** {{info}}New in 7.3M1{{/info}} Technical pages are marked hidden. To mark a page as technical use the ##technicalPages## configuration element as in:(((
81 +{{code language="xml"}}
82 +<plugin>
83 + <groupId>org.xwiki.commons</groupId>
84 + <artifactId>xwiki-commons-tool-xar-plugin</artifactId>
85 + <version>${commons.version}</version>
86 + <configuration>
87 + <technicalPages>
88 + <technicalPage>.*Translations\.xml</technicalPage>
89 + </technicalPages>
90 + </configuration>
91 +</plugin>
92 +{{/code}}
93 +)))
80 80  
81 81  = Verify Mojo =
82 82  
... ... @@ -108,6 +108,7 @@
108 108  {{/code}}
109 109  )))
110 110  * (optional) Verify that the XML files contain license headers (if the ##formatLicense## configuration property is set to ##true##).
125 +* {{info}}New in 7.3M1{{/info}} Verify that Technical pages are set as hidden. See the Format mojo above.
111 111  
112 112  Example usage:
113 113  

Get Connected