Skip to content

Commit aefed00

Browse files
authored
Configure njord publisher and releaseURL in pom
Otherwise people not having according `settings.xml` get misleading error messages during release. Compare with maveniverse/njord#162 (comment)
1 parent 534d2f7 commit aefed00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,8 @@ limitations under the License.
358358
<invoker.streamLogsOnFailures>true</invoker.streamLogsOnFailures>
359359

360360
<!-- njord configuration -->
361+
<njord.releaseUrl>njord:template:release-sca</njord.releaseUrl>
362+
<njord.publisher>sonatype-cp</njord.publisher>
361363
<njord.autoPublish>true</njord.autoPublish>
362364
<njord.publishingType>automatic</njord.publishingType>
363365
<njord.waitForStates>true</njord.waitForStates>

0 commit comments

Comments
 (0)