Skip to content

Commit 2b9b682

Browse files
committed
chore: attach sources
1 parent 8d73151 commit 2b9b682

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

calculation/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,19 @@
6363
</execution>
6464
</executions>
6565
</plugin>
66+
<plugin>
67+
<groupId>org.apache.maven.plugins</groupId>
68+
<artifactId>maven-source-plugin</artifactId>
69+
<version>3.2.1</version>
70+
<executions>
71+
<execution>
72+
<id>attach-sources</id>
73+
<goals>
74+
<goal>jar-no-fork</goal>
75+
</goals>
76+
</execution>
77+
</executions>
78+
</plugin>
6679
<plugin>
6780
<groupId>org.apache.maven.plugins</groupId>
6881
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)