Skip to content

Commit aba5f4c

Browse files
committed
Update README.md
How to install plugin into local maven repository
1 parent a76a5dc commit aba5f4c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,10 @@ Plugin supports TypeScript at least version 1.6.2 and older.
3939
* `target` - version of ECMAScript, *default* value is `ES5`
4040
* `sources` - files to compile, *required*
4141
* `sourcemap` - add TS-files and JS.MAP-files to targetDirectory, *default* value is `false`
42+
43+
## Installing plugin
44+
`mvn install:install-file -Dfile=typescript-maven-plugin-0.3.jar`
45+
46+
or build and install from sources:
47+
48+
`mvn install`

0 commit comments

Comments
 (0)