Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit 744b0a9

Browse files
committed
Added doc for building a release
1 parent 5b0bb1d commit 744b0a9

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

jWebUnit/xdocs/building-maven.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,17 @@ Finished at: Mon Jun 07 23:06:15 CEST 2004
148148
</subsection>
149149
<subsection name="Building a release">
150150
<p>
151-
TODO
151+
Building a release with maven consists of executing Maven like this:
152+
<source>maven dist</source>
153+
This will create the binary and source distributions in the directory
154+
<source>target/distributions</source>
155+
In the jWebUnit case, only the binary release is relevant, as it includes
156+
the full source in order to build maven oneself.
157+
</p>
158+
<p>
159+
Distribution of the release is not automated. In the <tt>project.xml</tt>
160+
my local linux machine is used to test the distribution. This will change
161+
in the near future to use the sourceforge filesystems.
152162
</p>
153163
</subsection>
154164
</section>

jWebUnit/xdocs/navigation.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<item name="Using Maven" href="/building-maven.html#Using_Maven" />
3636
<item name="Building jWebUnit" href="/building-maven.html#Building_jWebUnit" />
3737
<item name="Building the site" href="/building-maven.html#Building_the_site" />
38+
<item name="Building a release" href="/building-maven.html#Building_a_release" />
3839
</item>
3940
</menu>
4041
<menu name="Quick links">

0 commit comments

Comments
 (0)