Re: Deploy a project to multiple locations [Solved]

2013-01-29 Thread Rainer Völschow
Hello, after a while I found a possible way to accomplish the task. Based on http://javarevisited.blogspot.de/2011/12/parse-xml-file-in-java-example-tutorial.html I wrote a plugin. According my colleagues it works fine. for the next step I want to extend is so it can be run under Unix/Linux and Wi

Re: Maven releases using Git

2013-01-29 Thread Baptiste MATHUS
Hi, It is expected behaviour. A release is actually like storing the state of your code for a precise event (often represented with a version). Maybe what you (also?) want is the release:branch goal. Cheers Le 29 janv. 2013 18:35, "Jeff" a écrit : > I've got my first GIT project to release usin

Re: Jar file not in maven

2013-01-29 Thread Jeremy Long
One solution I've seen people use is outlined here: http://blog.dub.podval.org/2010/01/maven-in-project-repository.html --Jeremy On Tue, Jan 29, 2013 at 11:16 AM, Kristian Lind wrote: > Hi. I have a java project that uses maven. > I have some jar files that I want to use in the project, and the

Re: Jar file not in maven

2013-01-29 Thread Graf László
Hi, You should already have a .m2 folder in your home folder. You can install those JAR files, one by one, using the "mvn install:install-file" command. Here is an example: mvn install:install-file -DgroupId=YOUR_GROUPID -DartifactId=ARTIFACTID -Dversion=1.0.0 -Dpackaging=jar -Dfile=YOUR_JAR

Re: Jar file not in maven

2013-01-29 Thread Stephen Connolly
Nooo. Please not that On Tuesday, 29 January 2013, Jeremy Long wrote: > One solution I've seen people use is outlined here: > http://blog.dub.podval.org/2010/01/maven-in-project-repository.html > > --Jeremy > > On Tue, Jan 29, 2013 at 11:16 AM, Kristian Lind > > > wrote: > > > Hi. I have a java

Re: Jar file not in maven

2013-01-29 Thread Anders Hammar
The right/correct solution here is to setup an internal Maven repository where you deploy those jars to. It's been discussed so many times here by people trying to have an alternative solution blessed. There are other hackish ways to work around this, but you will then run into other issues. For su

Re: How to limit the upload role?

2013-01-29 Thread Wayne Fay
> I know that this is not a MAVEN question but maybe somebody knows the > answer. ... > Is it possible to limit the upload role only for XYZ_REPO? It is pretty annoying to me that you KNOW this is the wrong place to ask it, and yet you do it anyway. I expect more from adults in this community.

Re: Jar file not in maven

2013-01-29 Thread Joachim Durchholz
Am 29.01.2013 19:42, schrieb Anders Hammar: The right/correct solution here is to setup an internal Maven repository where you deploy those jars to. I still feel very uneasy about that, and I think I can pinpoint the reason a bit better now: One of the promises of Maven is that you can descr

Re: Jar file not in maven

2013-01-29 Thread Stephen Connolly
On Tuesday, 29 January 2013, Joachim Durchholz wrote: > Am 29.01.2013 19:42, schrieb Anders Hammar: > >> The right/correct solution here is to setup an internal Maven repository >> where you deploy those jars to. >> > > I still feel very uneasy about that, and I think I can pinpoint the reason > a

Re: Jar file not in maven

2013-01-29 Thread Ron Wheeler
On 29/01/2013 2:47 PM, Joachim Durchholz wrote: Am 29.01.2013 19:42, schrieb Anders Hammar: The right/correct solution here is to setup an internal Maven repository where you deploy those jars to. I still feel very uneasy about that, and I think I can pinpoint the reason a bit better now: O

Re: Jar file not in maven

2013-01-29 Thread Joachim Durchholz
Am 29.01.2013 21:09, schrieb Stephen Connolly: On Tuesday, 29 January 2013, Joachim Durchholz wrote: Am 29.01.2013 19:42, schrieb Anders Hammar: The right/correct solution here is to setup an internal Maven repository where you deploy those jars to. I still feel very uneasy about that, and

Re: Jar file not in maven

2013-01-29 Thread Joachim Durchholz
Am 29.01.2013 22:06, schrieb Ron Wheeler: On 29/01/2013 2:47 PM, Joachim Durchholz wrote: Am 29.01.2013 19:42, schrieb Anders Hammar: The right/correct solution here is to setup an internal Maven repository where you deploy those jars to. I still feel very uneasy about that, and I think I can

Re: Jar file not in maven

2013-01-29 Thread Stephen Connolly
On 29 January 2013 22:22, Joachim Durchholz wrote: > Am 29.01.2013 21:09, schrieb Stephen Connolly: > > On Tuesday, 29 January 2013, Joachim Durchholz wrote: >> >> Am 29.01.2013 19:42, schrieb Anders Hammar: >>> >>> The right/correct solution here is to setup an internal Maven repository

Re: Jar file not in maven

2013-01-29 Thread Ron Wheeler
On 29/01/2013 5:49 PM, Joachim Durchholz wrote: Am 29.01.2013 22:06, schrieb Ron Wheeler: On 29/01/2013 2:47 PM, Joachim Durchholz wrote: Am 29.01.2013 19:42, schrieb Anders Hammar: The right/correct solution here is to setup an internal Maven repository where you deploy those jars to. I st

Re: Maven releases using Git

2013-01-29 Thread stadelma
and what is the proper maven command? there are so many maven goals, and its hard to know em all. Josef -- View this message in context: http://maven.40175.n5.nabble.com/Maven-releases-using-Git-tp5744976p5745077.html Sent from the Maven - Users mailing list archive at Nabble.com.