Author: juanpablo
Date: Wed Dec 18 23:52:05 2013
New Revision: 1552167
URL: http://svn.apache.org/r1552167
Log:
ordering troubleshooting ordered lists..
Modified:
jspwiki/site/trunk/content/ppmc/how_to_release.mdtext
Modified: jspwiki/site/trunk/content/ppmc/how_to_release.mdtext
URL:
http://svn.apache.org/viewvc/jspwiki/site/trunk/content/ppmc/how_to_release.mdtext?rev=1552167&r1=1552166&r2=1552167&view=diff
==============================================================================
--- jspwiki/site/trunk/content/ppmc/how_to_release.mdtext (original)
+++ jspwiki/site/trunk/content/ppmc/how_to_release.mdtext Wed Dec 18 23:52:05
2013
@@ -180,30 +180,32 @@ Send the following from an apache.org ad
## Add the next release to JIRA
1. Add the [next version number to JIRA][]
+
2. Mark the released version as "released" with a release date
## Troubleshooting
1. Cygwin mixes Windows path with cygdrive, so `mvn release:prepare` fails
on svn commit
- Current workaround: perform release vÃa `cmd.exe`
+ Current workaround: perform release vÃa `cmd.exe`
2. Avoid gpg signing prompt when using Maven release plugin
- See [http://stackoverflow.com/q/14114528][stack_overflow_1]
+ See [http://stackoverflow.com/q/14114528][stack_overflow_1]
3. `mvn release:prepare` doesn't find svn credentials
- On your settings.xml file you should have one <server /> entry for each of
the following ones:
-* `apache.snapshots.https`: to be able to deploy snapshots
-* `apache.releases.https`: to be able to deploy releases
-* `svn.apache.org`: to be able to create tags
-Alternatively, for the last one, you could pass -Dusername=[username]
-Dpassword=[password] to the mvn command
+ On your settings.xml file you should have one <server /> entry for each of
the following ones:
+ * `apache.snapshots.https`: to be able to deploy snapshots
+ * `apache.releases.https`: to be able to deploy releases
+ * `svn.apache.org`: to be able to create tags
+
+ Alternatively, for the last one, you could pass -Dusername=[username]
-Dpassword=[password] to the mvn command
(source: [http://stackoverflow.com/q/1255593][stack_overflow_2])
4. Release fails after a tag has been generated and the pom versions have
been incremented
- No need of `mvn release:rollback`, instead check out the tag and
`release:perform
-DconnectionUrl=scm:svn:https://svn.apache.org/COMPLETE-URL-TO-TAG`
+ No need of `mvn release:rollback`, instead check out the tag and
`release:perform
-DconnectionUrl=scm:svn:https://svn.apache.org/COMPLETE-URL-TO-TAG`
## Other links of interest