Author: dklco
Date: Wed May 29 13:53:44 2013
New Revision: 1487487
URL: http://svn.apache.org/r1487487
Log:
Trying to get code snippets to work within lists as per the markdown docs
Modified:
sling/site/trunk/content/documentation/development/release-management.mdtext
Modified:
sling/site/trunk/content/documentation/development/release-management.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/release-management.mdtext?rev=1487487&r1=1487486&r2=1487487&view=diff
==============================================================================
---
sling/site/trunk/content/documentation/development/release-management.mdtext
(original)
+++
sling/site/trunk/content/documentation/development/release-management.mdtext
Wed May 29 13:53:44 2013
@@ -299,47 +299,46 @@ To update the OBR you may use the Apache
1. Checkout or update the Site Source
- $ svn checkout https://svn.apache.org/repos/asf/sling/site
+ $ svn checkout https://svn.apache.org/repos/asf/sling/site
-Note, that you have to checkout the site using the {{https}} URL, otherwise
you will not be able to commit the changes later.
+ Note, that you have to checkout the site using the `https` URL, otherwise
you will not be able to commit the changes later.
2. Deploy the Descriptor
To deploy the project descriptor, checkout the tag of the bundle to deploy
and run maven
-
- $ svn checkout http://svn.apache.org/repos/asf/sling/tags/the*module*tag
- $ mvn clean install \
- org.apache.felix:maven-bundle-plugin:deploy \
- -DprefixUrl=http://repo1.maven.org/maven2 \
- -DremoteOBR=sling.xml \
-
-DaltDeploymentRepository=apache.releases::default::file:///path*to*site_checkout/obr
-
-This generates the bundle descriptor and adds it to the {{sling.xml}} file of
your site checkout.
-
-2a. Variant: Refer to Maven Repository
-
-Instead of checking out and building the project locally, you may also use the
{{deploy-file}} goal of the Maven Bundle Plugin:
-
- $ wget
http://repo1.maven.org/maven2/org/apache/sling/the*module/version/the*module-version.jar
- $ wget
http://repo1.maven.org/maven2/org/apache/sling/the*module/version/the*module-version.pom
- $ mvn org.apache.felix:maven-bundle-plugin:deploy-file \
- -Dfile=the*module-version.jar -DpomFile=the*module-version.pom \
-
-DbundleUrl=http://repo1.maven.org/maven2/org/apache/sling/the*module/version/the*module-version.jar
\
- -Durl=file:///path*to*site_checkout/obr \
- -DprefixUrl=http://repo1.maven.org/maven2 \
- -DremoteOBR=sling.xml
- $ rm the*module-version.jar the*module-version.pom
+ $ svn checkout
http://svn.apache.org/repos/asf/sling/tags/the*module*tag
+ $ mvn clean install \
+ org.apache.felix:maven-bundle-plugin:deploy \
+ -DprefixUrl=http://repo1.maven.org/maven2 \
+ -DremoteOBR=sling.xml \
+
-DaltDeploymentRepository=apache.releases::default::file:///path_to_site_checkout/obr
+
+ This generates the bundle descriptor and adds it to the sling.xml file of
your site checkout.
+
+2. Variant: Refer to Maven Repository
+
+ Instead of checking out and building the project locally, you may also use
the `deploy-file` goal of the Maven Bundle Plugin:
+
+ $ wget
http://repo1.maven.org/maven2/org/apache/sling/the*module/version/the*module-version.jar
+ $ wget
http://repo1.maven.org/maven2/org/apache/sling/the*module/version/the*module-version.pom
+ $ mvn org.apache.felix:maven-bundle-plugin:deploy-file \
+ -Dfile=the*module-version.jar -DpomFile=the*module-version.pom \
+
-DbundleUrl=http://repo1.maven.org/maven2/org/apache/sling/the*module/version/the*module-version.jar
\
+ -Durl=file:///path_to_site_checkout/obr \
+ -DprefixUrl=http://repo1.maven.org/maven2 \
+ -DremoteOBR=sling.xml
+ $ rm the*module-version.jar the*module-version.pom
3. Commite the Site Changes
-In the Site checkout folder commit the changes to the {{obr/sling.xml}} files
(you may also review the changes using the {{svn diff}} command).
+ In the Site checkout folder commit the changes to the `obr/sling.xml`
files (you may also review the changes using the `svn diff` command).
- $ svn commit -m"Add Bundle ABC Version X.Y.Z" obr/sling.xml
+ $ svn commit -m"Add Bundle ABC Version X.Y.Z" obr/sling.xml
-4. Update the Site on* {{{*}people.apache.org{*}}
+4. Update the Site on [people.apache.org]{people.apache.org}
-After committing the changes, you have to update the site source, which is
getting mirrored to the web servers on {{people.apache.org}}
+After committing the changes, you have to update the site source, which is
getting mirrored to the web servers on [people.apache.org]{people.apache.org}
$ ssh people.apache.org svn update /x1/www/sling.apache.org/obr/sling.xml