Hello,

I'm getting the exception below when debugging a mojo that is using aether
api to install some artifacts in a local repository:

InstallRequest installRequest = new InstallRequest();
>         installRequest.setArtifacts(artifactsToSave.values());
>         try {
>             repositorySystem.install(session, installRequest);
>         } catch (InstallationException e) {
>             getLog().error(e);
>
>
It seems that the error is related to the fact that the artifact to be an
open project in the eclipse workspace. right ?

org.eclipse.aether.installation.InstallationException: Failed to install
> artifact
> org.lunifera.runtime.kernel:org.lunifera.runtime.kernel.provisioning:jar:0.1.1-SNAPSHOT:
> /home/cvgaviao/Development/C4Biz_Projects/Lunifera-Workspace/lunifera-runtime-kernel/org.lunifera.runtime.kernel.provisioning/target/classes
> (Is a directory)
>

any workaround other than close the complained project ?

thanks,

Cristiano
_______________________________________________
m2e-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users

Reply via email to