elharo commented on PR #179:
URL:
https://github.com/apache/maven-artifact-plugin/pull/179#issuecomment-3351442760
Note sure what's happening here but this does look like a non-flaky failure:
```
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-artifact-plugin:3.6.1-SNAPSHOT:check-buildplan
(default-cli) on project parent: Execution default-cli of goal
org.apache.maven.plugins:maven-artifact-plugin:3.6.1-SNAPSHOT:check-buildplan
failed: '1970-01-01T00:00:00Z' is not within the valid range
1980-01-01T00:00:02Z to 2099-12-31T23:59:59Z -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal
org.apache.maven.plugins:maven-artifact-plugin:3.6.1-SNAPSHOT:check-buildplan
(default-cli) on project parent: Execution default-cli of goal
org.apache.maven.plugins:maven-artifact-plugin:3.6.1-SNAPSHOT:check-buildplan
failed: '1970-01-01T00:00:00Z' is not within the valid range
1980-01-01T00:00:02Z to 2099-12-31T23:59:59Z
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:215)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:156)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:148)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:117)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:81)
at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
(SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
(Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch
(Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
(Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main
(Launcher.java:347)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution
default-cli of goal
org.apache.maven.plugins:maven-artifact-plugin:3.6.1-SNAPSHOT:check-buildplan
failed: '1970-01-01T00:00:00Z' is not within the valid range
1980-01-01T00:00:02Z to 2099-12-31T23:59:59Z
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]