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 7272 <maven .assembly.plugin.version>3.1.0</maven .assembly.plugin.version>
7373 <maven .install.plugin.version>2.5.2</maven .install.plugin.version>
7474 <checksum .maven.plugin.version>1.6</checksum .maven.plugin.version>
75+ <maven .jar.plugin.version>3.0.2</maven .jar.plugin.version>
7576 </properties >
7677
7778 <dependencies >
160161 </executions >
161162 </plugin >
162163
164+ <plugin >
165+ <groupId >org.apache.maven.plugins</groupId >
166+ <artifactId >maven-jar-plugin</artifactId >
167+ <version >${maven.jar.plugin.version} </version >
168+ <configuration >
169+ <archive >
170+ <manifestEntries >
171+ <Automatic-Module-Name >com.rabbitmq.perf</Automatic-Module-Name >
172+ </manifestEntries >
173+ </archive >
174+ </configuration >
175+ </plugin >
176+
163177 <plugin >
164178 <groupId >org.apache.maven.plugins</groupId >
165179 <artifactId >maven-install-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments