Skip to content
This repository was archived by the owner on Jul 6, 2018. It is now read-only.

Commit 22fd0c0

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 2c0f724 + 428fb52 commit 22fd0c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ A Maven plugin that uses IntelliJ's javac2 byte-code instrumentation to insert c
33
INSTALLATION
44

55
Some dependencies are not in Maven Central and thus must be installed in your local repository.
6-
These dependencies are stored under misc/libs folder and can be installed using next command:
6+
These dependencies are stored under misc/libs folder and can be installed using next commands:
77
mvn install:install-file -Dfile=annotations.jar -DgroupId=com.intellij -DartifactId=annotations -Dversion=11.1.2 -Dpackaging=jar
8+
mvn install:install-file -Dfile=javac2.jar -DgroupId=com.intellij -DartifactId=javac2 -Dversion=11.1.2 -Dpackaging=jar
89

910
After successful maven installation plugin must be installed in local Maven repository. Go to the target directory and install plugin using next command:
1011
mvn install:install-file -Dfile=javac2-maven-plugin-1.0.1.jar -DgroupId=com.electriccloud -DartifactId=javac2-maven-plugin -Dversion=1.0.1 -Dpackaging=maven-plugin

0 commit comments

Comments
 (0)