Skip to content

Commit

Permalink
Merge pull request #275 from data-integrations/add-source-jar
Browse files Browse the repository at this point in the history
add source jar
  • Loading branch information
itsankit-google authored Sep 2, 2024
2 parents 8ec3218 + 05d134f commit 0880ef5
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 @@ -356,6 +356,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 0880ef5

Please sign in to comment.