We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a194f commit d183aa8Copy full SHA for d183aa8
1 file changed
pom.xml
@@ -130,6 +130,19 @@
130
</pluginManagement>
131
132
<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>
146
<plugin>
147
<groupId>org.apache.maven.plugins</groupId>
148
<artifactId>maven-resources-plugin</artifactId>
@@ -418,5 +431,12 @@
418
431
</build>
419
432
</profile>
420
433
</profiles>
434
+
435
+ <pluginRepositories>
436
+ <pluginRepository>
437
+ <id>clojars.org</id>
438
+ <url>https://clojars.org/repo</url>
439
+ </pluginRepository>
440
+ </pluginRepositories>
421
441
</project>
422
442
0 commit comments