Skip to content

Commit

Permalink
Merge pull request #3 from videnkz/add-sources
Browse files Browse the repository at this point in the history
added sources
  • Loading branch information
videnkz authored Sep 25, 2023
2 parents 8c2bd75 + 96e4243 commit 3f23355
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jetty-httpclient-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,13 @@
<executions>
<execution>
<id>default-jar</id>
<phase>none</phase>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<finalName>${project.artifactId}-${project.version}-sources</finalName>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 3f23355

Please sign in to comment.