File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
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 >
146123 <plugin >
147124 <groupId >org.apache.maven.plugins</groupId >
148125 <artifactId >maven-shade-plugin</artifactId >
151128 <filter >
152129 <artifact >*:*</artifact >
153130 <excludes >
154- <exclude >module-info.class</exclude >
155131 <exclude >META-INF/versions/9/module-info.class</exclude >
156132 <exclude >META-INF/*.SF</exclude >
157133 <exclude >META-INF/*.DSA</exclude >
You can’t perform that action at this time.
0 commit comments