maven-deploy
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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": { |
# 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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
8035
2
2