An open API service indexing awesome lists of open source software.

https://github.com/overturetool/example-packager

The Overture VDM Example Packager
https://github.com/overturetool/example-packager

Last synced: 3 months ago
JSON representation

The Overture VDM Example Packager

Awesome Lists containing this project

README

          

# The Overture Example Packager Tool [![Build Status](https://travis-ci.org/overturetool/example-packager.png?branch=master)](https://travis-ci.org/overturetool/example-packager)

This packages up VDM examples from the main Overture repository for distribution, web site display, etc.

## Using a release version in Maven

~~~xml

org.overturetool.build
example-packager-plugin
${example-packager.version}



true
true

${project.basedir}/VDMSL


${project.basedir}/VDM++


${project.basedir}/VDMRT

${project.basedir}/libs




package-examples


~~~

## Using snapshot versions

..._to be filled in_

## Making a release

See the notes in the @overturetool/astcreator wiki: https://github.com/overturetool/astcreator/wiki/Release-Procedure