https://github.com/carlspring/little-proxy-maven-plugin
A simple Maven plugin for LittleProxy.
https://github.com/carlspring/little-proxy-maven-plugin
Last synced: 5 months ago
JSON representation
A simple Maven plugin for LittleProxy.
- Host: GitHub
- URL: https://github.com/carlspring/little-proxy-maven-plugin
- Owner: carlspring
- License: apache-2.0
- Created: 2014-07-12T03:33:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T17:19:59.000Z (about 7 years ago)
- Last Synced: 2025-07-10T20:34:31.380Z (12 months ago)
- Language: Java
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# little-proxy-maven-plugin
[![Master Build Status][build-badge]][build-link]
[![Known Vulnerabilities][vulnerabilities-badge]][vulnerabilities-link]
[![Maven Central Release][release-badge]][release-link]
[build-link]: https://jenkins.carlspring.org/blue/organizations/jenkins/opensource%2Flittle-proxy-maven-plugin/activity?branch=master
[build-badge]: https://jenkins.carlspring.org/buildStatus/icon?job=opensource/little-proxy-maven-plugin/master
[vulnerabilities-link]: https://snyk.io/test/github/carlspring/little-proxy-maven-plugin/
[vulnerabilities-badge]: https://snyk.io/test/github/carlspring/little-proxy-maven-plugin/badge.svg
[release-link]: http://repo2.maven.org/maven2/org/carlspring/maven/little-proxy-maven-plugin/
[release-badge]: https://img.shields.io/maven-central/v/org.carlspring.maven/little-proxy-maven-plugin.svg
This is a simple Maven plugin to start/stop a LittleProxy server. It can be quite handy when you would like to write tests that rely on a proxy server to be available.