Skip to content

Commit e03883b

Browse files
committed
Enhanced README
1 parent fb446a5 commit e03883b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ Plexus-Interpolation
22
===============
33

44
[![Build Status](https://travis-ci.org/codehaus-plexus/plexus-interpolation.svg?branch=master)](https://travis-ci.org/codehaus-plexus/plexus-interpolation)
5+
[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus-interpolation.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.codehaus.plexus%22%20a%3A%plexus-interpolation%22)
6+
7+
The current master is now at https://github.com/codehaus-plexus/plexus-interpolation
58

69
Components for interpolating `${}` strings and the like.
710

11+
For publishing [the site](https://codehaus-plexus.github.io/plexus-io/) do the following:
12+
13+
```
14+
mvn -Preporting verify site site:stage scm-publish:publish-scm
15+
```
16+

0 commit comments

Comments
 (0)