You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2022. It is now read-only.
Don't forget to put your own sourceforge account and password.<br/>
72
+
<source>mvn release:prepare</source>
74
73
The plugin will ask for next release version, tag name and next development version. Most of the time defaults are ok.<br/>
75
-
<em>NB:</em> Sometimes with SVN 1.5 the tag operation fails with a message like <tt>file XXX already exists</tt>. The solution is
76
-
to run <tt>svn update</tt> then run <tt>mvn release:prepare -Dusername=henryju -Dpassword=XXXXXX</tt> again.
77
74
</p>
78
75
<p>
79
76
Now the tag is done in SVN and the trunk is ready for next developments. It's time to actually do the release.
80
77
</p>
81
78
</subsection>
82
79
<subsectionname="Perform the release (deploy artifacts and site)">
83
-
<p>
84
-
The process is done by maven-release-plugin.
80
+
<p>
81
+
Create a shell on sourceforge (<ahref="http://maven.apache.org/plugins/maven-site-plugin/examples/site-deploy-to-sourceforge.net.html">more informations</a>).
0 commit comments