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

maven-deploy

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maven-deploy - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

13

package.json
{
"name": "maven-deploy",
"version": "0.0.1",
"description": "A simple NodeJS module to create a war/jar package and install to a local Maven repository or deploy to a remote one",
"version": "0.0.2",
"description": "A simple Node.js module to create a war-/jar-package and install/deploy to a local/remote Maven repository",
"main": "index.js",

@@ -13,3 +13,12 @@ "scripts": {

],
"homepage": "https://github.com/finn-no/maven-deploy",
"bugs": "https://github.com/finn-no/maven-deploy/issues",
"repository": {
"type": "git",
"url": "git@github.com:finn-no/maven-deploy.git"
},
"author": "FINN.no AS",
"contributors": [
"Gregers Rygg <gregers@finn.no>"
],
"license": "MIT",

@@ -16,0 +25,0 @@ "dependencies": {

4

README.md
# maven-deploy
A simple NodeJS module to create a war/jar package and install to a local Maven repository or deploy to a remote one.
It uses `mvn` to do the actual deployment, so you need maven installed locally.
A simple Node.js module to create a war-/jar-package and install/deploy to a local/remote Maven repository. It uses
`mvn` to do the actual deployment, so you need maven installed locally.

@@ -6,0 +6,0 @@ Project name and version is extracted from package.json and used as artifactId and maven version. Supply an object

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