Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-3
-
Fix Version/s: 1.0-alpha-4
-
Component/s: Web interface
-
Labels:None
-
Number of attachments :
Description
During the creation of a new project of the type m2, I do not see this project in "Show Projects" view.
No error message, and no logs.
In debug mode, i see my pom is incorrect,
the following message is well detected, but not throwing to final user :
[Missing 'ciManagement' element in the POM.]
[Missing 'notifiers' element in the POM.]
[Missing 'notifier' element in the POM.]
My m2 project is added when i have added in pom file :
<ciManagement>
<notifiers>
<notifier>
</notifier>
</notifiers>
</ciManagement>
DefaultContinuum.executeAddProjectsFromMetadataActivity(String, String, String) line: 589
warnings appears now in logs.