RE: Publishing to Maven Central

2012-01-19 Thread Mark Collin
:39 To: dev@jmeter.apache.org Subject: Re: Publishing to Maven Central On 18 January 2012 22:45, Mark Collin m...@ardescosolutions.com wrote: Uploaded a final version just now. I had to fix some transitive dependency problems that were not apparent until you tried to use the artifacts and I

RE: Publishing to Maven Central

2012-01-19 Thread Mark Collin
. -Original Message- From: Mark Collin [mailto:m...@ardescosolutions.com] Sent: 19 January 2012 09:09 To: dev@jmeter.apache.org Subject: RE: Publishing to Maven Central OK I have tried using the 2.6-SNAPSHOT at https://repository.apache.org/content/repositories/snapshots/ and I get

Re: Publishing to Maven Central

2012-01-19 Thread sebb
Message- From: sebb [mailto:seb...@gmail.com] Sent: 18 January 2012 23:39 To: dev@jmeter.apache.org Subject: Re: Publishing to Maven Central On 18 January 2012 22:45, Mark Collin m...@ardescosolutions.com wrote: Uploaded a final version just now. I had to fix some transitive dependency

RE: Publishing to Maven Central

2012-01-19 Thread Mark Collin
Subject: RE: Publishing to Maven Central OK I have tried using the 2.6-SNAPSHOT at https://repository.apache.org/content/repositories/snapshots/ and I get the following dependency issues: [INFO] -- -- [ERROR] BUILD

Re: Publishing to Maven Central

2012-01-19 Thread sebb
: sebb [mailto:seb...@gmail.com] Sent: 19 January 2012 10:59 To: dev@jmeter.apache.org Subject: Re: Publishing to Maven Central On 19 January 2012 09:13, Mark Collin m...@ardescosolutions.com wrote: Oh this has highlighted another difference between the implementation I supplied and your one, I

RE: Publishing to Maven Central

2012-01-18 Thread Mark Collin
Subject: Re: Publishing to Maven Central On 18 January 2012 06:35, Mark Collin m...@ardescosolutions.com wrote: I'm in the progress of writing my second attempt at providing a working maven solution which you can see here: It looks to me like an Ant build script using Maven deploy, i.e. Maven

Re: Publishing to Maven Central

2012-01-18 Thread sebb
On 18 January 2012 05:04, Ian Brandt i...@ianbrandt.com wrote: On Jan 17, 2012, at 4:10 PM, sebb wrote: IMO Maven works well for some projects, particularly single component (module) builds. Multi-module Maven does not work as well; in particular the test phase requires the project to be

RE: Publishing to Maven Central

2012-01-18 Thread Mark Collin
...@gmail.com] Sent: 18 January 2012 12:41 To: dev@jmeter.apache.org Subject: Re: Publishing to Maven Central On 18 January 2012 12:30, Mark Collin m...@ardescosolutions.com wrote: It looks like you have specified all of the dependencies in the ApacheJMeter_parent pom. I thought you wanted a unified set

RE: Publishing to Maven Central

2012-01-18 Thread Mark Collin
have it to make the whole process easier. Let me know if it needs any more tweaking. Regards Mark -Original Message- From: Mark Collin [mailto:m...@ardescosolutions.com] Sent: 18 January 2012 14:10 To: dev@jmeter.apache.org Subject: RE: Publishing to Maven Central I was trying to find

Re: Publishing to Maven Central

2012-01-18 Thread sebb
January 2012 14:10 To: dev@jmeter.apache.org Subject: RE: Publishing to Maven Central I was trying to find a way that would use a unified dependency list for both the ant build and the maven deploy. The path I have been going down is creating a dependency POM for doc, core and api and making

RE: Publishing to Maven Central

2012-01-18 Thread Mark Collin
these things it isn't needed. Regards Mark -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: 18 January 2012 23:39 To: dev@jmeter.apache.org Subject: Re: Publishing to Maven Central On 18 January 2012 22:45, Mark Collin m...@ardescosolutions.com wrote: Uploaded a final version just

Re: Publishing to Maven Central

2012-01-17 Thread sebb
On 17 January 2012 21:59, Ian Brandt i...@ianbrandt.com wrote: Greetings, I'm shifting discussion to here from Bug 49753 - Please publish jMeter artifacts on Maven central repository [1]. Considering an outright switch to Maven is a no go [2], IMO Maven works well for some projects,