mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-14 14:10:52 +00:00
[1.x] Pre-release tidy-up (#1010)
Changes: * no source changes * (build) expel all versions from child modules: they must be all top level depMgmt or pluginMgmt * (build) Top POM contains GAVs while child modules GA+scope. This tremendously simplifies maintenance. * (javadoc) fix Javadoc errors Updates: * use latest Maven 3.9.8-SNAPSHOT (TS locked version, controlled deploy by me) * AssertJ 3.26.0 * Takari Smart Builder 0.6.6 * Sisu 0.9.0.M3 * maven wrapper 3.3.2 w/ scripts This brings mvnd-1.x in "releasable" state (once Maven 3.9.8 is out).
This commit is contained in:
@@ -68,7 +68,6 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.daemon</groupId>
|
||||
<artifactId>mvnd-build-maven-plugin</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
@@ -101,6 +100,7 @@
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
@@ -145,6 +145,7 @@
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
|
@@ -75,7 +75,7 @@ public class InterpolationHelper {
|
||||
* <p>
|
||||
* This method performs property variable substitution on the
|
||||
* specified value. If the specified value contains the syntax
|
||||
* <tt>${<prop-name>}</tt>, where <tt><prop-name></tt>
|
||||
* {@code ${prop-name}}, where {@code prop-name}
|
||||
* refers to either a configuration property or a system property,
|
||||
* then the corresponding property value is substituted for the variable
|
||||
* placeholder. Multiple variable placeholders may exist in the
|
||||
|
@@ -138,7 +138,7 @@ public class OsUtils {
|
||||
|
||||
/**
|
||||
* A simple wrapper over {@link Process} that manages its destroying and offers Java 8-like
|
||||
* {@link #waitFor(long, TimeUnit, String[])} with timeout.
|
||||
* {@link #waitFor(long)} with timeout.
|
||||
*/
|
||||
public static class CommandProcess implements AutoCloseable {
|
||||
public static final int TIMEOUT_EXIT_CODE = Integer.MIN_VALUE + 42;
|
||||
|
Reference in New Issue
Block a user