Skip to content

Commit 2531fde

Browse files
committed
Display GAV in plugin manager
Signed-off-by: Alexander Brandes <mc.cache@web.de>
1 parent 93bc004 commit 2531fde

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@
4545
<scope>compile</scope>
4646
</dependency>
4747
</dependencies>
48+
<build>
49+
<resources>
50+
<resource>
51+
<directory>src/main/resources</directory>
52+
<filtering>true</filtering>
53+
</resource>
54+
</resources>
55+
</build>
4856

4957
<!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->
5058
<repositories>

src/main/resources/index.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?jelly escape-by-default='true'?>
22
<div>
3-
This plugin provides <a href="https://bitbucket.org/snakeyaml/snakeyaml/">SnakeYAML</a> for other plugins.
3+
This plugin provides org.yaml:snakeyaml:${revision} for other plugins.
44
</div>

0 commit comments

Comments
 (0)