We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93bc004 commit 2531fdeCopy full SHA for 2531fde
pom.xml
@@ -45,6 +45,14 @@
45
<scope>compile</scope>
46
</dependency>
47
</dependencies>
48
+ <build>
49
+ <resources>
50
+ <resource>
51
+ <directory>src/main/resources</directory>
52
+ <filtering>true</filtering>
53
+ </resource>
54
+ </resources>
55
+ </build>
56
57
<!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->
58
<repositories>
src/main/resources/index.jelly
@@ -1,4 +1,4 @@
1
<?jelly escape-by-default='true'?>
2
<div>
3
- This plugin provides <a href="https://bitbucket.org/snakeyaml/snakeyaml/">SnakeYAML</a> for other plugins.
+ This plugin provides org.yaml:snakeyaml:${revision} for other plugins.
4
</div>
0 commit comments