Changes for page XWiki Contrib
Last modified by Oana-Lavinia Florean on 2021/12/10 11:15
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,6 +8,8 @@ 8 8 9 9 The full list of Contrib projects is available [[on GitHub>>https://github.com/organizations/xwiki-contrib]]. 10 10 11 +Note that projects not having an active maintainer are moved to the [[Attic>>https://github.com/organizations/xwiki-attic]] (The definition of "active" is left to the community and anyone can propose to move inactive projects to the Attic). 12 + 11 11 = Hosting tools = 12 12 13 13 The project hosting forge can provide contributors with some or all of the following tools: ... ... @@ -139,7 +139,7 @@ 139 139 140 140 = Requesting CI / Snapshot builds for your project = 141 141 142 -XWiki.org has a [[continuous build>> http://dev.xwiki.org/xwiki/bin/view/Community/ContinuousBuild]] which builds maven projects each time they are modified on GitHub and put the resulting artifact in our [[snapshots Maven repository>>http://maven.xwiki.org/snapshots/]]. This is useful when you want people using your project as a dependency to continuously benefit from the improvements or to tell users of your Extension try it out before it's released.144 +XWiki.org has a [[continuous build>>dev:Community.ContinuousBuild]] which builds maven projects each time they are modified on GitHub and put the resulting artifact in our [[snapshots Maven repository>>http://maven.xwiki.org/snapshots/]]. This is useful when you want people using your project as a dependency to continuously benefit from the improvements or to tell users of your Extension try it out before it's released. 143 143 144 144 To have your project added to the continuous build follow thes steps: 145 145 ... ... @@ -329,7 +329,6 @@ 329 329 {{/code}} 330 330 331 331 but be careful to replace "YourGpg4winPassword" with the actual password chosen when creating a GPG key with [[Gpg4win>>http://www.gpg4win.org/]]. 332 - 333 333 {{/info}} 334 334 335 335 {{info}}