Tutorial of Maven Tycho

Tycho

Maven-Tycho
Building a Feature using Maven Tycho
  • Create and configure a Maven Tycho feature project.
  • Set dependencies and repositories in pom.xml.
  • Build the project with maven install.
Building a Plugin using Maven Tycho
  • Create and convert a plugin project to Maven.
  • Configure pom.xml with Tycho and resolve dependencies.
  • Build the project with maven install.
Building Multiple Projects using Maven Tycho
  • .Convert a general project to a Maven parent project.
  • Configure pom.xml for modules and shared settings.
  • Build all modules with the parent pom.xml.
Building P2Repository using Maven Tycho
  • Convert to Maven with eclipse-repository packaging
  • Add repository as a module in the parent pom.xml.
  • Build and generate the P2 repository with maven install.
13 Steps to Building Plugin from Jenkins
  • Install Jenkins and deploy in Tomcat.
  • Configure Maven and create a build job.
  • Run the build and check the output.Build the product to bundle the JRE.
Bundle JRE along with your Product using Maven Tycho
  • Copy JRE into feature project sub-folders.
  • Update build.properties with platform-specific paths.
  • Build the product to bundle the JRE.
Installation of Maven-Tycho-Jenkins
  • .Install Maven, set environment variables, and add m2eclipse plugin in Eclipse.
  • Install Tycho for Maven integration in Eclipse.
  • Deploy Jenkins WAR in Tomcat for CI setup.