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

Piergiorgio Lucidi commented on CONNECTORS-555:
-----------------------------------------------

I reproduced this issue removing all the dependencies of javax.activation from 
my local repository and removing any specific settings in the settings.xml of 
Maven.

But I noticed that, during the execution of the command mvn clean install, the 
CMIS Connector uses the same version of activation (1.0.2) and it was 
successfully downloaded from the standard Maven repo:
{code}
Downloaded: 
http://repo.maven.apache.org/maven2/javax/activation/activation/1.0.2/activation-1.0.2.pom
 (776 B at 1.5 KB/sec)
{code}

It sounds strange...
                
> Alfresco maven build is broken
> ------------------------------
>
>                 Key: CONNECTORS-555
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-555
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: ManifoldCF 1.0, ManifoldCF 1.0.1, ManifoldCF 1.1
>            Reporter: Karl Wright
>            Assignee: Piergiorgio Lucidi
>             Fix For: ManifoldCF 1.0.1
>
>
> The maven build steps:
> {code}
> mvn-bootstrap
> mvn clean -DskipTests install
> {code}
> fail in the following way:
> {code}
> [ERROR] Failed to execute goal on project mcf-alfresco-connector: Could not 
> reso
> lve dependencies for project 
> org.apache.manifoldcf:mcf-alfresco-connector:jar:1.
> 1-SNAPSHOT: Could not find artifact javax.activation:activation:jar:1.0.2 in 
> alf
> resco-release 
> (https://artifacts.alfresco.com/nexus/content/repositories/release
> s) -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> swit
> ch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please 
> rea
> d the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso
> lutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn <goals> -rf :mcf-alfresco-connector
> C:\wip\mcf\trunk>
> {code}
> It looks like there is a missing dependency we may need.  I think 
> activation.jar was there before, not sure what happened to it.

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