Author: taylor Date: Wed Apr 19 16:41:12 2017 New Revision: 1791945 URL: http://svn.apache.org/viewvc?rev=1791945&view=rev Log: updating release procedure with process we used in Pluto release
Modified: portals/jetspeed-2/portal/trunk/docs/release/RELEASE-PROCEDURE.txt Modified: portals/jetspeed-2/portal/trunk/docs/release/RELEASE-PROCEDURE.txt URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/docs/release/RELEASE-PROCEDURE.txt?rev=1791945&r1=1791944&r2=1791945&view=diff ============================================================================== --- portals/jetspeed-2/portal/trunk/docs/release/RELEASE-PROCEDURE.txt (original) +++ portals/jetspeed-2/portal/trunk/docs/release/RELEASE-PROCEDURE.txt Wed Apr 19 16:41:12 2017 @@ -13,6 +13,25 @@ # See the License for the specific language governing permissions and # limitations under the License. +TODO: Look into distributing Jetspeed installer like Pluto bundle + +# +# NOTE: This will release a file with the following identification: +# <groupId>org.apache.portals.pluto</groupId> +# <artifactId>pluto-bundle</artifactId> +# <version>3.0.0</version> +# +# And the download filename will be pluto-bundle-3.0.0.zip +# +mvn \ + gpg:sign-and-deploy-file \ + -Dfile=target/dist/pluto-3.0.0-bundle.zip \ + -DgroupId=org.apache.portals.pluto \ + -DartifactId=pluto-bundle \ + -Dversion=3.0.0 \ + -Durl=https://repository.apache.org/service/local/staging/deploy/maven2 \ + -DrepositoryId=apache.releases.https + ========================================== Environment setup for releasing artifacts ========================================== --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org