Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Removal of feature pom.xml files causes SONAR job to fail

Hi Doug,

A recent change you made which removed the pom.xml files causes the
CDT Sonar job to now fail.  This is because there are a number of
features that have the same name as plug-ins.  In the feature pom.xml
files, a separate groupid was used.  The groupid is used to generate
the sonar project name when building under maven.  Without the feature
groupid, Sonar fails with two modules of the same name (e.g. crossgcc
has a feature and plug-in with the same name).

Can we put these back?

-- Jeff J.


Back to the top