You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Most important changes:

  • switch from Sonatype Aether to Eclipse Aether ( contains a package change in several Maven APIs)
  • support of JSR330 in plugins ( javax.inject)

PlexusTestcase

In order to make it possible to test with javax.inject in unit tests, one might need to add the following:

    @Override
    protected void customizeContainerConfiguration( ContainerConfiguration configuration )
    {
        configuration.setClassPathScanning( "INDEX" );
    }



  • No labels