Skip to content

Commit

Permalink
And the generated stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Dec 12, 2024
1 parent 599f53c commit c4b2cd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/site/markdown/configuration.properties
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ props.27.key = maven.startInstant
props.27.configurationType = java.time.Instant
props.27.description = User property used to store the build timestamp.
props.27.defaultValue =
props.27.since = 4.1.0
props.27.since = 4.0.0
props.27.configurationSource = User properties
props.28.key = maven.style.color
props.28.configurationType = String
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ props:
configurationType: java.time.Instant
description: "User property used to store the build timestamp."
defaultValue:
since: 4.1.0
since: 4.0.0
configurationSource: User properties
- key: maven.style.color
configurationType: String
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/maven-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ under the License.
| 24. | `maven.resolver.transport` | `String` | Resolver transport to use. Can be <code>default</code>, <code>wagon</code>, <code>apache</code>, <code>jdk</code> or <code>auto</code>. | `default` | 4.0.0 | User properties |
| 25. | `maven.session.versionFilter` | `String` | User property for version filter expression used in session, applied to resolving ranges: a semicolon separated list of filters to apply. By default, no version filter is applied (like in Maven 3). <br/> Supported filters: <ul> <li>"h" or "h(num)" - highest version or top list of highest ones filter</li> <li>"l" or "l(num)" - lowest version or bottom list of lowest ones filter</li> <li>"s" - contextual snapshot filter</li> <li>"e(G:A:V)" - predicate filter (leaves out G:A:V from range, if hit, V can be range)</li> </ul> Example filter expression: <code>"h(5);s;e(org.foo:bar:1)</code> will cause: ranges are filtered for "top 5" (instead full range), snapshots are banned if root project is not a snapshot, and if range for <code>org.foo:bar</code> is being processed, version 1 is omitted. Value in this property builds <code>org.eclipse.aether.collection.VersionFilter</code> instance. | - | 4.0.0 | User properties |
| 26. | `maven.settings.security` | `String` | | `${maven.user.conf}/settings-security4.xml` | | User properties |
| 27. | `maven.startInstant` | `java.time.Instant` | User property used to store the build timestamp. | - | 4.1.0 | User properties |
| 27. | `maven.startInstant` | `java.time.Instant` | User property used to store the build timestamp. | - | 4.0.0 | User properties |
| 28. | `maven.style.color` | `String` | Maven output color mode. Allowed values are <code>auto</code>, <code>always</code>, <code>never</code>. | `auto` | 4.0.0 | User properties |
| 29. | `maven.style.debug` | `String` | Color style for debug messages. | `bold,f:cyan` | 4.0.0 | User properties |
| 30. | `maven.style.error` | `String` | Color style for error messages. | `bold,f:red` | 4.0.0 | User properties |
Expand Down

0 comments on commit c4b2cd4

Please sign in to comment.