We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014273c commit b742b2fCopy full SHA for b742b2f
1 file changed
pom.xml
@@ -184,6 +184,12 @@
184
</plugin>
185
</plugins>
186
</pluginManagement>
187
+ <plugins>
188
+ <plugin>
189
+ <groupId>${project.groupId}</groupId>
190
+ <artifactId>${project.artifactId}</artifactId>
191
+ </plugin>
192
+ </plugins>
193
</build>
194
195
<distributionManagement>
@@ -193,4 +199,4 @@
199
<url>https://maven.pkg.github.com/FortnoxAB/changesets-java</url>
200
</repository>
201
</distributionManagement>
196
-</project>
202
+</project>
0 commit comments