Hi everyone,

I'm running on a problem when I try to add a eclipse project (not
mavenized) as a dependency to my mavenized project...

The error can be reproduced doing that:

1. create a eclipse java project named test1 in eclipse.
2. create a mavenized project named test (maven genapp)
3. add the eclipse dependy do test project as:
    <dependency>
      <groupId>test1</groupId>
      <artifactId>test1</artifactId>
      <version>1</version>
          <properties>
                <eclipse.dependency>true</eclipse.dependency>
          </properties>
    </dependency>
4. try to run maven eclipse goal in the test project and maven will
try to download the test1-1.jar and will fail!

Am I doing something wrong?

Tnx

-- 
"Nobody knows who i really am
 I never felt this empty before
 And if I never need someone to come along
 Who's gonna comfort me and keep me strong?"
--
Marcell Manfrin Barbacena
[EMAIL PROTECTED]
MSN Messenger: [EMAIL PROTECTED]
ICQ UIN: 63671762
Skype: callto://marcell84bruk
+55 (83) 8808-8555 (Oi)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to