Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0-alpha-2
-
Fix Version/s: 3.0-alpha-3
-
Component/s: POM
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
This inside a POM of a local project should fail the build with a validation error:
<distributionManagement> <status>generated</status> </distributionManagement>
This is only valid for POMs in the repository.
Fixed in r833465.