We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0a374b + 79817a2 commit 65ca2e4Copy full SHA for 65ca2e4
pom.xml
@@ -180,6 +180,25 @@
180
181
<build>
182
<plugins>
183
+ <plugin>
184
+ <groupId>org.codehaus.mojo</groupId>
185
+ <artifactId>build-helper-maven-plugin</artifactId>
186
+ <version>3.0.0</version>
187
+
188
+ <executions>
189
+ <execution>
190
+ <phase>generate-sources</phase>
191
+ <goals>
192
+ <goal>add-source</goal>
193
+ </goals>
194
+ <configuration>
195
+ <sources>
196
+ <source>src/main/kotlin</source>
197
+ </sources>
198
+ </configuration>
199
+ </execution>
200
+ </executions>
201
+ </plugin>
202
<!-- <plugin>-->
203
<!-- <groupId>org.apache.maven.plugins</groupId>-->
204
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
0 commit comments