RE: Exec Maven Plugin

2018-01-30 Thread Yaron Golan
From a first glance, It doesn't look like a maven nor the plugin issue. Please try to : 1. Run the NPM command from command line 2. Run a script (sh/batch) instead the NPM command. In the script, you can set your proxy, NPM proxy, NPM registry and etc. Yaron Golan CI/CD, ALM Team AT Network

RE: Create own archetype with specific folder format according to settings

2017-09-12 Thread Yaron Golan
Hi, Please take a look at: https://maven.apache.org/guides/mini/guide-creating-archetypes.html Yaron Golan CI/CD, ALM Team AT Network Applications Development · SD   Tel Aviv | Tampa | Atlanta | New Jersey |Chicago

RE: Maven not getting latest artefact after deploy:deploy-file

2017-08-03 Thread Yaron Golan
The issue of getting the correct version when downloading is what written in the pom.xml file. It has nothing to do with whatever version you uploaded. Yaron Golan -Original Message- From: Mehul Sanghvi [mailto:mehul.sang...@gmail.com] Sent: Wednesday, August 02, 2017 7:28 PM To: ML

RE: Treat maven warnings as errors

2017-03-06 Thread Yaron Golan
Anyone? "No" is an answer as well, you know ... :) -Original Message----- From: Yaron Golan [mailto:ygo...@interwise.com] Sent: Wednesday, March 01, 2017 12:05 PM To: users@maven.apache.org Subject: Treat maven warnings as errors Hi, Is there a way to treat the maven warnings

Treat maven warnings as errors

2017-03-01 Thread Yaron Golan
Hi, Is there a way to treat the maven warnings as errors?