Skip to content

Commit a97b954

Browse files
committed
Updates source plugin in CI/CD
1 parent ec963ce commit a97b954

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,20 @@
8787
</configuration>
8888
</plugin>
8989

90+
<plugin>
91+
<groupId>org.apache.maven.plugins</groupId>
92+
<artifactId>maven-source-plugin</artifactId>
93+
<version>3.3.1</version>
94+
<executions>
95+
<execution>
96+
<id>attach-sources</id>
97+
<goals>
98+
<goal>jar-no-fork</goal>
99+
</goals>
100+
</execution>
101+
</executions>
102+
</plugin>
103+
90104
<plugin>
91105
<groupId>org.apache.maven.plugins</groupId>
92106
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)