You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>System ready JSON URL. If an URL is configured the systemready status of the target instance is checked after installing finishing the upload. This works only for AEMaaCS SDK instances.
356
-
<p>Expected is an URL like: http://localhost:4502/systemready</p>
356
+
<p>Expected is an URL like: http://localhost:4502/systemready.json</p>
357
357
<p>If the URL is not set it is derived from serviceURL. If set to "-" the status check is disabled.</p><br><strong>User Property</strong>: <code>vault.systemReadyURL</code></td>
System ready JSON URL. If an URL is configured the systemready status of the target instance is checked after installing finishing the upload. This works only for AEMaaCS SDK instances.
808
-
<p>Expected is an URL like: http://localhost:4502/systemready</p>
808
+
<p>Expected is an URL like: http://localhost:4502/systemready.json</p>
809
809
<p>If the URL is not set it is derived from serviceURL. If set to "-" the status check is disabled.</p>
<td>System ready JSON URL. If an URL is configured the systemready status of the target instance is checked after installing finishing the upload. This works only for AEMaaCS SDK instances.
387
-
<p>Expected is an URL like: http://localhost:4502/systemready</p>
387
+
<p>Expected is an URL like: http://localhost:4502/systemready.json</p>
388
388
<p>If the URL is not set it is derived from serviceURL. If set to "-" the status check is disabled.</p><br><strong>User Property</strong>: <code>vault.systemReadyURL</code></td>
System ready JSON URL. If an URL is configured the systemready status of the target instance is checked after installing finishing the upload. This works only for AEMaaCS SDK instances.
879
-
<p>Expected is an URL like: http://localhost:4502/systemready</p>
879
+
<p>Expected is an URL like: http://localhost:4502/systemready.json</p>
880
880
<p>If the URL is not set it is derived from serviceURL. If set to "-" the status check is disabled.</p>
Copy file name to clipboardExpand all lines: tooling/maven/plugins/wcmio-content-package-maven-plugin/jacoco/io.wcm.maven.plugins.contentpackage/AbstractContentPackageMojo.java.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@
201
201
* after installing finishing the upload. This works only for AEMaaCS SDK instances.
202
202
*
203
203
* <p>
204
-
* Expected is an URL like: http://localhost:4502/systemready
204
+
* Expected is an URL like: http://localhost:4502/systemready.json
205
205
* </p>
206
206
*
207
207
* <p>
@@ -332,7 +332,7 @@
332
332
}
333
333
// if not set use hostname from serviceURL and add default path to bundle status
Copy file name to clipboardExpand all lines: tooling/maven/plugins/wcmio-content-package-maven-plugin/xref/io/wcm/maven/plugins/contentpackage/AbstractContentPackageMojo.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@
209
209
<aclass="jxr_linenumber" name="L201" href="#L201">201</a><emclass="jxr_javadoccomment"> * after installing finishing the upload. This works only for AEMaaCS SDK instances.</em>
<aclass="jxr_linenumber" name="L333" href="#L333">333</a><emclass="jxr_comment">// if not set use hostname from serviceURL and add default path to bundle status</em>
0 commit comments