Update the site to show how fixing the maven build process for the
0.5-incubating release
-----------------------------------------------------------------------------------------
Key: CONNECTORS-463
URL: https://issues.apache.org/jira/browse/CONNECTORS-463
Project: ManifoldCF
Issue Type: Bug
Components: Site
Affects Versions: ManifoldCF 0.5
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
Fix For: ManifoldCF 0.6
We need to update the site in order to guide developers to correctly build the
project using Maven.
Due to the latest changes during the 0.5-incubating release, we released the
source package with a problem with the Maven build.
So, before running mvn clean install, it is needed to run the following command:
{code}
mvn install:install-file -Dfile=lib/commons-httpclient.jar
-DgroupId=commons-httpclient -DartifactId=commons-httpclient-mcf -Dversion=3.1
-Dpackaging=jar
{code}
The execution of the command above fixes the issue on the source code of the
0.5-incubating release.
I tested the command using an empty Maven repository.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira