Could I disable SCM integration option in Maven? I want it to build a local checked-out project without SCM integration ?
is there some settings or some how??
thanx in advance
Im trying to get source files from VSS using Maven.
But when I execute command
mvn -DvssDirectory="C:\Program Files\VisualSourceSafe\win32" scm:update
the log goes to
[INFO] [scm:update {execution: default-cli}]
[INFO] Executing: cmd.exe /X /C ""C:\Program Files\VisualSourceSafe\win32\ss" ...
I would like to setup my maven release to run in batch mode, but I'm not a fan of the default scm tag ${artifactId}-${releaseVersion}. Instead, I'd like to simply tag ...
I am trying to reproduce an existing maven environment on another computer and when I try to use the release plugin it gives me an "password is required for the perforce ...
I suppose this is kinda obvious, but I still judge it as a shortcoming...
I have 23 Mavenized projects. I'm now adding the <scm> bit because I've started using the release plugin. ...
I'm trying to use the scm plugin, but when doing mvn release:prepare it fails. It says svn: "OPTIONS of 'http://svn-host/_proj-path_': could not connect to server (http://svn-host)"
svn:update and svn:checkin working fine from ...
Currently doing some refactoring. Consolidating modules and creating new ones. Is there a way for Maven to generate the scm urls for each maven module rather than me going thru each ...
I'm trying to use the mvn scm plugin to check out the daily tag, and create an assembly from that version of the code. I configured the scm plugin and everythhing ...
I'm trying to get automatic buildNumers working but I keep running into the error
The scm url does not contain a valid delimiter
Here's the relevant part of the pom.