Skip to content

Commit b742b2f

Browse files
committed
Add changesets plugin to build plugins
1 parent 014273c commit b742b2f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,12 @@
184184
</plugin>
185185
</plugins>
186186
</pluginManagement>
187+
<plugins>
188+
<plugin>
189+
<groupId>${project.groupId}</groupId>
190+
<artifactId>${project.artifactId}</artifactId>
191+
</plugin>
192+
</plugins>
187193
</build>
188194

189195
<distributionManagement>
@@ -193,4 +199,4 @@
193199
<url>https://maven.pkg.github.com/FortnoxAB/changesets-java</url>
194200
</repository>
195201
</distributionManagement>
196-
</project>
202+
</project>

0 commit comments

Comments
 (0)