Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
How to install plugin into local maven repository
  • Loading branch information
gnkoshelev committed Nov 12, 2015
1 parent a76a5dc commit aba5f4c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,10 @@ Plugin supports TypeScript at least version 1.6.2 and older.
* `target` - version of ECMAScript, *default* value is `ES5`
* `sources` - files to compile, *required*
* `sourcemap` - add TS-files and JS.MAP-files to targetDirectory, *default* value is `false`

## Installing plugin
`mvn install:install-file -Dfile=typescript-maven-plugin-0.3.jar`

or build and install from sources:

`mvn install`

0 comments on commit aba5f4c

Please sign in to comment.