You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Luca Stancapiano (Issue Comment Edited) (JIRA)" <ji...@apache.org> on 2011/11/24 17:45:40 UTC

[jira] [Issue Comment Edited] (CONNECTORS-292) compiling mcf-agents project with maven

    [ https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156786#comment-13156786 ] 

Luca Stancapiano edited comment on CONNECTORS-292 at 11/24/11 4:44 PM:
-----------------------------------------------------------------------

The same problem is in the following projects:

mcf-pull-agent

mcf-jcifs-connector

mcf-cmis-connector

mcf-opensearchserver-connector

mcf-wiki-connector

mcf-wiki-test

mcf-cmis-test

mcf-filesystem-test

mcf-sharepoint-test



                
      was (Author: luca.stancaqpiano):
    The same problem is in the following projects:

mcf-pull-agent

mcf-jcifs-connector
                  
> compiling mcf-agents project with maven
> ---------------------------------------
>
>                 Key: CONNECTORS-292
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-292
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: ManifoldCF 0.4
>         Environment: java 6, maven 3.0.3, ManifoldCF trunk version from http://svn.apache.org/repos/asf/incubator/lcf/trunk
>            Reporter: Luca Stancapiano
>
> if I try to execute the command 'mvn install -Dmaven.test.skip inside 'framework/agents' I get this error:
> [ERROR] Failed to execute goal on project mcf-agents: Could not resolve dependencies for project org.apache.manifoldcf:mcf-agents:jar:0.4.0-SNAPSHOT: Failure to find org.apache.manifoldcf:mcf-core:jar:tests:0.4.0-SNAPSHOT in xxxxxxxxxxxx was cached in the local repository, resolution will not be reattempted until the update interval of sose-private has elapsed or updates are forced -> [Help 1]
> In the pom.xml of the mcf-agents project there is a wrong dependency:
>     <dependency>
>       <groupId>${project.groupId}</groupId>
>       <artifactId>mcf-core</artifactId>
>       <version>${project.version}</version>
>       <type>test-jar</type>
>       <scope>test</scope>
>     </dependency>

--
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