Skip to content

Commit a1876a3

Browse files
committed
[pom] Fill in some blanks for maven
best practice. yes maven defines group id but that is contested and likely to go away in maven 4.
1 parent 5c0a02c commit a1876a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
</plugin>
160160
<!-- Copy the changelog into the generated site -->
161161
<plugin>
162+
<groupId>org.apache.maven.plugins</groupId>
162163
<artifactId>maven-resources-plugin</artifactId>
163164
<executions>
164165
<execution>
@@ -208,7 +209,7 @@
208209
</goals>
209210
<configuration>
210211
<sources>
211-
<source>src/main/kotlin</source>
212+
<source>${project.basedir}/src/main/kotlin</source>
212213
</sources>
213214
</configuration>
214215
</execution>

0 commit comments

Comments
 (0)