Skip to content

Commit

Permalink
Merge pull request #41 from cardano-foundation/chore/adding-scm-url-m…
Browse files Browse the repository at this point in the history
…vn-release

chore: attach sources
  • Loading branch information
nemo83 authored Mar 6, 2024
2 parents 5465819 + 2b9b682 commit e3d0caf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions calculation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,19 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.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-javadoc-plugin</artifactId>
Expand Down

0 comments on commit e3d0caf

Please sign in to comment.