File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 249249 <arquillian .launch>glassfish</arquillian .launch>
250250 </systemPropertyVariables >
251251 <environmentVariables >
252- <GLASSFISH_HOME >${project.build.directory} /glassfish7</GLASSFISH_HOME >
252+ <GLASSFISH_HOME >/tmp /glassfish7</GLASSFISH_HOME >
253253 </environmentVariables >
254254 </configuration >
255255 </plugin >
288288 <artifactId >glassfish</artifactId >
289289 <version >${glassfish.version} </version >
290290 <type >zip</type >
291- <overWrite >false </overWrite >
292- <outputDirectory >${project.build.directory} </outputDirectory >
291+ <overWrite >true </overWrite >
292+ <outputDirectory >/tmp </outputDirectory >
293293 </artifactItem >
294294 </artifactItems >
295295 </configuration >
305305 <phase >process-test-classes</phase >
306306 <configuration >
307307 <target >
308- <replace file =" ${project.build.directory} /glassfish7/glassfish/domains/domain1/config/domain.xml" token =" " 8080" " value =" " 9090" " />
308+ <replace file =" /tmp /glassfish7/glassfish/domains/domain1/config/domain.xml" token =" " 8080" " value =" " 9090" " />
309309 </target >
310310 </configuration >
311311 <goals >
Original file line number Diff line number Diff line change 1616 <container qualifier =" glassfish" >
1717 <configuration >
1818 <property name =" allowConnectingToRunningServer" >false</property >
19- <!-- <property name="glassFishHome">target/${glassfish.home}</property> -->
20- <property name =" adminHost" >localhost</property >
2119 <property name =" adminPort" >4848</property >
2220 <property name =" enableDerby" >false</property >
2321 <property name =" outputToConsole" >true</property >
You can’t perform that action at this time.
0 commit comments