Bug 473826 - [SysML 1.4]: update the web site with specific
documentation and pdf

Change-Id: I48048d94ae78f85451ca6d913e3cbba1a4ba9950
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=473826
Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
32 files changed
tree: e2baa3cad0f5360de7167446eedb53a75ba6b2c1
  1. core/
  2. diagram/
  3. releng/
  4. src/
  5. table/
  6. ui/
  7. .gitignore
  8. .project
  9. LICENSE
  10. pom.xml
  11. README.md
README.md

SysML1.4

A Papyrus DSML for the SysML 1.4 OMG norm

Repository structure

This repository is organized around logical software components:

  • core: The core software components for SysML 1.4 (profile, element type).
  • diagram: Elements related to SysML diagrams (BDD, IBD, Parametric, Requirement)
  • releng: Elements related to the creation of the rcp, update-site
  • table: Elements related to SysML tables (Allocation, Requirement)
  • ui: Elements related to other eclipse ui integration.

How to build

Components in this project are built using Maven and its Tycho plugin for the build of Eclipse artifacts. To build locally, simply execute the command line:

mvn clean install

To build also the modules relatives to RCP and Product, please activate the following profile:

mvn clean install -Psysml-productrcp

To generate the site (documentation, javadoc), please activate the profile documentation

mvn clean site site:stage-deploy scm-publish:publish-scm -Pdocumentation

Hudson CI

Build Status : Nightly Build Status

How to change version

mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=0.8.0-SNAPSHOT