Skip to content

Commit

Permalink
Add sources plugin
Browse files Browse the repository at this point in the history
Change-Id: Ic83ae394a53b17753c2b0100972ecb9df1d77516
  • Loading branch information
Benoit Desire committed Aug 12, 2022
1 parent 04b5b48 commit cdab262
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,18 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit cdab262

Please sign in to comment.