On 2012-08-12 18:34, Lewis John Mcgibbney wrote:
> Hi,

Hi

> I am currently working on a project which has required us to branch
> [0] Gora trunk and begin some slight APi refactoring to accommodate
> the added functionality we intend to implement.
> 
> I have one question though. If I do a clean checkout of the code then
> run mvn clean compile I get a failure due to the new refactoring. If
> however I do mvn clean install, then mvn clean compile everything is
> OK.
> 
> Is this normal behavior?

No. My gut feeling is that you have something wrong in your dependency
tree regarding your internal modules. Looking at the parent pom.xml you
seem to be using test jars in two different ways. Either type=test-jar
or classifier=tests. The first one has had problems depending on which
version of Maven you use, see http://jira.codehaus.org/browse/MNG-2045

Can you share with us the error you get?

> Kind Regards and thank you in advance for any suggestion or help.
> 
> Lewis
> 
> [0] http://svn.apache.org/repos/asf/gora/branches/goraamazon/
> 


-- 
Dennis Lundberg

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

Reply via email to