File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 12
12
<module >bookstore-devservice</module >
13
13
<module >bookstore-frontend</module >
14
14
</modules >
15
+ <properties >
16
+ <contrast .version>3.7.3.14657</contrast .version>
17
+ </properties >
18
+ <build >
19
+ <plugins >
20
+ <plugin >
21
+ <artifactId >maven-dependency-plugin</artifactId >
22
+ <version >3.1.1</version >
23
+ <executions >
24
+ <execution >
25
+ <phase >prepare-package</phase >
26
+ <goals >
27
+ <goal >copy</goal >
28
+ </goals >
29
+ <configuration >
30
+ <artifactItems >
31
+ <artifactItem >
32
+ <groupId >com.contrastsecurity</groupId >
33
+ <artifactId >contrast-agent</artifactId >
34
+ <version >${contrast.version} </version >
35
+ <destFileName >contrast.jar</destFileName >
36
+ </artifactItem >
37
+ </artifactItems >
38
+ </configuration >
39
+ </execution >
40
+ </executions >
41
+ </plugin >
42
+ </plugins >
43
+ </build >
15
44
</project >
You can’t perform that action at this time.
0 commit comments