Wendy,
   Thanks for catching my typo...
I also now see the issue.. In step ONE .. I needed to create a project using
a mvn archetype:create command (in this case with archetypeId=multi)

It would have created DIRECTORY named multi and pom.. , then I should change
that packaging from jar to pom and proceed from there...

When I then import using m2Eclipse all goes well...

If I may I now have a second question..

I unfortunately (due to IMPORT) have in essence 2 maven projects together.
One was open in workspace before. Is there a way to import project USING pom
and have a new project? 

Thanks in advance.


Wendy Smoak-3 wrote:
> 
> On Wed, Nov 19, 2008 at 2:46 PM, msclovis <[EMAIL PROTECTED]> wrote:
>> 5. Changed pom.xml in persist to show dependency:
>>   <dependency>
>>          <groupId>${project.groupId}</groupId>
>>          <artifactId>model</artifactId>
>>          <version>${product.version}</version>
>>
>>    </dependency>
> 
> Unless you've introduced a property somewhere, do you mean
> ${project.version} instead of 'product' ?
> 
> -- 
> Wendy
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Help-creating-Multi-Module-Project-tp20589965p20590836.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]

Reply via email to