Last modified by Thomas Mortagne on 2023/10/13

<
From version < 4.1 >
edited by Thomas Mortagne
on 2015/03/25
To version < 5.1 >
edited by Vincent Massol
on 2015/03/26
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.VincentMassol
Content
... ... @@ -30,6 +30,24 @@
30 30  
31 31  <description of deprecated and retired projects>
32 32  
33 +== Miscellaneous ==
34 +
35 +* The XAR plugin's ##verify## mojo has been [[improved to allow passing a list of regexes to identify content pages>>dev:Community.XARPlugin]]. For example:(((
36 +{{code language="xml"}}
37 +<plugin>
38 + <groupId>org.xwiki.commons</groupId>
39 + <artifactId>xwiki-commons-tool-xar-plugin</artifactId>
40 +...
41 + <configuration>
42 +...
43 + <!-- Consider all pages named *Translations as content pages by default -->
44 + <contentPages>
45 + <contentPage>.*Translations\.xml</contentPage>
46 + </contentPages>
47 + </configuration>
48 +</plugin>
49 +)))
50 +
33 33  == Upgrades ==
34 34  
35 35  The following dependencies have been upgraded:
... ... @@ -37,10 +37,6 @@
37 37  * [[Groovy 2.4.3>>http://jira.xwiki.org/browse/XCOMMONS-779]]
38 38  * [[logback 1.1.3>>http://jira.xwiki.org/browse/XCOMMONS-781]]
39 39  
40 -== Miscellaneous ==
41 -
42 -<other dev stuff to add and link to JIRA for all issues fixed>
43 -
44 44  = Translations =
45 45  
46 46  The following translations have been updated:

Get Connected