Skip to content

Commit b37e5c2

Browse files
committed
added info on how to publish site
1 parent 91baf32 commit b37e5c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,12 @@ Plexus-Utils
22
============
33

44
[![Build Status](https://travis-ci.org/codehaus-plexus/plexus-utils.svg?branch=master)](https://travis-ci.org/codehaus-plexus/plexus-utils)
5+
[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus-utils.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.codehaus.plexus%22%20a%3A%plexus-utils%22)
56

67
The current master is now at https://github.com/codehaus-plexus/plexus-utils
8+
9+
For publishing the site do the following:
10+
11+
```
12+
mvn -Preporting verify site site:stage scm-publish:publish-scm
13+
```

0 commit comments

Comments
 (0)