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
raise"Unable to access uri #{uri}. Reason: #{error}"
176
+
rescue=>error
177
+
$LOG.warn"Release POM #{uri.split('/').last} not locally cached and unable to retrieve it from JBoss Nexus"
178
+
if@site.profile == 'production'
179
+
abort"Aborting site generation, since the production build requires the release POM information"
180
+
else
181
+
$LOG.warn"Continue build since we are building the '#{@site.profile}' profile. Note that variables interpolated from the release poms will not display\n"
0 commit comments