Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codehaus-plexus/plexus-interpolation
https://github.com/codehaus-plexus/plexus-interpolation
maven
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codehaus-plexus/plexus-interpolation
- Owner: codehaus-plexus
- Created: 2015-01-27T16:51:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T19:11:45.000Z (23 days ago)
- Last Synced: 2024-12-16T00:06:17.486Z (11 days ago)
- Topics: maven
- Language: Java
- Homepage: https://codehaus-plexus.github.io/plexus-interpolation/
- Size: 2.88 MB
- Stars: 6
- Watchers: 6
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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)
[![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/codehaus/plexus/plexus-interpolation/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/codehaus/plexus/plexus-interpolation/README.md)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
```