On 20 January 2012 23:41, Milamber <milam...@apache.org> wrote: > > > Le 19/01/2012 14:18, s...@apache.org a ecrit : >> Author: sebb >> Date: Thu Jan 19 14:18:38 2012 >> New Revision: 1233387 >> >> URL: http://svn.apache.org/viewvc?rev=1233387&view=rev >> Log: >> JMeter jars reach Maven >> > > A special url permit to show JMeter on Maven repo?
The jars are not present on the releases Maven repo yet, but they will be under org.apache.jmeter once we do the next release. [However, I'm still working on some aspects of releasing them - still need to deal with uploading sigs] > How use JMeter jars with Maven? We don't provide any plugins or scripts, but if 3rd parties want to use Maven to depend on the jars they will be able to list them as dependencies. I cannot see the point myself, but some people want to run JMeter using Maven rather than from the normal release scripts or from the Ant script we do provide. > Thanks > > > Milamber > > > >> Modified: >> jmeter/trunk/xdocs/changes.xml >> >> Modified: jmeter/trunk/xdocs/changes.xml >> URL: >> http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1233387&r1=1233386&r2=1233387&view=diff >> ============================================================================== >> --- jmeter/trunk/xdocs/changes.xml (original) >> +++ jmeter/trunk/xdocs/changes.xml Thu Jan 19 14:18:38 2012 >> @@ -180,6 +180,11 @@ Support for reading/writing the original >> JMeter can now read the Avalon format files again, however there is no >> support for saving files in the old format. >> </p> >> >> +<h3>JMeter jars available from Maven repository</h3> >> +<p> >> +JMeter jars are now available from Maven repository. >> +</p> >> + >> <!-- =================== Known bugs =================== --> >> >> <h2>Known bugs</h2> >> @@ -418,6 +423,7 @@ Loads any additional properties found in >> <li>Bug 51954 - Generated documents include </br> entries which cause >> extra blank lines </li> >> <li>Bug 52075 - JMeterProperty.clone() currently returns Object; it should >> return JMeterProperty</li> >> <li>Updated httpcore to 4.1.4</li> >> +<li>Bug 49753 - Please publish jMeter artifacts on Maven central >> repository</li> >> </ul> >> >> </section> >> >> >> >> >