Skip to content

Commit d183aa8

Browse files
committed
[bugfix] Add missing buildversion plugin
1 parent 59a194f commit d183aa8

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,19 @@
130130
</pluginManagement>
131131

132132
<plugins>
133+
<plugin>
134+
<groupId>com.code54.mojo</groupId>
135+
<artifactId>buildversion-plugin</artifactId>
136+
<version>1.0.3</version>
137+
<executions>
138+
<execution>
139+
<phase>validate</phase>
140+
<goals>
141+
<goal>set-properties</goal>
142+
</goals>
143+
</execution>
144+
</executions>
145+
</plugin>
133146
<plugin>
134147
<groupId>org.apache.maven.plugins</groupId>
135148
<artifactId>maven-resources-plugin</artifactId>
@@ -418,5 +431,12 @@
418431
</build>
419432
</profile>
420433
</profiles>
434+
435+
<pluginRepositories>
436+
<pluginRepository>
437+
<id>clojars.org</id>
438+
<url>https://clojars.org/repo</url>
439+
</pluginRepository>
440+
</pluginRepositories>
421441
</project>
422442

0 commit comments

Comments
 (0)