Re: surefire-junit47 depends on dummy:dummy:jar:1.0?

2018-03-02 Thread Alex O7;Ree
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

surefire-junit47 depends on dummy:dummy:jar:1.0?

2018-03-01 Thread Alex O7;Ree
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

Re: dependency:go-offline broken?

2017-10-01 Thread Alex O7;Ree
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

Re: Maven Site vs Reporting Plugin workflows?

2017-03-15 Thread Alex O7;Ree
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

Maven Site vs Reporting Plugin workflows?

2017-03-13 Thread Alex O7;Ree
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