You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the implementation of the integration test for #277 we found other issue.
The aggregate-add-third-party goal in init method overrides the missingFile property value with aggregateMissingLicensesFile if valued.
Since the aggregateMissingLicensesFile has a default value this always happens. This means that any missingFile in pom.xml configuration value is overriden.
This is also the cause of #207
The text was updated successfully, but these errors were encountered:
elballa
pushed a commit
to elballa/license-maven-plugin
that referenced
this issue
Feb 22, 2019
During the implementation of the integration test for #277 we found other issue.
The aggregate-add-third-party goal in init method overrides the missingFile property value with aggregateMissingLicensesFile if valued.
Since the aggregateMissingLicensesFile has a default value this always happens. This means that any missingFile in pom.xml configuration value is overriden.
This is also the cause of #207
The text was updated successfully, but these errors were encountered: