Re: Question about SCM and maven-release-plugin

2011-09-28 Thread Laird Nelson
2011/9/27 Frédéric Conrotte frederic.conro...@victorbuckservices.com See this post for more infos: http://stackoverflow.com/questions/6336340/with-the-maven-release-plugin-how-to-branch-a-module-and-its-children Thanks to all posters here! General rule I'm taking away is: use svn info (if

RE: Question about SCM and maven-release-plugin

2011-09-27 Thread Frédéric Conrotte
See this post for more infos: http://stackoverflow.com/questions/6336340/with-the-maven-release-plugin-how-to-branch-a-module-and-its-children -Original Message- From: Laird Nelson [mailto:ljnel...@gmail.com] Sent: 26 September 2011 20:58 To: Maven Users List Subject: Question about SCM

Question about SCM and maven-release-plugin

2011-09-26 Thread Laird Nelson
What should the scm element contain so that the maven-release-plugin will work properly? I have seen people's projects have scm stanzas like this: scm connectionscm:svn:https://whatever.com/whatever/trunk/connection developerConnectionscm:svn:https://whatever.com/whatever/trunk

Re: Question about SCM and maven-release-plugin

2011-09-26 Thread Olivier Lamy
Hello, 2011/9/26 Laird Nelson ljnel...@gmail.com: What should the scm element contain so that the maven-release-plugin will work properly? I have seen people's projects have scm stanzas like this: scm    connectionscm:svn:https://whatever.com/whatever/trunk/connection    

Re: Question about SCM and maven-release-plugin

2011-09-26 Thread Dennis Lundberg
On 2011-09-26 20:58, Laird Nelson wrote: What should the scm element contain so that the maven-release-plugin will work properly? I have seen people's projects have scm stanzas like this: scm connectionscm:svn:https://whatever.com/whatever/trunk/connection

[ANN] SCM Changelog Maven Plugin 1.3 Released

2009-09-23 Thread Rémy Sanlaville
The SCM Changelog Maven Plugin team is pleased to announce the scmchangelog-maven-plugin-1.3 release This release contains fixes, documentation improvements and enhancements : * Changelog report is wrong due to revision string comparison * Now you can comment some part of the commit message

RE: How to set up SCM/CVS/Maven integration with public key authentication?

2009-06-15 Thread Matt Brown
Brown [mailto:matt.br...@citrixonline.com] Sent: Thursday, June 11, 2009 1:11 PM To: users@maven.apache.org Subject: How to set up SCM/CVS/Maven integration with public key authentication? I have a scm section in a POM that looks something like this: scm

RE: How to set up SCM/CVS/Maven integration with public key authentication (need help!)?

2009-06-15 Thread Matt Brown
Brown [mailto:matt.br...@citrixonline.com] Sent: Friday, June 12, 2009 12:14 PM To: scm-us...@maven.apache.org Subject: How to set up SCM/CVS/Maven integration with public key authentication (need help!)? I have a scm section in a POM that looks something like this: scm

Re: How to set up SCM/CVS/Maven integration with public key authentication?

2009-06-15 Thread Anders Hammar
up SCM/CVS/Maven integration with public key authentication? I have a scm section in a POM that looks something like this:        scm                 connectionscm:cvs:ext:myhostname:/cvsroot/repo:module_name/connection        /scm I typically use publickey auth to authentication against

RE: How to set up SCM/CVS/Maven integration with public key authentication?

2009-06-15 Thread Matt Brown
Created: http://jira.codehaus.org/browse/SCM-477 Thanks. -Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: Monday, June 15, 2009 3:46 PM To: Maven Users List Subject: Re: How to set up SCM/CVS/Maven integration

How to set up SCM/CVS/Maven integration with public key authentication (need help!)?

2009-06-12 Thread Matt Brown
executable on the PATH. I do have my public key available under $HOME/.ssh, but it doesn't seem as if cvs/maven/scm is loading it here - as I'm not asked for the keyphrase for it. So, I have a few questions: 1. How do I properly tell maven when using scm where my public key resides? Do I need to do

How to set up SCM/CVS/Maven integration with public key authentication?

2009-06-11 Thread Matt Brown
executable on the PATH. I do have my public key available under $HOME/.ssh, but it doesn't seem as if cvs/maven/scm is loading it here - as I'm not asked for the keyphrase for it. So, I have a few questions: 1. How do I properly tell maven when using scm where my public key resides? Do I need to do

[ANN] SCM Changelog Maven Plugin 1.2 Released

2009-04-03 Thread Rémy Sanlaville
The SCM Changelog Maven Plugin team is pleased to announce the scmchangelog-maven-plugin-1.2 release This release contains fixes, documentation improvements and enhancements : * We have introduced support for Buzilla style grammar and tracker. * The refactoring asked by Mark Struberg has been

Re: [ANN] - SCM Changelog Maven Plugin 1.1 Released

2009-02-11 Thread Emmanuel Hugonnet
Ok, my mistake. I am not that familiar with JIRA so I am not sure I understand your ideas well. I think that switching the grammar may provide what you want for filtering, but as the grammar is not coupled to the tracker the JIRA part is a bit lost to me. Could you provide an example ? Emmanuel

Re: [ANN] - SCM Changelog Maven Plugin 1.1 Released

2009-02-10 Thread Rémy Sanlaville
Congrats, keep up the good work! Thanks Stevo. We hope that our plugin One new feature suggestion - support for filtering subtasks (at least when jira is issue tracker), e.g. through optional excludeSubtasks attribute of filter configuration element. Are you sure that it is for our

Re: [ANN] - SCM Changelog Maven Plugin 1.1 Released

2009-02-10 Thread Stevo Slavić
Yes, I was thinking on scmchangelog. With excludeSubtasks set and JIRA as issue tracker, for commits with issue id provided scmchangelog could obtain issue details, check if the issue is a subtask, and based on that decide whether to include issue in or exclude issue from the report. Commits

[ANN] - SCM Changelog Maven Plugin 1.1 Released

2009-02-09 Thread Rémy Sanlaville
The SCM Changelog Maven Plugin team is pleased to announce the scmchangelog-maven-plugin-1.1 release This release contains fixes and documentation improvements. See *http://mojo.codehaus.org/scmchangelog-maven-plugin/changelog.htmlhttp://mojo.codehaus.org/rpm-maven-plugin * for details. Have

Re: [ANN] - SCM Changelog Maven Plugin 1.1 Released

2009-02-09 Thread Stevo Slavić
...@gmail.comwrote: The SCM Changelog Maven Plugin team is pleased to announce the scmchangelog-maven-plugin-1.1 release This release contains fixes and documentation improvements. See *http://mojo.codehaus.org/scmchangelog-maven-plugin/changelog.html http://mojo.codehaus.org/rpm-maven-plugin

[ANN] - SCM Changelog Maven Plugin 1.0 Released

2008-10-13 Thread Emmanuel Hugonnet
The SCM Changelog Maven Plugin team is pleased to announce the scmchangelog-maven-plugin-1.0 release! This plugin produces a changelog report using the SCM comments. Currently only subversion and mercurial are supported. Changes in this version include: Fixed Bugs: o Issue MSCMCHGLOG-2

Re: [ANN] - SCM Changelog Maven Plugin 1.0 Released

2008-10-13 Thread Peter Horlock
Which plugin are you talking about???! The changelog plugin's last version was 2.1, the scm plugin's last version was 1.1, so no idea what new 1.0 is supposed to mean... plugin artifactIdmaven-changelog-plugin/artifactId version2.1/version

Re: [ANN] - SCM Changelog Maven Plugin 1.0 Released

2008-10-13 Thread Martin Höller
On 13 Oct 2008, Peter Horlock wrote: Which plugin are you talking about???! The changelog plugin's last version was 2.1, the scm plugin's last version was 1.1, so no idea what new 1.0 is supposed to mean... There is a new plugin, which is kind of a mix of the maven-changelog-plugin and

Re: [ANN] - SCM Changelog Maven Plugin 1.0 Released

2008-10-13 Thread Rémy Sanlaville
Hi, It's a new plugin (neither maven-changelog-plugin nor maven-changes-plugin). If you want to understand why a new plugin, just have a look to http://mojo.codehaus.org/scmchangelog-maven-plugin/faq.html Thanks, Rémy

scm of maven

2007-04-23 Thread yi bo
Hey, all. I can't for the life of me figure out why the CVS SCM provider can't check out my source files from CVS. I noticed in a couple prior posts that the CVSNT executable requires a login from the same shell prior to starting Continuum. I've done this, yet I still get a build error with

Re: scm of maven

2007-04-23 Thread Emmanuel Venisse
what is your SCM plugin version? Emmanuel yi bo a écrit : Hey, all. I can't for the life of me figure out why the CVS SCM provider can't check out my source files from CVS. I noticed in a couple prior posts that the CVSNT executable requires a login from the same shell prior to starting

RE: scm of maven

2007-04-23 Thread Wagner, James
To: users@maven.apache.org Subject: scm of maven Hey, all. I can't for the life of me figure out why the CVS SCM provider can't check out my source files from CVS. I noticed in a couple prior posts that the CVSNT executable requires a login from the same shell prior to starting Continuum. I've done

Problem using wagon-scm and maven-scm-plugin together

2007-01-03 Thread Dean Jones
. maven.plugins:maven-scm-plugin:1.0-SNAPSHOT:checkout' in the plugin 'org.apache.ma ven.plugins:maven-scm-plugin' Note that this execution starts working again if I comment out the extensions element from the parent pom, and the wagon-scm plugin works if I comment out the maven-scm-plugin

Re: Problem using wagon-scm and maven-scm-plugin together

2007-01-03 Thread Dean Jones
-plugin' Note that this execution starts working again if I comment out the extensions element from the parent pom, and the wagon-scm plugin works if I comment out the maven-scm-plugin execution. Also, the problem arises even though the wagon-scm plugin is not (to my knowledge) being used. I have also

SCM with Maven philosophy

2006-07-17 Thread HUGOT Franck
Hello, I'd like to know what is the philosophy of using maven2 scm plugin. I put my pom.xml at the root dir of my project. Projet under SVN : MyProject/Pom.xml MyProject/Src/main/java/... ... So with the maven checkout command (mvn scm:checkout...), this pom is located

Re: SCM with Maven philosophy

2006-07-17 Thread dan tran
The main purpose if scm:checkout is to allow user to fetch the source base on a scmurl input ( thru -DconnectionUrl), However it also can pickup the connectionUrl in the pom.xml of the execution directory ( your pom). Because of that and to work for both cases, your source files are checked out

RE: SCM with Maven philosophy

2006-07-17 Thread HUGOT Franck
76 54 66 [EMAIL PROTECTED] ~ -Message d'origine- De : dan tran [mailto:[EMAIL PROTECTED] Envoyé : lundi 17 juillet 2006 17:25 À : Maven Users List Objet : Re: SCM with Maven philosophy The main purpose if scm:checkout is to allow user

Re: SCM with Maven philosophy

2006-07-17 Thread dan tran
Des Développements DSI/PAT/DAOS/SUDD Tel : (+33) 01 60 76 54 66 [EMAIL PROTECTED] ~ -Message d'origine- De: dan tran [mailto:[EMAIL PROTECTED] Envoyé: lundi 17 juillet 2006 17:25 À: Maven Users List Objet: Re: SCM with Maven philosophy

Re: get the source from SCM in Maven 2

2005-11-12 Thread Brett Porter
You can use the scm:checkout goal to get the entire source tree. - Brett On 11/11/05, Maruf Aytekin [EMAIL PROTECTED] wrote: In maven 2 is there a way to get the source from SCM and place in the src directory at build time like fetching the source at the build time with Ant? Thanks,

get the source from SCM in Maven 2

2005-11-11 Thread Maruf Aytekin
In maven 2 is there a way to get the source from SCM and place in the src directory at build time like fetching the source at the build time with Ant? Thanks, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Module name for scm under maven 1

2005-06-01 Thread Joachim Sautter
Hello, I am using M1. I have a module in my cvs system. These moduls has some blanks (module name: (NPA) NPA Applikation). Is there any opportunity that I can use the module with the blanks or not? When I can use the blanks how? Kind regards Joachim Sautter.

SCM in Maven

2004-03-18 Thread yongkangliu
Hello, I am trying to use maven. But there is a problem about SCM plugin. I setup a CVS server with CVSNT, and create a repository: d:/cvs_folder My source code exist in d:/cvs_folder/maventest/src/... In project.xml, set repository: repository connectionscm|cvs|pserver|liuyk:[EMAIL

RE: SCM in Maven

2004-03-18 Thread Brett Porter
http://maven.apache.org/faq.html#changelog-no-local-copy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, 19 March 2004 4:42 PM To: [EMAIL PROTECTED] Subject: SCM in Maven Hello, I am trying to use maven. But there is a problem about SCM