]
Mickael Istria commented on JBIDE-17998:
----------------------------------------
It's far from being a big refactoring. The <name> tag is not changing the
structure of the project, it's just a display information.
Use better <name> in pom file
-----------------------------
Key: JBIDE-17998
URL:
https://issues.jboss.org/browse/JBIDE-17998
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: build
Reporter: Mickael Istria
Assignee: Mickael Istria
Fix For: 4.2.0.CR1
In order to improve identification of jbosstools related reports on SonarQube, the
<name> in pom files should be:
* For the root pom, same name as the GitHub repo. Eg jbosstools-webservices,
jbosstools-server...
* For the children, <name-of-repo>.<name-of-artifact>. Eg
jbosstools-webservices.features, jbosstools-server.jmx.plugins...