File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 120120 </resources >
121121
122122 <plugins >
123+ <plugin >
124+ <groupId >org.apache.maven.plugins</groupId >
125+ <artifactId >maven-resources-plugin</artifactId >
126+ <executions >
127+ <execution >
128+ <goals >
129+ <goal >copy-resources</goal >
130+ </goals >
131+ <phase >generate-resources</phase >
132+ <configuration >
133+ <outputDirectory >${project.build.outputDirectory} /META-INF/</outputDirectory >
134+ <resources >
135+ <resource >
136+ <directory >${project.basedir} /..</directory >
137+ <includes >
138+ <include >LICENSE</include >
139+ </includes >
140+ </resource >
141+ </resources >
142+ </configuration >
143+ </execution >
144+ </executions >
145+ </plugin >
123146 <plugin >
124147 <groupId >org.apache.maven.plugins</groupId >
125148 <artifactId >maven-shade-plugin</artifactId >
128151 <filter >
129152 <artifact >*:*</artifact >
130153 <excludes >
154+ <exclude >module-info.class</exclude >
131155 <exclude >META-INF/versions/9/module-info.class</exclude >
132156 <exclude >META-INF/*.SF</exclude >
133157 <exclude >META-INF/*.DSA</exclude >
You can’t perform that action at this time.
0 commit comments