Re: scm connection in parent pom

2010-10-21 Thread Stephen Connolly
On 20 October 2010 16:36, Phillip Hellewell ssh...@gmail.com wrote: On Wed, Oct 20, 2010 at 1:58 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: (snip) I have a bash script to update the details on a branch, etc... I am looking into the possibility of adding this into the

Re: scm connection in parent pom

2010-10-21 Thread Phillip Hellewell
On Thu, Oct 21, 2010 at 2:06 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On 20 October 2010 16:36, Phillip Hellewell ssh...@gmail.com wrote: But if it can be inferred while the plugin is running, why exactly does it need to get written back into the pom?  Of course, I don't

Re: scm connection in parent pom

2010-10-21 Thread Stephen Connolly
On 21 October 2010 16:55, Phillip Hellewell ssh...@gmail.com wrote: or inside the pom where the connection looks like scm:svn:infer. i'm not doing that. The pom should be complete on its own and not depend on where in scm it happens to be located. mvn scm:infer will correct the scm details if

Re: scm connection in parent pom

2010-10-21 Thread Phillip Hellewell
On Thu, Oct 21, 2010 at 12:53 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On 21 October 2010 16:55, Phillip Hellewell ssh...@gmail.com wrote: or inside the pom where the connection looks like scm:svn:infer. i'm not doing that. The pom should be complete on its own and not

Re: scm connection in parent pom

2010-10-20 Thread Jörg Schaible
Hi Phillip, Phillip Hellewell wrote: On Tue, Oct 19, 2010 at 11:47 AM, Phillip Hellewell ssh...@gmail.com wrote: Also, is there a common way to let each developer decide which protocol they want to use, e.g., svn+ssh:// instead of http://. Of course, the big problem with svn+ssh:// is

Re: scm connection in parent pom

2010-10-20 Thread Andreas Sewe
Hi Phillip, Does it make sense and will it work to define the scm connection in a parent pom if all my projects follow the same layout in SVN? i.e., connectionscm:svn:http://mysvnrep.com/svn/projects/${artifactId}/trunk/connection in theory, the above makes sense, but in practice you

Re: scm connection in parent pom

2010-10-20 Thread Stephen Connolly
On 20 October 2010 08:38, Andreas Sewe s...@st.informatik.tu-darmstadt.de wrote: Hi Phillip, Does it make sense and will it work to define the scm connection in a parent pom if all my projects follow the same layout in SVN? i.e., connectionscm:svn:http://mysvnrep.com/svn/projects

Re: scm connection in parent pom

2010-10-20 Thread Stephen Connolly
On 20 October 2010 08:51, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On 20 October 2010 08:38, Andreas Sewe s...@st.informatik.tu-darmstadt.de wrote: Hi Phillip, Does it make sense and will it work to define the scm connection in a parent pom if all my projects follow the same

Re: scm connection in parent pom

2010-10-20 Thread lukewpatterson
to http://jira.codehaus.org/browse/MNG-3244 -- View this message in context: http://maven.40175.n5.nabble.com/scm-connection-in-parent-pom-tp3224641p3228537.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: scm connection in parent pom

2010-10-20 Thread Andreas Sewe
Hi Stephen, IIRC the appending is controlled by the presence of a / at the end of the URI if the URI ends with a slash then it will not append the module name in children if the URI does not end with a slash then it will append the module name in children of course I could be mistaken and

Re: scm connection in parent pom

2010-10-20 Thread Stephen Connolly
On 20 October 2010 14:29, Andreas Sewe s...@st.informatik.tu-darmstadt.de wrote: Hi Stephen, IIRC the appending is controlled by the presence of a / at the end of the URI if the URI ends with a slash then it will not append the module name in children if the URI does not end with a slash

Re: scm connection in parent pom

2010-10-20 Thread lukewpatterson
in the trunk's pom after every time you released. -- View this message in context: http://maven.40175.n5.nabble.com/scm-connection-in-parent-pom-tp3224641p3228825.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: scm connection in parent pom

2010-10-20 Thread Phillip Hellewell
On Wed, Oct 20, 2010 at 1:38 AM, Andreas Sewe s...@st.informatik.tu-darmstadt.de wrote: Hi Phillip, Does it make sense and will it work to define the scm connection in a parent pom if all my projects follow the same layout in SVN? i.e., connectionscm:svn:http://mysvnrep.com/svn/projects

Re: scm connection in parent pom

2010-10-20 Thread Phillip Hellewell
On Wed, Oct 20, 2010 at 1:51 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: IIRC the appending is controlled by the presence of a / at the end of the URI if the URI ends with a slash then it will not append the module name in children if the URI does not end with a slash then

Re: scm connection in parent pom

2010-10-20 Thread Phillip Hellewell
On Wed, Oct 20, 2010 at 1:58 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: (snip) I have a bash script to update the details on a branch, etc... I am looking into the possibility of adding this into the maven-scm-plugin, e.g. mvn scm:infer -Dprovider=svn of course given that this

scm connection in parent pom

2010-10-19 Thread Phillip Hellewell
Hi all, Does it make sense and will it work to define the scm connection in a parent pom if all my projects follow the same layout in SVN? i.e., connectionscm:svn:http://mysvnrep.com/svn/projects/${artifactId}/trunk/connection Also, is there a common way to let each developer decide which

Re: scm connection in parent pom

2010-10-19 Thread Phillip Hellewell
On Tue, Oct 19, 2010 at 11:47 AM, Phillip Hellewell ssh...@gmail.com wrote: Also, is there a common way to let each developer decide which protocol they want to use, e.g., svn+ssh:// instead of http://. Of course, the big problem with svn+ssh:// is that you have to have the username in the URL

AW: scm connection in parent POM?

2006-07-26 Thread Nick Panienski
How does the scm connection in a parent POM have to configured so that sub-projects are found with the convention of putting them in groupId/artifactId (with dots replaced by slashes in groupId) in CVS? Hi, I use SVN and configured the root to where all my projects reside as scmconnection

scm connection in parent POM?

2006-07-25 Thread Vorburger Michael
How does the scm connection in a parent POM have to configured so that sub-projects are found with the convention of putting them in groupId/artifactId (with dots replaced by slashes in groupId) in CVS?