Class TestPropertiesMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="test-properties")
    public class TestPropertiesMojo
    extends org.apache.maven.plugin.AbstractMojo
    • Field Detail

      • destination

        @Parameter(defaultValue="${project.build.directory}/test.properties")
        protected File destination
      • repository

        @Parameter(defaultValue="${project.build.directory}/repository")
        protected File repository
        igorf: as of 2012-01-05, generated repository location is hardcoded to target/repository in tycho
      • bundleReader

        @Component
        protected org.eclipse.tycho.core.osgitools.BundleReader bundleReader
    • Constructor Detail

      • TestPropertiesMojo

        public TestPropertiesMojo()
    • Method Detail

      • getDestination

        protected File getDestination()
      • processPlugins

        protected void processPlugins​(Properties properties,
                                      Map<File,​org.eclipse.tycho.core.osgitools.OsgiManifest> plugins)
                               throws Exception
        Throws:
        Exception
      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException