File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 113
113
<artifactId >maven-jar-plugin</artifactId >
114
114
<version >2.3.1</version >
115
115
<configuration >
116
+ <archive >
117
+ <manifestEntries >
118
+ <Automatic-Module-Name >com.google.common</Automatic-Module-Name >
119
+ </manifestEntries >
120
+ </archive >
116
121
<excludes >
117
122
<exclude >**/ForceGuavaCompilation*</exclude >
118
123
</excludes >
Original file line number Diff line number Diff line change 114
114
<artifactId >maven-jar-plugin</artifactId >
115
115
<version >2.3.1</version >
116
116
<configuration >
117
+ <archive >
118
+ <manifestEntries >
119
+ <Automatic-Module-Name >com.google.common</Automatic-Module-Name >
120
+ </manifestEntries >
121
+ </archive >
117
122
<excludes >
118
123
<exclude >**/ForceGuavaCompilation*</exclude >
119
124
</excludes >
You can’t perform that action at this time.
0 commit comments