[maven-scm-plugin] Why does scm:update fail on a branch?

2015-12-08 Thread scohen
I am using the maven-scm-plugin with git. I find that the following succeeds: mvn -DscmVersion=abc -DscmVersionType=branch scm:bootstrap whereas the following, seemingly identical except for the command fails: mvn -X -DscmVersion=rpm -DscmVersionType=branch scm:update [ERROR] Provider

RE: [maven-scm-plugin] Why does scm:update fail on a branch?

2015-12-08 Thread scohen
The error message below should have been: [ERROR] fatal: ambiguous argument 'abc': unknown revision or path not in the working tree. - Original Message - Subject: [maven-scm-plugin] Why does scm:update fail on a branch? From: sco...@javactivity.org Date: 12/8/15 9:33 am

[ANN] Apache Maven SCM Plugin 1.9 Released

2014-01-11 Thread domi
The Apache Maven team is pleased to announce the release of the Apache Maven SCM Plugin, version 1.9 The SCM Plugin offers vendor independent access to common scm commands by offering a set of command mappings for the configured scm. http://maven.apache.org/scm/maven-scm-plugin/ You should

Re: Maven SCM plugin fails to do a scm:update after a scm:checkout with strange error message Command failed.The git-log command failed.

2013-02-28 Thread Andreas Gudian
works. But it doesn't. By running with the -e option (mvn -e scm:update) to get the full stack trace, it will show some obscure error message: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-scm-plugin:1.8.1:update (default-cli) on project mysampleproject: Command failed.The git

Re: Maven SCM plugin fails to do a scm:update after a scm:checkout with strange error message Command failed.The git-log command failed.

2013-02-28 Thread seba.wag...@gmail.com
, it will show some obscure error message: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-scm-plugin:1.8.1:update (default-cli) on project mysampleproject: Command failed.The git-log command failed. - [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed

Help with scm plugin

2012-11-05 Thread Eyal Goren
Hi, I am trying to perform checkout using the maven-scm-plugin (Using SVN), but I keep getting: (Checkout branch) on project installation: Cannot run checkout command : Can't load the scm provider. No such provider: 's'. - [Help 1] Is this error familiar? I did manage to create a branch, just

Re: Help with scm plugin

2012-11-05 Thread Wayne Fay
(Checkout branch) on project installation: Cannot run checkout command : Can't load the scm provider. No such provider: 's'. - [Help 1] Looks like the URL might be wrong. What does it look like? Wayne - To unsubscribe,

Re: Exporting Individual Files with the SCM Plugin

2012-09-28 Thread Olivier Lamy
groupIdorg.apache.maven.plugins/groupId artifactIdmaven-scm-plugin/artifactId version1.8/version configuration usernamemyusername/username passwordmypassword/password checkoutDirectorytarget/checkout/checkoutDirectory connectionTypeconnection/connectionType connectionUrlscm:svn:http

Re: Exporting Individual Files with the SCM Plugin

2012-09-27 Thread Graham Leggett
On 27 Sep 2012, at 23:14, Christopher Gardner chris.r.gard...@gmail.com wrote: I'd like to export a few jar files from an svn location. These jar files are developed by other developers at my company and have no maven support, and probably never will. Import the jars into your own maven

Re: Exporting Individual Files with the SCM Plugin

2012-09-27 Thread Christopher Gardner
Philosophically I agree with your suggestion, but I am curious why I'm having trouble with the includes tag. Shouldn't it just work? On Sep 27, 2012 6:25 PM, Graham Leggett minf...@sharp.fm wrote: On 27 Sep 2012, at 23:14, Christopher Gardner chris.r.gard...@gmail.com wrote: I'd like to

Re: Exporting Individual Files with the SCM Plugin

2012-09-27 Thread Olivier Lamy
groupIdorg.apache.maven.plugins/groupId artifactIdmaven-scm-plugin/artifactId version1.8/version configuration usernamemyusername/username passwordmypassword/password checkoutDirectorytarget/checkout/checkoutDirectory connectionTypeconnection/connectionType

Re: Exporting Individual Files with the SCM Plugin

2012-09-27 Thread Olivier Lamy
the following entry in my pom: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-scm-plugin/artifactId version1.8/version configuration usernamemyusername/username passwordmypassword/password checkoutDirectorytarget/checkout/checkoutDirectory

Re: Exporting Individual Files with the SCM Plugin

2012-09-27 Thread Christopher Gardner
. These jar files are developed by other developers at my company and have no maven support, and probably never will. sad :-) I have the following entry in my pom: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-scm-plugin/artifactId version1.8/version

Re: maven-scm-plugin example/help

2012-05-02 Thread Olivier Lamy
Hi, If you want to release your project (i.e creating a tag then deploying the version) you must have a look at the release plugin which will will do the stuff for you. 2012/5/2 Billy Newman newman...@gmail.com: I was looking at possibly using the maven-scm-plugin to tag my releases in scm

Re: maven-scm-plugin example/help

2012-05-02 Thread Billy Newman
Release plugin looks ok but thinking scm plugin might work a little better in my dev environment. Anyone know if the scm plugin can do what I want (see first post)? Thanks. On May 2, 2012, at 1:35 AM, Olivier Lamy ol...@apache.org wrote: Hi, If you want to release your project (i.e

Re: maven-scm-plugin example/help

2012-05-02 Thread Olivier Lamy
The option could be having a profile which call the tag goal of the maven scm plugin Something like plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-scm-plugin/artifactId version1.7/version executions execution goals

Re: maven-scm-plugin example/help

2012-05-02 Thread Billy Newman
could be having a profile which call the tag goal of the maven scm plugin Something like plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-scm-plugin/artifactId version1.7/version executions execution goals

maven-scm-plugin example/help

2012-05-01 Thread Billy Newman
I was looking at possibly using the maven-scm-plugin to tag my releases in scm. A couple quick questions. Does anyone have a quick example of creating a tag from an scm trunk inside of a maven build, maybe a profile? What about only running the scm:tag goal if the version I am deploying

How scm plugin encyrpts cvs password ?

2012-04-12 Thread public charly
Greetings, I got a cvs authentification problem with the following items : Used elements : cvsnt maven 3 scm 1.6 Windows 2003 Server Procedure follows (No .cvspass in my USER_DIR) : . 1. I run a mvn --encrypt password password and copy paste the result in my scmconnection tags. 2. I

Re: SCM Plugin - How to Set Up for Release Using Mercurial

2012-01-13 Thread sdoca sdoca
file (removing SNAPSHOT from the version). But Maven shouldn't be complaining about this since it made the change itself, no? - Original Message - From: sdoca sdoca sd...@shaw.ca Date: Thursday, January 12, 2012 5:19 pm Subject: SCM Plugin - How to Set Up for Release Using Mercurial

SCM Plugin - How to Set Up for Release Using Mercurial

2012-01-12 Thread sdoca sdoca
pom for our projects, so the test project pom does as well.  I have set up this in the super pom:     build     plugins     plugin     groupIdorg.apache.maven.plugins/groupId     artifactIdmaven-scm-plugin/artifactId     version1.6

Re: scm plugin -- what are the config-info?

2011-11-20 Thread Ansgar Konermann
Am 20.11.2011 06:26, schrieb rop: But I cant find anywhere what is the purpose of the url tag? http://maven.apache.org/pom.html#SCM HTH Best regards Ansgar - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For

scm plugin -- what are the config-info?

2011-11-19 Thread rop
Question re. the Maven scm-plugin: * http://maven.apache.org/scm/plugins/usage.html * Example, in pom.xml: scm connectionscm:svn:http://somerepository.com/svn_repo/trunk/connection developerConnectionscm:svn:https://somerepository.com/svn_repo/trunk/developerConnection urlhttp

Maven SCM plugin and CCRC

2010-10-20 Thread Lucas, Jeffrey A.
I'm having an issue getting the Maven SCM Plugin configured to use CCRC (ClearCase Remote Client v7.1.1). 1. What should the clearcase-settings.xml for Clear Case and location 2. What are the SCM setting SCM settings /SCM 3. Is there anything in the POM that is needed

Re: Maven SCM plugin and CCRC

2010-10-20 Thread Meeusen, Christopher W.
I tried to get this to work but have up after getting no where for a few days. Chris On Oct 20, 2010, at 12:59, Lucas, Jeffrey A. jeffrey.lu...@anthem.com wrote: I'm having an issue getting the Maven SCM Plugin configured to use CCRC (ClearCase Remote Client v7.1.1). 1. What

Re: Maven SCM plugin and CCRC

2010-10-20 Thread Vincent Latombe
2010/10/20 Lucas, Jeffrey A. jeffrey.lu...@anthem.com I'm having an issue getting the Maven SCM Plugin configured to use CCRC (ClearCase Remote Client v7.1.1). 1. What should the clearcase-settings.xml for Clear Case and location 2. What are the SCM setting SCM settings /SCM 3

Re: Maven SCM plugin and CCRC

2010-10-20 Thread Anders Hammar
/10/20 Lucas, Jeffrey A. jeffrey.lu...@anthem.com I'm having an issue getting the Maven SCM Plugin configured to use CCRC (ClearCase Remote Client v7.1.1). 1. What should the clearcase-settings.xml for Clear Case and location 2. What are the SCM setting SCM settings /SCM

SCM Plugin Default Directory

2010-06-01 Thread D D
Hello Everyone, I am using CVS as my scm. As I'm project converting from M1 to M2 I noticed that my default checkout is $basedir/target/checkout. So should I modify my buildsourceDirectory element to point to the source in $basedir/target/checkout/src? Or modify my checkoutDirectory? What are

Re: SCM Plugin Default Directory

2010-06-01 Thread Anders Hammar
What are you trying to do? Are you checking out your project with the maven-scm-plugin? /Anders On Tue, Jun 1, 2010 at 17:32, D D dawi...@gmail.com wrote: Hello Everyone, I am using CVS as my scm. As I'm project converting from M1 to M2 I noticed that my default checkout is $basedir/target

Re: SCM Plugin Default Directory

2010-06-01 Thread D D
your project with the maven-scm-plugin? /Anders On Tue, Jun 1, 2010 at 17:32, D D dawi...@gmail.com wrote: Hello Everyone, I am using CVS as my scm. As I'm project converting from M1 to M2 I noticed that my default checkout is $basedir/target/checkout. So should I modify my

Re: SCM Plugin Default Directory

2010-06-01 Thread Anders Hammar
repository. Since I'm converting my projects from M1 to M2 I would like to know what is the best practice. Thanks, Dave On Tue, Jun 1, 2010 at 1:18 PM, Anders Hammar and...@hammar.net wrote: What are you trying to do? Are you checking out your project with the maven-scm-plugin? /Anders

Re: SCM Plugin Default Directory

2010-06-01 Thread D D
and...@hammar.net wrote: What are you trying to do? Are you checking out your project with the maven-scm-plugin? /Anders On Tue, Jun 1, 2010 at 17:32, D D dawi...@gmail.com wrote: Hello Everyone, I am using CVS as my scm. As I'm project converting from M1 to M2 I noticed

Re: maven scm plugin: accurev scm provider

2010-04-28 Thread eyal edri
the artifact version to 1.4-SNAPSHOT then build and install to your local repository. Then in your project pom add this as a dependency to the maven-scm-plugin as follows. build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-scm-plugin/artifactId

Re: maven scm plugin: accurev scm provider

2010-04-28 Thread Grant Gardner
. Then in your project pom add this as a dependency to the maven-scm-plugin as follows. build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-scm-plugin/artifactId version1.3/version dependencies dependency groupIdorg.apache.maven.scm

Re: maven scm plugin: accurev scm provider

2010-04-23 Thread Grant Gardner
If you want to use the new version, take the code attached to issue, bump parent version to 1.3 and change the artifact version to 1.4-SNAPSHOT then build and install to your local repository. Then in your project pom add this as a dependency to the maven-scm-plugin as follows. build plugins

maven scm plugin: accurev scm provider

2010-04-21 Thread eyal edri
Anyone has used accurev + scm plugin yet? i know issue 445 on the scm-accurev-provider should fix most problems once ver 1.4 is due, is there any way i can use the plugin in the meantime and test connection to the accurev server? thanks. -- Eyal Edri

how to use maven-scm-plugin to checkout a CVS tag

2010-03-18 Thread Dan Tran
Hi every one, I have a need to checkout a CVS tag at build time, and have no idea how to configure the tag. Any advice is greatly appreciated here is my configuration configuration connectionUrl${cvsroot}:mymodule/connectionUrl /configuration Thanks -Dan

Re: how to use maven-scm-plugin to checkout a CVS tag

2010-03-18 Thread Dan Tran
never mind, The secret is in scmVersionType adn scmVervsion configuration On Thu, Mar 18, 2010 at 1:02 AM, Dan Tran dant...@gmail.com wrote: Hi every one, I have a need to checkout a CVS tag at build time, and have no idea how to configure the tag. Any advice is greatly appreciated here is

Re: having problems with the scm plugin

2010-02-25 Thread Anders Hammar
According to the docs, the project.scm.connection element is used by default. Keep username and password in the plugin configuration and make sure that the project.scm.connection is correct. If you want to use developerConnection instead that's påossible to configure on the scm plugin, see

having problems with the scm plugin

2010-02-24 Thread Grant Lewis
plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-scm-plugin/artifactId version1.3/version configuration username${svn.username}/username password${svn.password}/password

Re: having problems with the scm plugin

2010-02-24 Thread Bastian Spanneberg
Grant Lewis schrieb: As far as I can tell my configuration is correct, using Maven 2.2.1, scm 1.3 and OS X 10.6.2. The relevant parts of my POM file are included. The tags are in my parent POM file so I expect the child project to inherit. I don't really understand the difference between

Re: having problems with the scm plugin

2010-02-24 Thread Grant Lewis
by the plugin. plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-scm-plugin/artifactId version1.3/version configuration connectionUrlscm:svn:https://10.6.22.11/svn/icfdev/NE-FIMS/trunk

Re: error using scm:accurev with the scm plugin

2010-01-08 Thread lwoggardner
, it cannot be made to play well with Maven without Accurev re-architecting some things. -Stephen 2009/12/30 eyal edri eyal.e...@gmail.com: i'm trying to use the scm plugin with the Accurev SCM. Here's my pom: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi= http://www.w3.org

Re: error using scm:accurev with the scm plugin

2010-01-08 Thread Stephen Connolly
: i'm trying to use the scm plugin with the Accurev SCM. Here's my pom: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi= http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd; modelVersion4.0.0

error using scm:accurev with the scm plugin

2009-12-30 Thread eyal edri
i'm trying to use the scm plugin with the Accurev SCM. Here's my pom: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi= http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd; modelVersion4.0.0

Re: error using scm:accurev with the scm plugin

2009-12-30 Thread Stephen Connolly
I told you already, Accurev does not play well with Maven... and IMHO, it cannot be made to play well with Maven without Accurev re-architecting some things. -Stephen 2009/12/30 eyal edri eyal.e...@gmail.com: i'm trying to use the scm plugin with the Accurev SCM. Here's my pom: project

Re: error using scm:accurev with the scm plugin

2009-12-30 Thread eyal edri
Actually, i might not need the maven scm plugin... if i've got hudson working with accurev - that's settles the automatic building... and i can use accurev plugin for eclipse for checkin/out releases. I've expressed what you said about accurev to my team leader, and he said those are not relevant

Re: error using scm:accurev with the scm plugin

2009-12-30 Thread Stephen Connolly
but then the powers that be were convinced that Subversion was a better plan (And I was not involved in the convincing!) 2009/12/30 eyal edri eyal.e...@gmail.com: Actually, i might not need the maven scm plugin... if i've got hudson working with accurev - that's settles the automatic building

Re: error using scm:accurev with the scm plugin

2009-12-30 Thread Stephen Connolly
might not need the maven scm plugin... if i've got hudson working with accurev - that's settles the automatic building... and i can use accurev plugin for eclipse for checkin/out releases. I've expressed what you said about accurev to my team leader, and he said those are not relevant to our

Re: SCM plugin password encryption

2009-08-17 Thread Nicolas Duminil
With maven 2.2 and java 6 you're supposed to take advantage of kerberos authentification, just by having a file such the following in your home directory: com.sun.security.jgss.krb5.initiate { com.sun.security.auth.module.Krb5LoginModule required client=TRUE doNotPrompt=false

SCM plugin password encryption

2009-08-14 Thread KURT TOMETICH
the password and reference it in the Maven SCM plugin? I've tried using the Maven encryption guide (http://maven.apache.org/guides/mini/guide-encryption.html) which works well for encrypting Maven repository credentials. The problem is that you can't (from what I've seen) reference the id for a server

RE: SCM plugin password encryption

2009-08-14 Thread Andrei Solntsev
We just need to add this feature to maven-scm-plugin. We could use maven-sql-plugin as an example, it can read encrypted DB password in the same manner as repository credentials. Andrei Solntsev, Software Developer, HireRight Estonia -Original Message- From: KURT TOMETICH

Re: SCM plugin password encryption

2009-08-14 Thread Mark Struberg
: RE: SCM plugin password encryption We just need to add this feature to maven-scm-plugin. We could use maven-sql-plugin as an example, it can read encrypted DB password in the same manner as repository credentials. Andrei Solntsev, Software Developer, HireRight Estonia -Original

Re: SCM plugin password encryption

2009-08-14 Thread Stephen Connolly
to store the password in clear text.  Is there a way to encrypt the password and reference it in the Maven SCM plugin? I've tried using the Maven encryption guide (http://maven.apache.org/guides/mini/guide-encryption.html) which works well for encrypting Maven repository credentials

Re: SCM plugin password encryption

2009-08-14 Thread Mark Struberg
be to create an own user for the CI system in the SCM which only has readonly access. LieGrue, strub - Original Message From: Stephen Connolly stephen.alan.conno...@gmail.com To: Maven Users List users@maven.apache.org Sent: Friday, August 14, 2009 10:10:32 AM Subject: Re: SCM plugin

Re: How to use maven-scm-plugin with subversion and without a command line

2009-07-13 Thread Dave Levitt
On Fri, Jul 10, 2009 at 8:19 AM, Benson Marguliesbimargul...@gmail.com wrote: The doc for the svn piece of the scm-plugin has several tantalizing hints that suggest that there is some way to use an API to svn instead of running commands. Since I've got some people on Windows with cygwin, where

Re: How to use maven-scm-plugin with subversion and without a command line

2009-07-13 Thread Benson Margulies
/ On Mon, Jul 13, 2009 at 2:38 PM, Dave Levittdave.lev...@gmail.com wrote: On Fri, Jul 10, 2009 at 8:19 AM, Benson Marguliesbimargul...@gmail.com wrote: The doc for the svn piece of the scm-plugin has several tantalizing hints that suggest that there is some way to use an API to svn instead

How to use maven-scm-plugin with subversion and without a command line

2009-07-10 Thread Benson Margulies
The doc for the svn piece of the scm-plugin has several tantalizing hints that suggest that there is some way to use an API to svn instead of running commands. Since I've got some people on Windows with cygwin, where the command line is not working, I'd like to try that out. Could someone please

scm plugin - checkin or update as needed?

2009-07-08 Thread Benson Margulies
I'm strugging to use the scm plugin in the seemingly obvious scenario of 'use update if the tree is there, otherwise run checkout'. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

RE: scm plugin - checkin or update as needed?

2009-07-08 Thread Martin Gainty
-0400 Subject: scm plugin - checkin or update as needed? From: bimargul...@gmail.com To: users@maven.apache.org I'm strugging to use the scm plugin in the seemingly obvious scenario of 'use update if the tree is there, otherwise run checkout

Re: scm plugin - checkin or update as needed?

2009-07-08 Thread Benson Margulies
Subject: scm plugin - checkin or update as needed? From: bimargul...@gmail.com To: users@maven.apache.org I'm strugging to use the scm plugin in the seemingly obvious scenario of 'use update if the tree is there, otherwise run checkout

maven-scm-plugin

2009-05-26 Thread Barry Kern
update and get the latest file from Project B and store it in this folder. I am setting up my pom like this plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-scm-plugin/artifactId version1.2/version configuration usernameme/username

Re: Maven-scm-plugin define -Dmaven.scm.provider.cvs.implementation in pom?

2009-03-17 Thread Ringo De Smet
2009/3/16 Eric B. ebe...@hotmail.com: I've been trying to figure out if there is a way to specify the maven.scm.provider.cvs.implementation in the pom or in a profile, but haven't been able to find anything.  I know I can specify -Dmaven.scm.provider.cvs.implementation=cvs_native on the

Maven-scm-plugin define -Dmaven.scm.provider.cvs.implementation in pom?

2009-03-16 Thread Eric B.
Hi, I've been trying to figure out if there is a way to specify the maven.scm.provider.cvs.implementation in the pom or in a profile, but haven't been able to find anything. I know I can specify -Dmaven.scm.provider.cvs.implementation=cvs_native on the command line, but would like to do it

scm plugin help please

2009-02-20 Thread Mick Knutson
I am trying to use the scm plugin to perform an svn update. I can successfully run svn cleanup, svn up, and svn ci from the command line. But when I run a mvn scm:update -e I get an error saying my pom.xml is locked as shown below: *733...@d5400lpl: /cygdrive/c/opt/projects/grd/trunk/fxg-pom

AW: scm plugin help please

2009-02-20 Thread Mark Struberg
: Von: Mick Knutson mickknut...@gmail.com Betreff: scm plugin help please An: maven users@maven.apache.org Datum: Freitag, 20. Februar 2009, 15:38 I am trying to use the scm plugin to perform an svn update. I can successfully run svn cleanup, svn up, and svn ci from the command line

Re: scm plugin help please

2009-02-20 Thread Mick Knutson
? txs and LieGrue, strub --- Mick Knutson mickknut...@gmail.com schrieb am Fr, 20.2.2009: Von: Mick Knutson mickknut...@gmail.com Betreff: scm plugin help please An: maven users@maven.apache.org Datum: Freitag, 20. Februar 2009, 15:38 I am trying to use the scm plugin to perform

CI checkout on floating tag, then using maven-scm-plugin to update pom.xml to latest?

2009-02-10 Thread De Smet Ringo
is that the changes to pom.xml (done by the release plugin) can't be checked in since the CVS information indicates that the version retrieved is a sticky tag (although usually it is the latest version). To get around this, I want to use maven-scm-plugin (in the validate phase of my Maven run

RE: SCM plugin project

2009-01-13 Thread Todd Thiessen
I haven't gotten a response from an SCM plugin development person. Perhaps someone on the Maven list could guide me in the right direction. I would like contribute a fix to the SCM plugin. I am trying to build the project but I have questions/issues. Who can I talk to regarding these? Thanks all

RE: SCM plugin project

2009-01-13 Thread Mark Struberg
Hi Todd! maven-scm defines a SPI + a few plugins for various SCMs. But although the name of the project is maven-scm it is not only intended to be used with maven only. There are other projecs (e.g. continuum) which use maven-scm for accessing SCMs without maven. The maven-scm-plugin

RE: SCM plugin project

2009-01-13 Thread Todd Thiessen
there may be others would are looking to do this too. --- Todd Thiessen -Original Message- From: Mark Struberg [mailto:strub...@yahoo.de] Sent: Tuesday, January 13, 2009 3:06 PM To: scm-...@maven.apache.org; Maven Users List Subject: RE: SCM plugin project Hi Todd! maven-scm

Re: SCM plugin project

2009-01-13 Thread Dan Tran
the maven-scm-plugin inherits from maven-plugins' project which make sense since it is a plugin. But that introduces confusion. We can follow the surefire model, to make the plugins inherits from surefire's parent but change groupId -D On Tue, Jan 13, 2009 at 12:39 PM, Todd Thiessen thies

Re: SCM plugin project

2009-01-13 Thread Dan Tran
you can always open a discussion, or submit a patch with test. -D On Tue, Jan 13, 2009 at 1:27 PM, Dan Tran dant...@gmail.com wrote: the maven-scm-plugin inherits from maven-plugins' project which make sense since it is a plugin. But that introduces confusion. We can follow the surefire

RE: SCM plugin project

2009-01-13 Thread Todd Thiessen
Thanks Dan. I think I understand the reasoning for the distintion. Now I would like to get a fix/enhancement built and submitted. I can revisit this issue again (I have for the most part dropped it for this week) and work on simply building the maven-scm-plugin project and not all of maven-scm

RE: SCM plugin project

2009-01-13 Thread Mark Struberg
Hi Todd! Is it a) an enhancement to the maven-scm-plugin itself? Or b) does it dig deeper into maven-scm and we have to change the scm-API too? For both options you'd probably file a Jira [1] which describes the motivation and the changes you like to do first. Then you may attach a patch

Release mavn-scm plugin project

2009-01-09 Thread Todd Thiessen
I have copied the scm plugin to my local repo and want to make some customizations (I can't submit these back to the public repo yet) but I am having trouble using the release plugin to release this project and deploy to our internal Maven repo.. However, the release fails because

SCM plugin project

2009-01-09 Thread Todd Thiessen
as sub-modules. However, there is one sub-module that confuses me: maven-scm-plugin. You would normally expect the parent for this pom to be the parent in the higher directory. However, this isn't the case. Its parent is maven-plugins which is a different artifact altogether. This really seems

Re: Release mavn-scm plugin project

2009-01-09 Thread Wendy Smoak
On Fri, Jan 9, 2009 at 1:51 PM, Todd Thiessen thies...@nortel.com wrote: I have copied the scm plugin to my local repo and want to make some customizations (I can't submit these back to the public repo yet) but I am having trouble using the release plugin to release this project and deploy

scm plugin 1.1 problems

2008-11-15 Thread Bracewell, Robert
Hi, When I run mvn scm:checkout I keep hitting the issue below: [INFO] Cannot run status command : Embedded error: Can't login. Perforce password (P4PASSWD) invalid or unset. [INFO] I am using Perforce and I have tried

Problem with Perforce SCM plugin: requires password

2008-11-05 Thread Chris Andersen
I've been using the Perforce SCM plugin for about a year now in our project and it has worked fine up until today. Now suddenly when I try to do releases of our project, the SCM plugin fails with the exception: password is required for the perforce scm plugin Searching for this online I find

Using a previous version of release and/or the maven SCM plugin

2008-11-05 Thread Heck, Joe
to the previous version of the Maven SCM plugin (1.0) until a fix is formally released. Unfortunately, I don't seem to be quite grokking how to do that. I've tried adding the following into my project POM stanza, but it's not terribly happy about it: build plugins groupIdorg.apache.maven.release/groupId

RE: Using a previous version of release and/or the maven SCM plugin

2008-11-05 Thread Heck, Joe
To: Maven Users List Cc: Jackson, Brian R Subject: Using a previous version of release and/or the maven SCM plugin I seem to be stumbling hard over a few bugs that have already been identified, reported, and it looks like patches are available - http://jira.codehaus.org/browse/SCM-415. Almost all of my

Re: Can use Maven SCM plugin API to Move some versiond SVN File from one folde to another?

2008-10-20 Thread sean.chen(陈思淼)
I find a pure java SVN client here:http://svnkit.com/ and I can use mvn move,mvn commit.in java client. 2008/10/20 sean.chen(陈思淼) [EMAIL PROTECTED] I have some project have bad structure and I want to modify it to SVN fold structure, If do it manually, i will be time consuming and easily make

Can use Maven SCM plugin API to Move some versiond SVN File from one folde to another?

2008-10-19 Thread sean.chen(陈思淼)
I have some project have bad structure and I want to modify it to SVN fold structure, If do it manually, i will be time consuming and easily make mistakes. I want to ask ,can Maven SCM API Help me do this kind of things?

Maven2, maven-scm-plugin, svn, interactive mode

2008-10-17 Thread Winterflood, Jonathan
Hi all, I'm trying to use the scm plugin to bootstrap a project from a SVN repository. Using: mvn scm:bootstrap -DconnectionUrl=scm:svn:$SCM_PATH -DscmVersion=$SCM_REVISION -DscmVersionType=$SCM_REVISION_TYPE -Dusername=$SCM_USER -Dpassword=$SCM_PWD -Dgoals=install All works well

Custom locations with maven-scm-plugin (SVN)

2008-10-08 Thread Olivier Gies
Hi everyone, I am trying to structure a complex Maven structure for a multi-module-multi-projects delivery chain, based on a set of Subversion repositories. I have been browsing around the maven-scm-plugin configuration and usage, but could not solve this simple problem: - how to define

Anyone using Synergy in SCM Plugin under Linux ?

2008-09-30 Thread mac-systems
Hello, anyone using Synergy unter Linux ? I facing a Problem that i cannot figure out how to provide a path to the database. Running Synergy under Windows causes no Problem. A command like that should be generated : ccm start -nogui -m -q -n user -pw secret -d /path/to/db/skm/ccm_databases/

maven-scm-plugin connectionUrl scm:svn:file:///

2008-08-08 Thread mikenereson
I am trying to use the SCM plugin to commit a file back to SVN after the build is complete. The build takes place on our CI server, which causes a buildnumber to increment, which we need stored in svn. So while our SVN repo is remote to my development box, it is actually local to the CI server

Re: maven-scm-plugin connectionUrl scm:svn:file:///

2008-08-08 Thread Brett Porter
to the Maven plugins at all, or that there is anything they can do to help, sorry. Cheers, Brett 2008/8/9 mikenereson [EMAIL PROTECTED]: I am trying to use the SCM plugin to commit a file back to SVN after the build is complete. The build takes place on our CI server, which causes

Stat-scm plugin 1.1.0

2008-07-09 Thread Sench
Hi, I want to generate my project's site. I'm using stat-scm plugin of net.sf version 1.1.0 to generate some SVN reports. After building my project (site:site) , stat-scm plugin generates some charts in ${myproject}/target/site/statscm folder and pages in {$myproject}/target/generated-site

Re: mvn site / reports / scm plugin

2008-07-03 Thread Peter Horlock
Yes, it worked manually from my console. Also, now I finally got an idea of how to not duplicate the scm connection details for every project, i just added: scm connectionscm:svn:${svn-repository}/${project.artifactId}/connection

Re: mvn site / reports / scm plugin

2008-07-02 Thread Peter Horlock
Hm, could noone help me, plase? :-((( To make a long story short: I would like to use the changelog plugin as part of my site generation. The changelog plugin again is using the scm plugin, to retrieve changes from subversion. I am looking for the best / easiest way of how to configure

Re: mvn site / reports / scm plugin

2008-07-02 Thread Dennis Lundberg
of a sub project to the scm url? If so, why does it say issuer is not trusted – when I am in the folder of the parent pom and do the same, it does work without this error… I know I had this working a while ago - maybe they changed the way the site / scm plugin is working??? Thanks in advance

mvn site / reports / scm plugin

2008-06-30 Thread Peter Horlock
in the folder of the parent pom and do the same, it does work without this error… I know I had this working a while ago - maybe they changed the way the site / scm plugin is working??? Thanks in advance, Peter

help regarding checkout according to tagname using mvn scm plugin

2008-06-17 Thread nehal vyas
I want to checkout my project according to tagname.Can anyone helpme out with the command? -- View this message in context: http://www.nabble.com/help-regarding-checkout-according-to-tagname-using-mvn-scm-plugin-tp17885847p17885847.html Sent from the Maven - Users mailing list archive

Problem with maven 1.x SCM plugin

2008-06-03 Thread maneo
Hi, I'm using CruiseControl Maven (1.x) Plugin, I have a problem with cvs update of my project files. From that what i know, CCM plugin by default invokes maven scm plugin to update project (maven scm:update-project) and when it's done, build process starts. After recent update I found

Re: SCM plugin 1.5

2008-05-14 Thread noahz_tt
/maven/scm/provider/cvslib/command/update/AbstractCvsUpdateCommand.java?view=log AbstractCvsUpdateCommand.java -- View this message in context: http://www.nabble.com/SCM-plugin-1.5-tp934368p17245754.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: scm plugin

2008-03-12 Thread Dooing
Subversion is the default client (svn), the default server(svnserve) and the default tools (svnadmin, svnlook) in one package. There is no server edition. (Or maybe the apache mod could be called the server edition. So subversion is your client. Tortoise is just a GUI, with the svn

scm plugin

2008-03-11 Thread Dooing
build ... plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-scm-plugin/artifactId configuration goalsinstall/goals usernameMY_SECRET_USERNAME/username passwordMY_SECRET_PWD/password connectionTypedeveloperConnection/connectionType /configuration

Re: scm plugin

2008-03-11 Thread Martin Höller
On Tuesday 11 March 2008 [EMAIL PROTECTED] wrote: Then I added to my parent pom: developerConnection scm:svn:https://MYSECRET_INTERNAL_IP:443//THE_MAIN_PROJECT/TRUNK/MY_SUB_PROJECT /developerConnection [...] Did you miss the repository part in your URL? Andy why do you have two slashes?

  1   2   3   >