Re: Is there equivalent maven 2 tag for the dependency property tag eclipse.dependency from maven 1

2007-10-01 Thread Yan Huang
This tag is for maven 1 eclipse plug-in and used for defining dependencies as eclipse projects. By default, the dependencies defined in the POM would be in jars format. However, they can be projects in the eclipse workspace. If a dependency is an eclipse project, a property needs to be added to

Re: Is there equivalent maven 2 tag for the dependency property tag eclipse.dependency from maven 1

2007-10-01 Thread Wayne Fay
As far as I know, no such tag exists in M2. I'm still not sure why (or even if) you need it. Wayne On 10/1/07, Yan Huang [EMAIL PROTECTED] wrote: This tag is for maven 1 eclipse plug-in and used for defining dependencies as eclipse projects. By default, the dependencies defined in the POM

Is there equivalent maven 2 tag for the dependency property tag eclipse.dependency from maven 1

2007-09-28 Thread Yan Huang
Hello, On maven 1, we have this tag eclipse.dependency for a dependency dependency groupIdmygroupID/groupId artifactIdmyexmapleID/artifactId version1.0.0.0/version typejar/type properties zip.bundletrue/zip.bundle

Re: Is there equivalent maven 2 tag for the dependency property tag eclipse.dependency from maven 1

2007-09-28 Thread Wayne Fay
For those of us unfamiliar with M1 (or who are simply getting old and forgetful), can you remind us what this tag does for you? Wayne On 9/28/07, Yan Huang [EMAIL PROTECTED] wrote: Hello, On maven 1, we have this tag eclipse.dependency for a dependency dependency