File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 55build.xml
66/.apt_generated /
77/.apt_generated_tests /
8+ agent.config
9+ hdivAgentLog.hlg
Original file line number Diff line number Diff line change 212212 <scope >test</scope >
213213 </dependency >
214214 </dependencies >
215+
216+ <profiles >
217+ <profile >
218+ <id >hdiv-agent-tests</id >
219+ <build >
220+ <plugins >
221+ <plugin >
222+ <groupId >org.apache.maven.plugins</groupId >
223+ <artifactId >maven-surefire-plugin</artifactId >
224+ <version >2.9</version >
225+ <configuration >
226+ <argLine >
227+ -javaagent:/path-to-hdiv/agent/java/hdiv-ee-agent.jar
228+ -Dhdiv.config.dir=/path-to-hdiv/license/
229+ -Dhdiv.testing.mode=true
230+ -Dhdiv.mandatory.app.name=insecure-bank
231+ </argLine >
232+ </configuration >
233+ </plugin >
234+ </plugins >
235+ </build >
236+ </profile >
237+ </profiles >
215238</project >
You can’t perform that action at this time.
0 commit comments