File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 30
30
<Ignore-Scanning-Archives >asm-all-repackaged-2.5.0.jar</Ignore-Scanning-Archives >
31
31
</manifestEntries >
32
32
</archive >
33
- <!-- warName becomes the context of the application, it avoids container specific configuration -->
34
- <warName >${artifactId } </warName >
33
+ <!-- Generated warName defaults to ${project.build.finalName}, but can be modified by setting property -Dapp.warName=app-war -->
34
+ <warName >${app.warName } </warName >
35
35
</configuration >
36
36
</plugin >
37
37
</plugins >
Original file line number Diff line number Diff line change 16
16
<failBuildOnCVSS >11</failBuildOnCVSS >
17
17
<!-- Update every 168 hours (7 days) -->
18
18
<cveValidForHours >168</cveValidForHours >
19
+ <app .warName>${project.build.finalName} </app .warName>
20
+ <web .warName>${project.build.finalName} </web .warName>
19
21
</properties >
20
22
21
23
<name >sample-app-parent</name >
Original file line number Diff line number Diff line change 30
30
<groupId >org.apache.maven.plugins</groupId >
31
31
<artifactId >maven-war-plugin</artifactId >
32
32
<configuration >
33
- <!-- warName becomes the context of the application, it avoids container specific configuration -->
34
- <warName >${artifactId } </warName >
33
+ <!-- Generated warName defaults to ${project.build.finalName}, but can be modified by setting property -Dweb.warName=web-war -->
34
+ <warName >${web.warName } </warName >
35
35
</configuration >
36
36
</plugin >
37
37
</plugins >
You can’t perform that action at this time.
0 commit comments