Skip to content

Framesoc archive generation with Maven

generoso edited this page Sep 26, 2014 · 4 revisions

Summary

This page describes how to generate the deliverable Framesoc archive containing the installable Framesoc features.

Requirements

  • Follow all the steps to configure a working Framesoc development environment, as explained in [this page](Framesoc Eclipse Plugin Development Environment Setup).
  • Generate the doc folders for the Framesoc extension points
    • From the Eclipse main menu: Window > Preferences > Plug-in Development > Compilers
    • Select the "Schemas" tab
    • Check the "Generate reference documentation from schemas" entry
    • Specify doc as "Documentation folder"
    • Rebuild all the projects

Archive Generation

  • Right-click on the fr.inria.soctrace.maven.master project
  • Select "Run As.."
  • Select "Maven Build"
  • The first time you do this, a configuration dialog is shown. Here, set the following goals in the Goals field:
    • clean verify
  • Press "Run"
  • The archive (Framesoc-*.zip) will be generated in the target directory inside the fr.inria.soctrace.maven.repository project.