Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
maven-artifact-transfer-0.9.1
-
None
Description
Currently the interface ProjectInstaller defines the following method:
void install( ProjectBuildingRequest projectBuildingRequest, ProjectInstallerRequest projectInstallerRequest )
throws IOException, ArtifactInstallerException, NoFileAssignedException;
where we should check the parameter against null which should not be allowed to be given as parameter. The result should be an IllegalArgumentException