Re: Problem with maven

2014-06-03 Thread Barrie Treloar
On 4 June 2014 00:12, amit dhanani wrote: > Dear Sir, > > I have installed maven 3. In jenkins it shows error while building. > Did you try building this from the command line? You need to make sure you use the same command line that jenkins is doing or you will have environmental issues to deal

Problem with maven

2014-06-03 Thread amit dhanani
Dear Sir, I have installed maven 3. In jenkins it shows error while building. errors are as below. Please do needful. ___ Started by user Amit Dhanani Building in workspace /var/lib/jenkins/jobs/game-of-lifte-d

Re: Maven repository management systems

2014-06-03 Thread Dan Tran
Perhaps Artifactory is cheaper and support repos like NPM? 100$ per seat for nexus professional is way expensive? :-) -D On Tue, Jun 3, 2014 at 1:10 PM, Glenn Brown wrote: > My question was what use case was making you think of no longer using > nexus? > > > On Tue, Jun 3, 2014 at 3:05 PM, Ma

Re: Maven repository management systems

2014-06-03 Thread Glenn Brown
My question was what use case was making you think of no longer using nexus? On Tue, Jun 3, 2014 at 3:05 PM, Manfred Moser wrote: > The majority of developers seem to be using Nexus according to > > > http://zeroturnaround.com/rebellabs/java-tools-and-technologies-landscape-for-2014/ > > Slides

Re: Maven repository management systems

2014-06-03 Thread Manfred Moser
The majority of developers seem to be using Nexus according to http://zeroturnaround.com/rebellabs/java-tools-and-technologies-landscape-for-2014/ Slides 2 and 19 manfred PS: I am part of the Nexus team.. but was not involved in that survey. Glenn Brown wrote on 03.06.2014 12:22: > I would n

Re: Controlling order of plugin execution

2014-06-03 Thread Paul Benedict
I agree with Dan. Last I check, IIRC, the order of operations of plugins is defined by their sequential order in the POM. However, I also find this a bit problematic with inheritance -- I don't know off the top of my head what happens then. Cheers, Paul On Tue, Jun 3, 2014 at 3:01 PM, Dan Tran

Re: Controlling order of plugin execution

2014-06-03 Thread Dan Tran
Agree sequencing is a pain. You may be able to get this working if you move your sql plugin delaration below exec-m-p -D On Tue, Jun 3, 2014 at 12:54 PM, Paul Benedict wrote: > Jim, I reopened the issue for you, but, please note, this was closed > because the issue was created 6 years ago and

Re: Controlling order of plugin execution

2014-06-03 Thread Paul Benedict
Jim, I reopened the issue for you, but, please note, this was closed because the issue was created 6 years ago and no one ever submitted a patch. Hopefully, someone has the incentive to work on this or it will be closed again. If you find this feature critical to your own work, do you have time to

Controlling order of plugin execution

2014-06-03 Thread Jim Garrison
I'm trying to set up a Maven build for CI/CD, and one of the requirements for testing is to create, populate and tweak a database schema. This involves interleaving various executions of maven-dependency-plugin, sql-maven-plugin and exec-maven-plugin, and there aren't enough lifecycle phases *-

Re: Maven repository management systems

2014-06-03 Thread Glenn Brown
I would not recommend Archiva. It's intended to be mainly a reference implementation of the repository and, personally, i find it's UI to be a bit clunky. Whats moving you off Nexus? On Tue, Jun 3, 2014 at 1:40 PM, Mehul Sanghvi wrote: > Hit the reply button too quickly on the previous one. > >

Re: Maven repository management systems

2014-06-03 Thread Mehul Sanghvi
Hit the reply button too quickly on the previous one. I did not expect a full review and comparison of the systems plus a migration guide. I was more looking for gotchas that people may have run into when doing a migration and/or what they took into account when choosing a system. I will take Dan

Re: Maven repository management systems

2014-06-03 Thread Mehul Sanghvi
Points well taken. No offence taken. :) On Tue, Jun 3, 2014 at 1:49 PM, Alexander Kriegisch < alexan...@kriegisch.name> wrote: > With all due respect: Can you ask in an even more general way? You do not > expect someone to write a full review and comparison of those systems plus > migration gui

Re: Maven repository management systems

2014-06-03 Thread Dan Tran
There are quite a few discussions of this topic, please search -D On Tue, Jun 3, 2014 at 10:49 AM, Alexander Kriegisch < alexan...@kriegisch.name> wrote: > With all due respect: Can you ask in an even more general way? You do not > expect someone to write a full review and comparison of thos

Re: Maven repository management systems

2014-06-03 Thread Alexander Kriegisch
With all due respect: Can you ask in an even more general way? You do not expect someone to write a full review and comparison of those systems plus migration guide for you, do you? For such general information there are web search engines and tutorials. Constructive hint: Maybe if you explain

Maven repository management systems

2014-06-03 Thread Mehul Sanghvi
Currently we are using Nexus OSS version. I am leaning toward Archiva, but there is also Artifactory. What is involved if we were to migrate from Nexus to one of the others ? Do the repository URLs change ? Or the layout ? What do people recommend ? Why ? cheers, mehul -- Mehul

Re: Use native tar to unpack? good/bad idea?

2014-06-03 Thread Mark H. Wood
On Mon, Jun 02, 2014 at 04:15:15PM -0700, Dan Tran wrote: > BTW, > > I never have good luck with plexus-archiver, and always ended up to > implement my own 'unpack' using native tar to speed up the build and also > reserve the softlinks in the archive. If plexus-archiver needs work, maybe they wo

Re: Nexus / Maven repository artifact handling

2014-06-03 Thread Mehul Sanghvi
Jason, William, Thanks for the clarifications. The information will certainly help in setting up for the next release cycle. cheers, mehul On Tue, Jun 3, 2014 at 12:29 AM, William Ferguson < william.fergu...@xandar.com.au> wrote: > Mehul, this is the wrong pattern to use. It g