maven-plugin-testing
maven-plugin-testing copied to clipboard
Apache Maven Plugin Testing
pretty frustrating that in 2019 people are still targeting ancient Java versions. In this pull request I've set JDK 8 as the target and also updated to a more recent...
The following interfaces from beta 3 have been renamed in beta 4: * `org.apache.maven.api.DependencyCoordinate` * `org.apache.maven.api.services.DependencyCoordinateFactory` * `org.apache.maven.api.services.DependencyCoordinateFactoryRequest`
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.7-jre to 33.4.8-jre. Release notes Sourced from com.google.guava:guava's releases. 33.4.8 Guava 33.4.8 fixes a problem that we introduced while starting to migrate guava-android off Unsafe in 33.4.7....
starting some documentation activities now and performing testing of the JUnit5 maven-plugin testing capabilities with existing open source maven plugins. @gnodet I have made a small change in the MojoExtension...
Bumps [org.codehaus.plexus:plexus-xml](https://github.com/codehaus-plexus/plexus-xml) from 4.0.4 to 4.1.0. Release notes Sourced from org.codehaus.plexus:plexus-xml's releases. 4.0.1 Fix detection of invalid spaces in prolog (#20) @gnodet pom.mxl and site.xml cleanup (#19) @hboutemy 4.1.0 🚀...
Bumps [org.codehaus.plexus:plexus-testing](https://github.com/codehaus-plexus/plexus-testing) from 1.4.0 to 1.5.0. Release notes Sourced from org.codehaus.plexus:plexus-testing's releases. 1.5.0 📦 Dependency updates Bump junit to 5.12.1 (#78) @slachiewicz Bump junit to 5.12.0 (#77) @slachiewicz Bump JUnit...
Bumps [org.apache.maven:maven-parent](https://github.com/apache/maven-parent) from 43 to 44. Release notes Sourced from org.apache.maven:maven-parent's releases. 44 :boom: Breaking changes Move snapshot repositories in a profile (#451) @slawekjaranowski Check test code by checkstyle (#228)...
**[Henning Schmiedehausen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=henning)** opened **[MPLUGINTESTING-86](https://issues.apache.org/jira/browse/MPLUGINTESTING-86?redirect=false)** and commented How to reproduce: Using maven 3.9.4: > git clone [email protected]:apache/maven-javadoc-plugin.git > cd maven-javadoc-plugin > mvn clean test -Dtest=TestJavadocReportTest ---> Success > mvn test -Dtest=TestJavadocReportTest...