File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 57
57
<groupId >${project.groupId} </groupId >
58
58
<artifactId >securityapicommons</artifactId >
59
59
<type >test-jar</type >
60
- <version >${project.version } </version >
60
+ <version >${revision}${changelist } </version >
61
61
<scope >test</scope >
62
62
</dependency >
63
63
</dependencies >
71
71
<artifactId >maven-compiler-plugin</artifactId >
72
72
<version >3.8.0</version >
73
73
</plugin >
74
+ <plugin >
75
+ <groupId >org.apache.maven.plugins</groupId >
76
+ <artifactId >maven-jar-plugin</artifactId >
77
+ <version >3.1.1</version >
78
+ <executions >
79
+ <execution >
80
+ <goals >
81
+ <goal >test-jar</goal >
82
+ </goals >
83
+ </execution >
84
+ </executions >
85
+ </plugin >
74
86
</plugins >
75
87
</build >
76
88
Original file line number Diff line number Diff line change 34
34
<artifactId >maven-compiler-plugin</artifactId >
35
35
<version >3.8.0</version >
36
36
</plugin >
37
+ <plugin >
38
+ <groupId >org.apache.maven.plugins</groupId >
39
+ <artifactId >maven-jar-plugin</artifactId >
40
+ <version >3.1.1</version >
41
+ <executions >
42
+ <execution >
43
+ <goals >
44
+ <goal >test-jar</goal >
45
+ </goals >
46
+ </execution >
47
+ </executions >
48
+ </plugin >
37
49
</plugins >
38
50
</build >
39
51
You can’t perform that action at this time.
0 commit comments