File tree Expand file tree Collapse file tree 1 file changed +15
-23
lines changed
maven/com.nextbreakpoint.ffmpeg4java Expand file tree Collapse file tree 1 file changed +15
-23
lines changed Original file line number Diff line number Diff line change 6969 <groupId >org.apache.maven.plugins</groupId >
7070 <artifactId >maven-jar-plugin</artifactId >
7171 <version >3.1.0</version >
72+ <configuration >
73+ <archive >
74+ <manifestEntries >
75+ <Automatic-Module-Name >com.nextbreakpoint.ffmpeg4java</Automatic-Module-Name >
76+ </manifestEntries >
77+ </archive >
78+ <excludes >
79+ </excludes >
80+ <includes >
81+ <include >**/*.class</include >
82+ </includes >
83+ </configuration >
7284 <executions >
73- <execution >
74- <id >jar</id >
75- <phase >package</phase >
76- <goals >
77- <goal >jar</goal >
78- </goals >
79- <configuration >
80- <archive >
81- <manifestEntries >
82- <Automatic-Module-Name >com.nextbreakpoint.ffmpeg4java</Automatic-Module-Name >
83- </manifestEntries >
84- </archive >
85- <classifier >classes</classifier >
86- <excludes >
87- </excludes >
88- <includes >
89- <include >**/*.class</include >
90- </includes >
91- </configuration >
92- </execution >
9385 <execution >
94- <id >linux</id >
86+ <id >linux</id >
9587 <phase >package</phase >
9688 <goals >
9789 <goal >jar</goal >
111103 </configuration >
112104 </execution >
113105 <execution >
114- <id >macos</id >
106+ <id >macos</id >
115107 <phase >package</phase >
116108 <goals >
117109 <goal >jar</goal >
131123 </configuration >
132124 </execution >
133125 <execution >
134- <id >win32</id >
126+ <id >win32</id >
135127 <phase >package</phase >
136128 <goals >
137129 <goal >jar</goal >
You can’t perform that action at this time.
0 commit comments