Skip to content

Commit

Permalink
Merge pull request #40 from syedsalman3753/1.1.5.5
Browse files Browse the repository at this point in the history
[ DSD-2119 ] added source plugin for 1.1.5.5-rc2 release
  • Loading branch information
ckm007 authored Feb 9, 2023
2 parents e3003ae + cba4de9 commit 2176f96
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions biosdk-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,19 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down

0 comments on commit 2176f96

Please sign in to comment.