Changes for page Maven XAR Plugin

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

From version 26.1
edited by Paul Libbrecht
on 2019/05/03 09:50
Change comment: Added a section to document newer transformations for https://jira.xwiki.org/browse/XCOMMONS-1614
To version 27.1
edited by Clément Aubin
on 2019/09/30 17:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.polx
1 +xwiki:XWiki.caubin
Content
... ... @@ -169,6 +169,36 @@
169 169   </plugin>
170 170  {{/code}}
171 171  
172 +{{warning}}
173 +You should only provide one {{code}}<document>{{/code}} per {{code}}<entry>{{/code}}. For example, the following configuration will not work :
174 +
175 + {{code}}
176 + <entries>
177 + <entry>
178 + <document>MySpace.MyPage1</document>
179 + <document>MySpace.MyPage1</document>
180 + <type>demo</type>
181 + </entry>
182 + </entries>
183 + {{/code}}
184 +
185 + Instead, you should write :
186 +
187 + {{code}}
188 + <entries>
189 + <entry>
190 + <document>MySpace.MyPage1</document>
191 + <type>demo</type>
192 + </entry>
193 + <entry>
194 + <document>MySpace.MyPage2</document>
195 + <type>demo</type>
196 + </entry>
197 + </entries>
198 + {{/code}}
199 +
200 +{{/warning}}
201 +
172 172  = Format Mojo =
173 173  
174 174  To use it:

Get Connected