Hello,
When installing DSpace
6.0 ( default theme,
not Mirage 2 theme),
an error
has occurred
at the step "7.Build
the Installation Package : mvn clean package"
because
git is not installed :
[ERROR] Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:1.4:create
(default) on project dspace-api: Cannot get the revision information from the scm repository :
[ERROR] Exception while executing SCM command. Error while executing command. Error
while executing process. Cannot run program "git"
This error disappears if I remove from
[dspace-source]dspace-api\pom.xml,
the lines
about
buildnumber-maven-plugin
(<plugin>…)
and the installation of DSpace 6.0 seems OK.
I haven't investigate the consequences
of the removal.
So, Git has to be installed for Dspace 6.0
(XMLUI and JSPUI default theme) or
buildnumber-maven-plugin has to be removed from pom?
Regards,
Cedric