e is not enough clear you can -X to the conmand line, like
>
> mvn test -X
>
> Cheers
> Enrico
>
> Il gio 1 mar 2018, 18:35 Alex O'Ree ha scritto:
>
> > Can anyone shed light on the dummy:dummy jar file that surefire seems to
> > need? I don't see it in
Can anyone shed light on the dummy:dummy jar file that surefire seems to
need? I don't see it in mvnrepository nor in repo.maven.apache.org.
I'm using 2.19.1 of the surefire plugin. I added the following changes to
the plugin config and now it's complaining about artifact resolution
classesAndMeth
This is what I use to get artifacts before dropping offline (it may or
may not help your scenario)
mvn dependency:resolve -Dclassifier=javadoc dependency:sources
dependency:resolve-plugins -fn
This gets sources, javadocs and plugins. This works in most cases,
however if you're using ant to downlo
Regards,
>
> Hervé
>
> [1] http://maven.apache.org/ref/3-LATEST/maven-model-builder/apidocs/org/
> apache/maven/model/plugin/DefaultReportingConverter.html
>
> Le mardi 14 mars 2017, 00:03:45 CET Alex O'Ree a écrit :
>> Hi everyone, I'm trying to troubleshoot
Hi everyone, I'm trying to troubleshoot an issue with the PDF plugin,
https://issues.apache.org/jira/browse/MPDF-62. Root cause seems to be
that the reportPlugins:
@Parameter( readonly = true )
private org.apache.maven.reporting.exec.ReportPlugin[] reportPlugins;
are not injected to the Mo