File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 208208 </excludes >
209209 </filter >
210210 <filter >
211- <artifact >${groupId} :${artifactId} </artifact >
211+ <artifact >${project. groupId} :${project. artifactId} </artifact >
212212 <excludes >
213213 <exclude >module-info.java</exclude >
214214 </excludes >
232232 </goals >
233233 <configuration >
234234 <target >
235- <unzip src =" ${project.build.directory}/${artifactId}-${version}-sources.jar" dest =" ${project.build.directory}/sources-with-module" />
235+ <unzip src =" ${project.build.directory}/${project. artifactId}-${project. version}-sources.jar" dest =" ${project.build.directory}/sources-with-module" />
236236 <copy file =" ${project.basedir}/src/main/jpms/module-info.java" tofile =" ${project.build.directory}/sources-with-module/module-info.java" />
237- <zip basedir =" ${project.build.directory}/sources-with-module" destfile =" ${project.build.directory}/${artifactId}-${version}-sources.jar" />
237+ <zip basedir =" ${project.build.directory}/sources-with-module" destfile =" ${project.build.directory}/${project. artifactId}-${project. version}-sources.jar" />
238238 </target >
239239 </configuration >
240240 </execution >
You can’t perform that action at this time.
0 commit comments