Skip to content

Commit 84a063d

Browse files
Update README.md
1 parent 09f3773 commit 84a063d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,16 @@ clean, run, watch for this notification:
4444
cancel once you see it... or wait to fail build because of the missing plugin.
4545

4646
**Option 1)** local/dev installation:
47-
simply unzip files to ```PROJECT_DIR/.grails/projects/cwa/plugins/export-1.7-2.0.0-2/```
47+
48+
Simply unzip files to ```PROJECT_DIR/.grails/projects/cwa/plugins/export-1.7-2.0.0-2/```
4849
and add line somewhere at the top of your BuildConfig.groovy, outside of plugins scope
4950
```
5051
grails.plugin.location.export="PROJECT_DIR/.grails/projects/cwa/plugins/export-1.7-2.0.0-2"
5152
```
5253
For any dependency issues see BuildConfig.groovy in plugin directory.
5354

54-
**Option 2)** install zip into local maven repository and install plugin from there, lake you normally do:
55+
**Option 2)** install zip into local maven repository and install plugin from there, like you normally do:
56+
5557
If you running Grails < v2.3 you can use
5658
```
5759
grails install-plugin
@@ -67,6 +69,7 @@ Linux: ~/.m2/repository/org/grails/plugins/export/1.7-2.0.0-2/
6769
Windows: %HOMEPATH%\.m2\repository\org\grails\plugins\export\1.7-2.0.0-2\
6870
```
6971
and replace pom file with the one from release (If anyone knows how to integrate pom into zip - please let me know).
72+
7073
Add new plugin to your BuildConfig.groovy normally:
7174
```
7275
compile (':export:1.7-2.0.0-2') {

0 commit comments

Comments
 (0)