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

Karl Wright commented on CONNECTORS-548:
----------------------------------------

The pom.xml in framework seemed to be missing the <relativePath> clause, so I 
added that:

{code}
    <relativePath>../pom.xml</relativePath>
{code}

Unfortunately, made no difference - failed in the same way.  Is not looking in 
the local repository for the artifact, possibly because it is not labeled 
-SNAPSHOT?  Is there a way to override this maven behavior, or should I simply 
re-version everything to include -SNAPSHOT in the branch?

                
> Cannot build with Maven
> -----------------------
>
>                 Key: CONNECTORS-548
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-548
>             Project: ManifoldCF
>          Issue Type: Bug
>    Affects Versions: ManifoldCF 1.0
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 1.0
>
>
> Another thing. I'm not able to build MCF with Maven (mvn clean install 
> -Dmaven.test.skip):
>  Failed to execute goal on project mcf-filesystem-connector: Could not 
> resolve dependencies for project 
> org.apache.manifoldcf:mcf-filesystem-connector:jar:1.0: Could not find 
> artifact org.apache.manifoldcf:mcf-pull-agent:jar:tests:1.0 in ...
> I ran mvn-bootstrap.sh before I tried to build. I even ran the following:
> mvn install:install-file -Dfile=lib/commons-httpclient.jar 
> -DgroupId=commons-httpclient -DartifactId=commons-httpclient-mcf 
> -Dversion=3.1  -Dpackaging=jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to