Skip to content

Commit

Permalink
Merge pull request #92 from hebo6/patch-1
Browse files Browse the repository at this point in the history
Adding kotlin sources to built *-sources.jar
  • Loading branch information
huan committed Dec 1, 2021
2 parents a0a374b + 79817a2 commit 65ca2e4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Expand Up @@ -180,6 +180,25 @@

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>

<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>src/main/kotlin</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
Expand Down

0 comments on commit 65ca2e4

Please sign in to comment.