Releases: maveniverse/njord
0.8.3
What's Changed
- Add log at end of publishing where to continue by @kwin in #166
- add menu with goals by @hboutemy in #160
- Bump org.junit.jupiter:junit-jupiter-api from 5.13.3 to 5.13.4 by @dependabot[bot] in #161
- Bump version.maven from 3.9.10 to 3.9.11 by @dependabot[bot] in #159
- Cumulative updates by @cstamas in #169
- Split sonatype module by @cstamas in #171
New Contributors
Full Changelog: release-0.8.2...release-0.8.3
0.8.2
0.8.1
Njord got same proxy support as transport http/apache has.
What's Changed
- Bump org.junit.jupiter:junit-jupiter-api from 5.13.1 to 5.13.2 by @dependabot in #146
- Bump org.junit.jupiter:junit-jupiter-api from 5.13.2 to 5.13.3 by @dependabot in #149
- Bump version.mima from 2.4.29 to 2.4.30 by @dependabot in #148
- Add proxy support by @cstamas in #151
Full Changelog: release-0.8.0...release-0.8.1
0.8.0
Important: coordinate change, all Maven 3 extensions (non-native Maven 4 extensions) will get extension3
artifact ID in Maveniverse.
<?xml version="1.0" encoding="UTF-8"?>
<extensions>
<extension>
<groupId>eu.maveniverse.maven.njord</groupId>
<artifactId>extension3</artifactId>
<version>0.8.0</version>
</extension>
</extensions>
Other than that, some minor improvements like list-content
can now provide artifacts list for further automation (ie. GPG signing).
Full Changelog: release-0.7.5...release-0.8.0
0.7.5
Validation (model validation to be more specific) improvements.
What's Changed
- Bump org.junit.jupiter:junit-jupiter-api from 5.13.0 to 5.13.1 by @dependabot in #137
- Make sure the store repository is added first by @gsmet in #139
- Introduce Njord transfer listener that is silent; use it where appropriate by @cstamas in #141
Full Changelog: release-0.7.4...release-0.7.5
0.7.4
More improvements around new check-artifacts-availability mojo and validation.
What's Changed
- Add waitDelay parameter to check-artifacts-availability mojo by @cstamas in #133
- Make artifacts parameter possible to point at a file by @cstamas in #134
- Soften the javadoc checks a bit by @gsmet in #135
Full Changelog: release-0.7.3...release-0.7.4
0.7.3
Implement "service redirects", added new Mojo check-artifacts-availability
and minor fixes and updates.
What's Changed
- Clean up settings management; Maven 3.9.10 by @cstamas in #128
- New mojo: check-artifacts-availability by @cstamas in #131
- Fix URLs across publishers by @cstamas in #132
Full Changelog: release-0.7.2...release-0.7.3
0.7.2
Validation heavily improved.
What's Changed
- Bump eu.maveniverse.maven.parent:parent from 38 to 39 by @dependabot in #117
- Provide more information in case there is a POM coordinates mismatch by @gsmet in #120
- Validate chattiness by @cstamas in #125
- Fix validation issues by @cstamas in #124
New Contributors
Full Changelog: release-0.7.1...release-0.7.2
0.7.1
Revamped config, that as consequence has that IF Njord is disabled njord.enabled=false
(property, so system, project or user property, hence is settable via profile as well), it stays fully dormant, and works on Maven 3.8.8 as well.
What's Changed
- Bump version.resolver from 1.9.22 to 1.9.23 by @dependabot in #58
- Rework config by @cstamas in #116
Full Changelog: release-0.7.0...release-0.7.1
0.7.0
New features:
- new property
njord.autoDrop
(def: true) to control whether to drop auto-published stores (or keep them). - new mojo
export-all
that simply exports ALL stores locally staged - new CP feature "wait for states": Njord can wait for certain state transitions, if feature enabled (see
eu.maveniverse.maven.njord.publisher.sonatype.SonatypeCentralPortalPublisherConfig
javadoc). By default will wait for validation to pass, and succeed if validation was OK, or fail the build if validation was FAILED.
Plugin doco https://maveniverse.eu/docs/njord/plugin-documentation/plugin-info.html
What's Changed
- Small fix for Maven 3.8 and older by @cstamas in #108
- New mojo: export-all by @cstamas in #112
- autoDrop: new property to control drop of auto published store by @cstamas in #111
- WaitOnStates: a very simple solution to make CP publisher wait by @cstamas in #114
Full Changelog: release-0.6.2...release-0.7.0