Re: Maven Project Info Reports Plugin 3.0.1 release

2019-07-10 Thread Maxim Solodovnik
Thanks a lot Robert Finally I was able to get back to this task :) The test was created and fails successfully :) [1] Then I tried to replace ProjectBuilder with ModelBuilder Unfortunately it seems impossible :( ProjectBuilder has method build(artifact) ModelBuilder doesn't have it :( Maybe it

Re: Maven Project Info Reports Plugin 3.0.1 release

2019-06-18 Thread Robert Scholte
[ERROR] Unknown packaging: bundle @ line 6, column 16 at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:205) at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:340) at org.apache.maven.report.projectinfo.dependencies.Repository

Re: Maven Project Info Reports Plugin 3.0.1 release

2019-06-17 Thread Maxim Solodovnik
+1 :) Will be happy to help with this release :) BTW can someone take a look at this https://issues.apache.org/jira/browse/MPIR-374 issue? Or maybe any pointer on where to look? I spent some time trying to fix it, but no luck :( On Tue, 18 Jun 2019 at 00:31, Peter Somogyi wrote: > Hi, > > I'd l

Maven Project Info Reports Plugin 3.0.1 release

2019-06-17 Thread Peter Somogyi
Hi, I'd like to ask if there are any plans to release version 3.0.1 from Maven Project Info Reports Plugin in the near future. There is a bug in 3.0.0 which generates the email links incorrectly. As a result, the mailing list subscribe URLs give 404 error message on HBase's Mailing Lists page. Th