You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Piergiorgio Lucidi (Created) (JIRA)" <ji...@apache.org> on 2012/04/20 19:18:40 UTC

[jira] [Created] (CONNECTORS-463) Update the site to show how fixing the maven build process for the 0.5-incubating release

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

        

[jira] [Resolved] (CONNECTORS-463) Update the site to show how fixing the maven build process for the 0.5-incubating release

Posted by "Piergiorgio Lucidi (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Piergiorgio Lucidi resolved CONNECTORS-463.
-------------------------------------------

    Resolution: Fixed

r1328455.
                
> 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
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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