Skip to content

Commit

Permalink
Merge pull request #277 from data-integrations/add-source-jar-cherryp…
Browse files Browse the repository at this point in the history
…ick-69

[🍒]add source jar
  • Loading branch information
itsankit-google authored Sep 2, 2024
2 parents 5a32811 + 08c44b4 commit eb58609
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,25 @@
<build>
<plugins>

<!-- Source JAR -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<configuration>
<excludeResources>true</excludeResources>
</configuration>
<executions>
<execution>
<id>attach-sources</id>
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>

<!-- Javadoc jar -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit eb58609

Please sign in to comment.