File tree Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"maven.terminal.favorites" : [
3
3
{
4
- "command" : " package docker:start" ,
4
+ "command" : " package docker:start fizzed-watcher:run " ,
5
5
"debug" : false ,
6
6
"alias" : " Run in container"
7
7
}
Original file line number Diff line number Diff line change 8
8
<packaging >ejb</packaging >
9
9
</packagings >
10
10
<goals >
11
- <goal >package</goal >
12
11
<goal >docker:start</goal >
12
+ <goal >fizzed-watcher:run</goal >
13
13
</goals >
14
14
</action >
15
15
</actions >
Original file line number Diff line number Diff line change 124
124
</dependency >
125
125
</dependencies >
126
126
127
-
128
-
129
127
<build >
130
128
<plugins >
131
129
<plugin >
201
199
</env >
202
200
<volumes >
203
201
<bind >
204
- <volume >${project.basedir} /target/${agrold.name} :/opt/bitnami/tomcat/webapps_default /${agrold.name} </volume >
202
+ <volume >${project.basedir} /target/${agrold.name} :/app /${agrold.name} </volume >
205
203
</bind >
206
204
</volumes >
207
205
<log >
208
206
<enabled >true</enabled >
209
- <prefix >Agrold @ %a >  </prefix >
207
+ <prefix >Agrold @ %c >  </prefix >
210
208
<date >NONE</date >
211
209
<color >CYAN</color >
212
210
</log >
215
213
</images >
216
214
</configuration >
217
215
</plugin >
216
+ <plugin >
217
+ <groupId >com.fizzed</groupId >
218
+ <artifactId >fizzed-watcher-maven-plugin</artifactId >
219
+ <version >1.0.6</version >
220
+ <configuration >
221
+ <watches >
222
+ <watch >
223
+ <directory >${project.basedir} /src/main</directory >
224
+ </watch >
225
+ </watches >
226
+ <goals >
227
+ <goal >package</goal >
228
+ </goals >
229
+ </configuration >
230
+ </plugin >
218
231
</plugins >
219
232
<finalName >${agrold.name} </finalName >
220
233
</build >
You can’t perform that action at this time.
0 commit comments