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

Scott Carey commented on AVRO-1310:
-----------------------------------

The end result you are having:
"Could not find artifact org.apache.avro:avro-ipc:jar:tests:1.7.5-SNAPSHOT"

Is due to either:
 * not having the avro-ipc test jar deployed in your local repo after being 
built form an install that includes the test phase of avro-ipc.
 * not having it available in the maven reactor as part of the build.

What is the output of 'mvn --version' ?  Mine is:

{noformat}
Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
Maven home: /usr/share/maven
Java version: 1.7.0_13, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_13.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.7.5", arch: "x86_64", family: "mac"
{noformat}

                
> Avro Maven project can't be built from scratch
> ----------------------------------------------
>
>                 Key: AVRO-1310
>                 URL: https://issues.apache.org/jira/browse/AVRO-1310
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.7.4
>         Environment: Maven on Eclipse
>            Reporter: Nir Zamir
>
> When getting the Java 'trunk' from SVN and trying to use Maven Install ('mvn 
> install') there are errors.
> Most of the errors are in tests so I tried skipping the tests but it still 
> fails.
> See more details in my post on Avro Users: 
> http://apache-avro.679487.n3.nabble.com/help-with-Avro-compilation-td4026946.html

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