File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 9999
100100 </dependencies >
101101
102+ <build >
103+ <plugins >
104+ <plugin >
105+ <groupId >org.apache.maven.plugins</groupId >
106+ <artifactId >maven-jar-plugin</artifactId >
107+ <version >3.4.2</version >
108+ <configuration >
109+ <archive >
110+ <manifestEntries >
111+ <Automatic-Module-Name >org.approvaltests.util</Automatic-Module-Name >
112+ </manifestEntries >
113+ </archive >
114+ </configuration >
115+ </plugin >
116+ </plugins >
117+ </build >
118+
102119</project >
Original file line number Diff line number Diff line change 161161 <groupId >org.apache.maven.plugins</groupId >
162162 <artifactId >maven-jar-plugin</artifactId >
163163 <version >3.4.2</version >
164+ <configuration >
165+ <archive >
166+ <manifestEntries >
167+ <Automatic-Module-Name >org.approvaltests</Automatic-Module-Name >
168+ </manifestEntries >
169+ </archive >
170+ </configuration >
164171 <executions >
165172 <execution >
166173 <goals >
You can’t perform that action at this time.
0 commit comments