File tree Expand file tree Collapse file tree 2 files changed +1
-44
lines changed Expand file tree Collapse file tree 2 files changed +1
-44
lines changed Original file line number Diff line number Diff line change 2121
2222 <groupId >com.julienviet</groupId >
2323 <artifactId >childprocess-vertx-ext</artifactId >
24- <version >2.0.1-SNAPSHOT </version >
24+ <version >2.0.1</version >
2525
2626 <name >Child Process extension for Vert.x</name >
2727 <url >https://github.com/vietj/vertx-childprocess</url >
311311 </execution >
312312 </executions >
313313 </plugin >
314- <plugin >
315- <artifactId >maven-assembly-plugin</artifactId >
316- <version >${maven.assembly.plugin.version} </version >
317- <executions >
318- <execution >
319- <id >package-sources</id >
320- <phase >package</phase >
321- <goals >
322- <goal >single</goal >
323- </goals >
324- <configuration >
325- <attach >true</attach >
326- <archive >
327- <!-- Need a manifest to avoid empty archive -->
328- <manifest >
329- </manifest >
330- </archive >
331- <descriptors >
332- <descriptor >src/assembly/sources.xml</descriptor >
333- </descriptors >
334- </configuration >
335- </execution >
336- </executions >
337- </plugin >
338314 <plugin >
339315 <groupId >org.apache.maven.plugins</groupId >
340316 <artifactId >maven-jar-plugin</artifactId >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments