Skip to content

ragavsathish/matlab-simple-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Maven Matlab Simple Archetype

maven-archetype-matlab-simple is an archetype which contains a sample Maven project for matlab application.

project
|-- pom.xml
`-- src
	|-- assembly
	|	`-- bin.xml (Packaging instructions)
    |-- main
    |   `-- matlab
    |		`-- +sample
    |       	`-- App.m (Source code)
    `-- test
        `-- matlab
            `-- AppTest.m (Test code)

Installation

git clone https://github.com/ragavsathish/matlab-simple-archetype.git
cd matlab-simple-archetype
mvn clean install

Usage

mvn archetype:generate -DgroupId=com.github.ragavsathish -DartifactId=my-app \
-DarchetypeGroupId=com.github.ragavsathish \
-DarchetypeArtifactId=matlab-simple-archetype \
-DarchetypeVersion=1.0-SNAPSHOT \
-DinteractiveMode=false

About

Maven Matlab Simple Archetype

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages