You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2017/10/23 20:54:23 UTC

svn commit: r1813097 - in /uima/site/trunk/uima-website: docs/dev-eclipse-plugin-signing.html xdocs/dev-eclipse-plugin-signing.xml

Author: schor
Date: Mon Oct 23 20:54:23 2017
New Revision: 1813097

URL: http://svn.apache.org/viewvc?rev=1813097&view=rev
Log:
no Jira fix eclipse update site post sign launch command

Modified:
    uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html
    uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml

Modified: uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html?rev=1813097&r1=1813096&r2=1813097&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html (original)
+++ uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html Mon Oct 23 20:54:23 2017
@@ -250,7 +250,7 @@ allows the plugin installer to avoid say
        the release manager, using their special credentials, logs onto the signing portal, and makes a signing set
        consisting of all of the Jars in target/eus-work (not the *.pack.gz files), and signs them.  
        The signed Jars are down-loaded and unzipped, and replaced into the same directories.</p>
-                                                <p>The update site is rebuilt using the signed Jars by running <code>mvn antrun:run</code>.  
+                                                <p>The update site is rebuilt using the signed Jars by running <code>mvn antrun:run@make-subsite-after-signing</code>.  
         This does the remaining steps, 
         including packing (regenerating the .pack.gz files in the /plugins) and adding the various
         signatures and checksums to these.  These are then re-published, merging with any previous contents of the update site.

Modified: uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml?rev=1813097&r1=1813096&r2=1813097&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml (original)
+++ uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml Mon Oct 23 20:54:23 2017
@@ -48,7 +48,7 @@ allows the plugin installer to avoid say
        consisting of all of the Jars in target/eus-work (not the *.pack.gz files), and signs them.  
        The signed Jars are down-loaded and unzipped, and replaced into the same directories.</p>
        
-     <p>The update site is rebuilt using the signed Jars by running <code>mvn antrun:run</code>.  
+     <p>The update site is rebuilt using the signed Jars by running <code>mvn antrun:run@make-subsite-after-signing</code>.  
         This does the remaining steps, 
         including packing (regenerating the .pack.gz files in the /plugins) and adding the various
         signatures and checksums to these.  These are then re-published, merging with any previous contents of the update site.