Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,9 @@ limitations under the License.
<sisuMavenPluginVersion>0.9.0.M4</sisuMavenPluginVersion>
<invoker.streamLogsOnFailures>true</invoker.streamLogsOnFailures>

<!-- njord configuration -->
<!-- njord configuration (https://maveniverse.eu/docs/njord/configuration/#njord-properties) -->
<njord.releaseUrl>njord:template:release-sca</njord.releaseUrl>
<njord.publisher>sonatype-cp</njord.publisher>
Comment on lines +361 to +362
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have the same in local settings.xml .... so should be dropped from settings.xml

https://codehaus-plexus.github.io/plexus-pom/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, fixed doc in 7466122.

<njord.autoPublish>true</njord.autoPublish>
<njord.publishingType>automatic</njord.publishingType>
<njord.waitForStates>true</njord.waitForStates>
Expand Down
4 changes: 0 additions & 4 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ Release manager should include the following sections in your personal `settings
<id>sonatype-central-portal</id>
<username>jqhacker</username> <!-- central portal token -->
<password>SeCrEt</password> <!-- central portal token -->
<configuration>
<njord.publisher>sonatype-cp</njord.publisher>
<njord.releaseUrl>njord:template:release-sca</njord.releaseUrl>
</configuration>
</server>
</servers>
</settings>
Expand Down