We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd30f6 commit a71c9faCopy full SHA for a71c9fa
1 file changed
biz.aQute.repository/src/aQute/bnd/repository/maven/provider/MavenBndRepository.java
@@ -668,7 +668,7 @@ synchronized boolean init() {
668
String sonatypeSnapshotUrl = null;
669
switch (sonatypeMode) {
670
case MANUAL, AUTOPUBLISH -> {
671
- reporter.error("Deprecated Sonatype Publishing. This feature will be removed.");
+ reporter.warning("Deprecated Sonatype Publishing. This feature will be removed.");
672
logger.info("deployment via Sonatype Central Portal configured in {} mode", sonatypeMode);
673
File releaseDir = registry.getPlugin(Workspace.class)
674
.getFile(SONATYPE_RELEASE_DIR);
0 commit comments