gnodet opened a new pull request, #2193:
URL: https://github.com/apache/maven/pull/2193

   - **o added svn structure**
   - **o moved maven-plugin-testing-harness, maven-plugin-testing-tools, 
maven-test-tools projects from shared see 
http://www.nabble.com/-proposal--Plugin-tools-and-shared-reorganization-td15916254s177.html**
   - **o using parent pom due to r636145 o improved readingness o updated scm 
url**
   - **o ignored target and IDE files**
   - **o aligned version to 1.2-SNAPSHOT**
   - **o Added svn:eol-style=native**
   - **[MPLUGINTESTING-1] Add convenience methods to MavenProjectStub to easily 
populate model from test resource**
   - **o Fixed javadoc**
   - **Applying patch to make the testing harness compatible with new plexus 
classes used in 2.1**
   - **o provided minimalist site.xml and apt files o using <menu/> tag in 
site.xml**
   - **[maven-release-plugin] prepare release maven-plugin-testing-1.2**
   - **[maven-release-plugin] prepare for next development iteration**
   - **o fixed some minor checkstyle errors**
   - **o Updated SCM web url**
   - **o fixed groupId in the documentation**
   - **o Changed file encoding to UTF-8**
   - **o Polished site**
   - **o Reordered POM**
   - **o Used http://maven.apache.org/xsd/* for schema location**
   - **bump version to 2.0-SNAPSHOT**
   - **ignore eclipse files.**
   - **move some components declaration to dependencyManagement**
   - **projects compile and unit pass with 3.x mvn artifacts.**
   - **[MPLUGINTESTING-11] plugin-testing-mvn-3.x branch does not compile/work 
with latest maven 3.0-SNAPSHOT Submitted by: Igor Fedorenko**
   - **make it working with 3.x (at least testing with 2 test cases from site 
plugin 3.x branch)**
   - **getPluginDescriptorPath() must be configurable add a comment on a ugly 
stuff !**
   - **fix compilation with current trunk**
   - **fix compilation with current mvn trunk.**
   - **o Decoupled from plugin manager**
   - **fix compilation failure due to trunk change**
   - **fix compilation failure due to trunk change**
   - **[MPLUGINTESTING-16] update to build with latest maven 3.0-SNAPSHOT 
Submitted by: Igor Fedorenko**
   - **upgrade dependencies. fix compilation failure.**
   - **fix compilation failure due to trunk change.**
   - **[maven-release-plugin] prepare release maven-plugin-testing-2.0-alpha-1**
   - **[maven-release-plugin] prepare for next development iteration**
   - **[maven-release-plugin] prepare release maven-plugin-testing-2.0-alpha-1**
   - **[maven-release-plugin] prepare for next development iteration**
   - **[MPLUGINTESTING-18] fixed file handle leaks**
   - **added .settings to svn:ignore**
   - **Update to use maven 3.0 and other improvements**
   - **move plexus-utils declaration in top pom dptMngt**
   - **move version of maven artifact in deptMngt in top level pom**
   - **[MPLUGINTESTING-19]  build fails due to missing methods when building 
with maven3 Submitted by Jaromír Cápík .**
   - **added classical javadoc and source xref links**
   - **added generics**
   - **added generics**
   - **added generics**
   - **added a link to m-invoker-p (should add a back-link)**
   - **fixed links**
   - **added maven 2.x compatibility faq entry**
   - **fixed faq.fml markup**
   - **[maven-release-plugin] prepare release maven-plugin-testing-2.0**
   - **[maven-release-plugin] prepare for next development iteration**
   - **minor improvements**
   - **updated examples to use new plugin-tools' java annotations**
   - **missing generics**
   - **added @since info for new methods introduced in 2.0**
   - **o Updated easymock to later version that works post jdk 1.5. Upped other 
deps too**
   - **[maven-release-plugin] prepare release maven-plugin-testing-2.1**
   - **[maven-release-plugin] prepare for next development iteration**
   - **[maven-release-plugin] prepare release maven-plugin-testing-2.1**
   - **[maven-release-plugin] prepare for next development iteration**
   - **o Updated to commons-io XmlReader**
   - **Implement MojoRule, so MojoTestcases are not forced to extend 
AbstractMojoTestCase.**
   - **Update documentation.**
   - **remove inherited from parent**
   - **o updating for maven 3.1.0 o updating to Eclipse Aether o using new 
facilities in the container**
   - **bump to 3.0-SNAPSHOT for all modules (child modules omitted in 1507022)**
   - **Updating for Maven 3.1.1 and some fixes for the Maven Android Plugin**
   - **Introduced AbstractMojoTestCase#addGuiceModules to allow guice injector 
customization**
   - **Provide a better error message when the mojo descriptor is null.**
   - **[maven-release-plugin] prepare release maven-plugin-testing-3.0.0**
   - **[maven-release-plugin] prepare for next development iteration**
   - **MPLUGINTESTING-32 fixed incorrect configuration merge order**
   - **MPLUGINTESTING-33 better test plugin artifact file heuristics**
   - **[maven-release-plugin] prepare release maven-plugin-testing-3.0.0**
   - **[maven-release-plugin] prepare for next development iteration**
   - **changed version to 3.1.0-SNAPSHOT**
   - **MPLUGINTESTING-37 introduced MojoRule #executeMojo and related methods**
   - **MPLUGINTESTING-36 introduced TestResources junit4 test Rule**
   - **[maven-release-plugin] prepare release maven-plugin-testing-3.1.0**
   - **[maven-release-plugin] prepare for next development iteration**
   - **MPLUGINTESTING-38: When instantiating a Mojo the ComponentConfigurator 
setting needs to be honored**
   - **Cleaning up debugging output.**
   - **MPLUGINTESTING-40 setup aether repository system session**
   - **MPLUGINTESTING-43 TestResources#create convenience method**
   - **MPLUGINTESTING-41 bind and manage SessionScope and MojoExecutionScope**
   - **MPLUGINTESTING-42 on-the-fly mojo execution configuration**
   - **new version 3.2.0-SNAPSHOT to signify minimal maven 3.2.1**
   - **[maven-release-plugin] prepare release maven-plugin-testing-3.2.0**
   - **[maven-release-plugin] prepare for next development iteration**
   - **Make test Windows proof**
   - **enforced use of TestResources as junit @Rule**
   - **sanitize test work directory name**
   - **better default test projects work directory**
   - **code format**
   - **MPLUGINTESTING-44 maven 3.2.4 compatibility**
   - **MPLUGINTESTING-44 enforce maven 3.2.4 as minimal supported version**
   - **MPLUGINTESTING-44 version 3.3.0 to signify maven 3.2.4+ requirement**
   - **[maven-release-plugin] prepare release maven-plugin-testing-3.3.0**
   - **[maven-release-plugin] prepare for next development iteration**
   - **[MPLUGINTESTING-47] Incorrect Mojo Java5 annotations in example**
   - **[MPLUGINTESTING-51] ResolverExpressionEvaluatorStub ignores 
project.basedir**
   - **Stabilize project**
   - **[MPLUGINTESTING-65] Remove deprecated maven-plugin-testing-tools module**
   - **[MPLUGINTESTING-61] Require Java 7**
   - **update commons-io (#13)**
   - **update plexus archiver (#14)**
   - **[MPLUGINTESTING-69] update plexus-utils (#17)**
   - **Bump plexus-archiver from 4.2.2 to 4.2.4**
   - **Get rid of warnings, cleanup (#19)**
   - **Fix javadoc**
   - **[MPLUGINTESTING-71] Require Java 8**
   - **[MPLUGINTESTING-73] Upgrade maven-parent pom to 36**
   - **[MPLUGINTESTING-59] Fix getting started guide**
   - **[MPLUGINTESTING-70] Move maven-compat to test scope**
   - **[MPLUGINTESTING-74] Using generics to return the matched type for 
lookup... and getVariableValue... methods**
   - **[MPLUGINTESTING-78] Support maven 4 new api (#24)**
   - **[MPLUGINTESTING-78] Fix dependency to wrong plexus-utils**
   - **[MPLUGINTESTING-80] Upgrade to maven 4.0.0-alpha-4 (#27)**
   - **[MPLUGINTESTING-79] Reformat**
   - **[MPLUGINTESTING-76] Upgrade Plexus Archiver from 4.3.0 to 4.6.1 (broken 
api in 4.4.0) (#29)**
   - **[maven-release-plugin] prepare release 
maven-plugin-testing-4.0.0-alpha-1**
   - **[maven-release-plugin] prepare for next development iteration**
   - **[MNG-6829] Replace any StringUtils#isEmpty(String) and 
#isNotEmpty(String) (#30)**
   - **[PLUGINTESTING-85] Bump org.codehaus.plexus:plexus-archiver to 4.8.0 
(#32)**
   - **[MPLUGINTESTING-84] Support Junit 5 + Maven 3 (#31)**
   - **[MPLUGINTESTING-89] Upgrade Maven from 4.0.0-alpha-4 to 4.0.0-alpha-8 
(#33)**
   - **[MPLUGINTESTING-90] Get rid of maven-compat**
   - **[MPLUGINTESTING-92] Refresh download page**
   - **[MPLUGINTESTING-91] Maven 3 compatible and improvements**
   - **[maven-release-plugin] prepare release 
maven-plugin-testing-4.0.0-alpha-2**
   - **[maven-release-plugin] prepare for next development iteration**
   - **[MPLUGINTESTING-94] Remove Maven 3 support classes**
   - **[MPLUGINTESTING-94] Switch to Maven 4.0.0-beta-3**
   - **Rename SessionStub to SessionMock and add a real SessionStub**
   - **Cleanup deps**
   - **[maven-release-plugin] prepare release 
maven-plugin-testing-4.0.0-beta-1**
   - **[maven-release-plugin] prepare for next development iteration**
   - **Upgrade to Maven 4.0.0-beta-5 (#46)**
   - **[maven-release-plugin] prepare release 
maven-plugin-testing-4.0.0-beta-2**
   - **[maven-release-plugin] prepare for next development iteration**
   - **Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.2 (#52)**
   - **Bump org.codehaus.plexus:plexus-xml from 4.0.3 to 4.0.4 (#59)**
   - **Bump org.junit:junit-bom from 5.10.1 to 5.11.4 (#61)**
   - **Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 (#63)**
   - **Bump org.mockito:mockito-core from 4.6.1 to 5.15.2 (#57)**
   - **Remove ConfigurationException, default to empty config in 
extractPluginConfiguration() method (#51)**
   - **Bump org.apache.maven:maven-parent from 42 to 43 (#70)**
   - **Upgrade to maven 4.0.0-rc-2 (#64)**
   - **[maven-release-plugin] prepare release 
maven-plugin-testing-4.0.0-beta-3**
   - **[maven-release-plugin] prepare for next development iteration**
   - **Bump org.mockito:mockito-core from 5.15.2 to 5.16.0**
   - **Bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17**
   - **Bump org.junit:junit-bom from 5.11.4 to 5.12.0**
   - **Bump org.junit:junit-bom from 5.12.0 to 5.12.1**
   - **Bump org.mockito:mockito-core from 5.16.0 to 5.16.1**
   - **Upgrade to Maven 4.0.0-rc-3. (#84)**
   - **[maven-release-plugin] prepare release v4.0.0-beta-4**
   - **[maven-release-plugin] prepare for next development iteration**
   - **Integrate the new subproject as maven-testing**
   


-- 
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]

Reply via email to