Changes for page XWiki Contrib

Last modified by Vincent Massol on 2024/03/11 10:26

<
From version < 12.1 >
edited by Vincent Massol
on 2011/08/08 17:23
To version < 13.1 >
edited by Vincent Massol
on 2011/08/08 17:25
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -53,28 +53,8 @@
53 53  {{/code}}
54 54  )))
55 55  
56 -== Promoting a project out of the sandbox ==
56 +== Release the project ==
57 57  
58 -When you feel your project is ready for prime-time, you can promote it out of the sandbox. Usually this happens together with a first release of the project.
59 -
60 -For promoting your project, create its new home in contrib/projects/ and move it there
61 -
62 -(((
63 -{{code language="none"}}
64 -cd contrib/projects
65 -mkdir myproject
66 -mkdir myproject/branches
67 -mkdir myproject/tags
68 -svn add myproject
69 -cd ../sandbox
70 -svn move myproject ../projects/myproject/trunk
71 -cd ../../
72 -svn ci (don't forget to refer to the JIRA issue you've created)
73 -{{/code}}
74 -)))
75 -
76 -=== Release the project ===
77 -
78 78  XWiki.org allows you to release your project on its maven repository as long as you follow the following steps:
79 79  
80 80  * Use org.xwiki.contrib as groupId in your maven module

Get Connected