Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amvn

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amvn

A slightly more awesome Maven (https://maven.apache.org)

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12
increased by50%
Maintainers
1
Weekly downloads
 
Created
Source

amvn

A tiny wrapper around Maven that makes Java development less painful.

The amvn executable adds file watching and automatic rebuild to your projects. It is targeted at projects that foster creativity and require quick (visual) feedback.

How it works

amvn provides you with faster feedback during development by

  • keeping target/classes up to date with src/main/resources
  • reloading the underlying mvn instance on changes in src/main/java

Use it with modern web development stacks such as Dropwizard that bootstrap fast.

Get it

Install the library via npm:

npm install amvn -g

Usage

> amvn clean compile ... --watch
[AMVN] watching for src/main/resources changes...
[AMVN] starting mvn...
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building wtf 1.0.0
[INFO] ------------------------------------------------------------------------
[INFO]
...

amvn accepts the additional arguments --watch (resource watching) and --reload (source watching / reloading).

The executable does not actually care what you execute via Maven. Make sure you have a lean and quick build process yourself.

License

MIT

FAQs

Package last updated on 17 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc