did you try adding the wagon-file as an extension ? (it's not anymore
included with maven 3.x)

    <extensions>
      <extension>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-file</artifactId>
        <version>2.1</version>
      </extension>
    </extensions>



2013/1/10 pradeep <[email protected]>:
> while building giraph jar with depedencies we are getting following
> warnings.. really not sure how to resolve these.. we already tried
>
> useProjectArtifact as false
> and
> unpack as true
>
> both dosent seem to work
>
> any suggestion how to resolve these...??
>
> [WARNING] Failure to transfer asm:asm/maven-metadata.xml from
> file:../../local.repository/trunk was cached in the local repository,
> resolution will not be reattempted until the update interval of
> local.repository has elapsed or updates are forced. Original error: Could
> not transfer metadata asm:asm/maven-metadata.xml from/to local.repository
> (file:../../local.repository/trunk): No connector available to access
> repository local.repository (file:../../local.repository/trunk) of type
> legacy using the available factories WagonRepositoryConnectorFactory
>
> [WARNING] Failure to transfer asm:asm/maven-metadata.xml from
> file:../../local.repository/trunk was cached in the local repository,
> resolution will not be reattempted until the update interval of
> local.repository has elapsed or updates are forced. Original error: Could
> not transfer metadata asm:asm/maven-metadata.xml from/to local.repository
> (file:../../local.repository/trunk): No connector available to access
> repository local.repository (file:../../local.repository/trunk) of type
> legacy using the available factories WagonRepositoryConnectorFactory
>
>
>
> --
> View this message in context: 
> http://maven.40175.n5.nabble.com/Maven-3-warnings-Failure-to-transfer-asm-asm-maven-metadata-xml-tp5742841.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to