@@ -275,7 +275,7 @@ parsedVersion.buildNumber
275
275
-------------------
276
276
277
277
Apart from the above properties the following properties will be set:
278
-
278
+
279
279
-------------------
280
280
parsedVersion.nextMajorVersion
281
281
parsedVersion.nextMinorVersion
@@ -285,7 +285,7 @@ parsedVersion.nextBuildNumber
285
285
286
286
And another set of properties is set by using the defined formatting.
287
287
See {{{./parse-version-mojo.html}build-helper:parse-version}}
288
-
288
+
289
289
-------------------
290
290
formattedVersion.majorVersion
291
291
formattedVersion.minorVersion
@@ -296,7 +296,7 @@ formattedVersion.nextMinorVersion
296
296
formattedVersion.nextIncrementalVersion
297
297
formattedVersion.nextBuildNumber
298
298
-------------------
299
-
299
+
300
300
301
301
The property prefix <<<parsedVersion>>> can be configured using the <<<propertyPrefix>>> parameter.
302
302
@@ -466,7 +466,7 @@ releasedVersion.qualifier
466
466
</build>
467
467
</project>
468
468
-------------------
469
- It is also possible to define port names via resource file(s). Resources in classpath are also supported (artifact
469
+ It is also possible to define port names via resource file(s). Resources in classpath are also supported (artifact
470
470
with resource has to be defined in plugin dependencies section).
471
471
472
472
<<<portNames>>> and <<<urls>>> parameters can be combined.
@@ -539,7 +539,7 @@ tomcat.http.port
539
539
</goals>
540
540
<configuration>
541
541
<name>human.version</name>
542
- <value>${project.version}</value>
542
+ <value>\ ${project.version}</value>
543
543
<regex>-SNAPSHOT</regex>
544
544
<replacement> pre-release development version</replacement>
545
545
<failIfNoMatch>false</failIfNoMatch>
@@ -578,7 +578,7 @@ tomcat.http.port
578
578
<regexPropertySettings>
579
579
<regexPropertySetting>
580
580
<name>human.version</name>
581
- <value>${project.version}</value>
581
+ <value>\ ${project.version}</value>
582
582
<regex>-SNAPSHOT</regex>
583
583
<replacement> pre-release development version</replacement>
584
584
<failIfNoMatch>false</failIfNoMatch>
@@ -737,15 +737,15 @@ tomcat.http.port
737
737
</project>
738
738
-------------------
739
739
740
- * Set a property according to whether target files are up to date with respect to their sources
740
+ * Set a property according to whether target files are up to date with respect to their sources
741
741
742
742
'Up to date' means that the target file both exists and has a 'last modification timestamp' (<<<java.io.File.lastModified()>>>)
743
743
equal to or later than that of the corresponding source file(s).
744
744
745
745
Source files are computed relative to the <<<fileset>>>'s required <<<directory>>> property.
746
746
If the <<<fileset>>> has an <<<outputDirectory>>> property, target files are computed relative to that;
747
747
otherwise, target files are also computed relative to <<<directory>>>.
748
-
748
+
749
749
The <<<fileset>>> element supports a <<<mapper>>>, whose <<<type>>> can be any of the built-in mappers
750
750
<<<flatten glob identity merge package unpackage>>>. Alternatively, the <<<classname>>> property can specify the
751
751
fully qualified name of a class that implements <<<org.apache.maven.shared.model.fileset.mappers.FileNameMapper>>>.
0 commit comments