Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 515 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 515 Bytes

MATLAB Maven Plugin

This repository holds a Maven Plugin to manage MATLAB Toolboxes.

Coordinates

<plugin>
    <groupId>fx.maven</groupId>
    <artifactId>matlab-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Workflow

This plugin assumes sandboxes as formed by the Maven MATLAB Toolbox Archetype. Although it can work as a standalone, it works best with the Fx Maven Toolbox.