Bug 53884 - wrong Maven groupId for commons-lang
Summary: wrong Maven groupId for commons-lang
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: Nightly (Please specify date)
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-17 10:20 UTC by dylanaut
Modified: 2012-09-17 16:42 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dylanaut 2012-09-17 10:20:41 UTC
The provided maven parent POM res/maven/ApacheJMeter_parent.pom has a bug: 

The groupId for commons-lang3
must be org.apache.commons
instead of org.apache.commons-lang (strip the "-lang")
as shown below 
=====
      <dependency>
        <groupId>org.apache.commons</groupId>
        <artifactId>commons-lang3</artifactId>
        <version>${commons-lang3.version}</version>
Comment 1 Sebb 2012-09-17 16:42:00 UTC
Thanks for the report. Fixed in SVN:

URL: http://svn.apache.org/viewvc?rev=1386712&view=rev
Log:
wrong Maven groupId for commons-lang
Bugzilla Id: 53884

Modified:
    jmeter/trunk/res/maven/ApacheJMeter_parent.pom
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:51 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2931