http://imagej.273.s1.nabble.com/Error-importing-ij-IJ-tp5017454p5017482.html
The error you posted is merely a warning, and will not fail the build.
> Good day to everyone.
>
> I was developing a plugIn on eclipse for ImageJ. I could run it correctly
> with a maven build but not anymore. The error that appears to me is:
>
> [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ TFM_2D_PRUEBAS_
> ---
> [INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
> [INFO] Working directory: C:\......\workspace\TFM_2D_PRUEBAS_
> [WARNING] Cannot get the revision information from the scm repository,
> proceeding with revision of UNKNOWN :
> Exception while executing SCM command.
> [INFO] Storing buildNumber: UNKNOWN at timestamp: 1477308046701
> [WARNING] Cannot get the branch information from the git repository:
> Error while executing command.
> [INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
> [INFO] Working directory: C:\.....\workspace\TFM_2D_PRUEBAS_
> [WARNING] Cannot get the branch information from the scm repository,
> proceeding with UNKNOWN_BRANCH :
> Exception while executing SCM command.
> [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
>
> so when I try to run it on ImageJ (after installing and closing imageJ), I
> get the error "couldn't find the plugIn"
>
>
> I haven't even changed the pom, only JAVA code but I reversed it and the
> problem is still there.
>
> Can anyone help me?
>
> Thank you so much.
>
>
>
> --
> View this message in context:
http://imagej.1557.x6.nabble.
> com/Error-importing-ij-IJ-tp5017454.html
> Sent from the ImageJ mailing list archive at Nabble.com.
>
> --
> ImageJ mailing list:
http://imagej.nih.gov/ij/list.html>