Skip to content

Commit 5ce1430

Browse files
author
Andrzej Swatowski
committed
Attach Maven sources
1 parent 88726cd commit 5ce1430

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,15 @@ under the License.
449449
<plugin>
450450
<groupId>org.apache.maven.plugins</groupId>
451451
<artifactId>maven-source-plugin</artifactId>
452+
<version>3.2.0</version>
453+
<executions>
454+
<execution>
455+
<id>attach-sources</id>
456+
<goals>
457+
<goal>jar-no-fork</goal>
458+
</goals>
459+
</execution>
460+
</executions>
452461
</plugin>
453462

454463
<plugin>

0 commit comments

Comments
 (0)