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
To version < 27.2 >
edited by Clément Aubin
on 2019/09/30 17:10
>
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,31 @@
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 + {{code}}
175 + <entries>
176 + <entry>
177 + <document>MySpace.MyPage1</document>
178 + <document>MySpace.MyPage1</document>
179 + <type>demo</type>
180 + </entry>
181 + </entries>{{/code}}
182 +
183 + Instead, you should write :
184 + {{code}}
185 + <entries>
186 + <entry>
187 + <document>MySpace.MyPage1</document>
188 + <type>demo</type>
189 + </entry>
190 + <entry>
191 + <document>MySpace.MyPage2</document>
192 + <type>demo</type>
193 + </entry>
194 + </entries>{{/code}}
195 +{{/warning}}
196 +
172 172  = Format Mojo =
173 173  
174 174  To use it:

Get Connected