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,8 +8,6 @@ 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 - 13 13 = Hosting tools = 14 14 15 15 The project hosting forge can provide contributors with some or all of the following tools: ... ... @@ -141,7 +141,7 @@ 141 141 142 142 = Requesting CI / Snapshot builds for your project = 143 143 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.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. 145 145 146 146 To have your project added to the continuous build follow thes steps: 147 147 ... ... @@ -331,6 +331,7 @@ 331 331 {{/code}} 332 332 333 333 but be careful to replace "YourGpg4winPassword" with the actual password chosen when creating a GPG key with [[Gpg4win>>http://www.gpg4win.org/]]. 332 + 334 334 {{/info}} 335 335 336 336 {{info}}