Skip to content

Commit

Permalink
chore: add maven-source-plugin for s3stream lib (#707)
Browse files Browse the repository at this point in the history
Signed-off-by: leizhiyuan <[email protected]>
  • Loading branch information
leizhiyuan authored Nov 27, 2023
1 parent e6c2bba commit e34f7d0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions s3stream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,20 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
Expand Down

0 comments on commit e34f7d0

Please sign in to comment.