You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2022/06/14 23:32:04 UTC

svn commit: r1901922 - in /db/derby/code/branches/10.16: ./ maven2/README.txt

Author: rhillegas
Date: Tue Jun 14 23:32:04 2022
New Revision: 1901922

URL: http://svn.apache.org/viewvc?rev=1901922&view=rev
Log:
DERBY-7136: Merge 1901921 from trunk to 10.16 branch.

Modified:
    db/derby/code/branches/10.16/   (props changed)
    db/derby/code/branches/10.16/maven2/README.txt

Propchange: db/derby/code/branches/10.16/
------------------------------------------------------------------------------
  Merged /db/derby/code/trunk:r1901921

Modified: db/derby/code/branches/10.16/maven2/README.txt
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.16/maven2/README.txt?rev=1901922&r1=1901921&r2=1901922&view=diff
==============================================================================
--- db/derby/code/branches/10.16/maven2/README.txt (original)
+++ db/derby/code/branches/10.16/maven2/README.txt Tue Jun 14 23:32:04 2022
@@ -103,6 +103,14 @@ Description of the required steps:
 
         mvn -Dgpg.passphrase="my secret passphrase" deploy
 
+    During the staging of 10.16.1.1, this step kept failing midway
+    with "peer not authenticated" errors. The problem was overcome
+    by re-issuing the command with a resume directive (in this case,
+    resuming at the Korean localizations where the original command
+    had errored out):
+
+        mvn -Dgpg.passphrase="my secret passphrase" deploy -rf :derbyLocale_ko_KR
+
  e) Close the staging repository in Nexus.
     Once you have deployed the artifacts you should close the staging
     repository to allow others to test the artifacts. Log into