File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 7373 <maven .assembly.plugin.version>3.1.0</maven .assembly.plugin.version>
7474 <maven .install.plugin.version>2.5.2</maven .install.plugin.version>
7575 <checksum .maven.plugin.version>1.6</checksum .maven.plugin.version>
76+ <maven .jar.plugin.version>3.0.2</maven .jar.plugin.version>
7677 </properties >
7778
7879 <dependencies >
166167 </executions >
167168 </plugin >
168169
170+ <plugin >
171+ <groupId >org.apache.maven.plugins</groupId >
172+ <artifactId >maven-jar-plugin</artifactId >
173+ <version >${maven.jar.plugin.version} </version >
174+ <configuration >
175+ <archive >
176+ <manifestEntries >
177+ <Automatic-Module-Name >com.rabbitmq.perf</Automatic-Module-Name >
178+ </manifestEntries >
179+ </archive >
180+ </configuration >
181+ </plugin >
182+
169183 <plugin >
170184 <groupId >org.apache.maven.plugins</groupId >
171185 <artifactId >maven-install-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments