File: README.md

package info (click to toggle)
plexus-interpolation 1.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 572 kB
  • sloc: java: 4,839; xml: 93; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 530 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Plexus-Interpolation
===============

[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus-interpolation.svg?label=Maven%20Central)](http://search.maven.org/artifact/org.codehaus.plexus/plexus-interpolation)

The current master is now at https://github.com/codehaus-plexus/plexus-interpolation

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

For publishing [the site](https://codehaus-plexus.github.io/plexus-interpolation/) do the following:

```
mvn -Preporting verify site-deploy
```