On Fri, Jul 15, 2011 at 8:17 PM, Asmann, Roland <[email protected]> wrote:
> Hi,
>
> I am having some issues explaining to the m-eclipse-p that my project is
> actually a java-project and needs to be generated with a .classpath and
> java-nature.
> The problem I am facing is that the project is actually of type
> 'maven-archetype', but I would really like to see my resources and tests
> in the nice java-layout in eclipse.
>
> Anybody have an idea on how to achieve this?

You can do this manually.

Add the java nature into your .project file.  (See any working java
project's .project file for the bits you need).
Then add the directories to your build path.

I dont think m-eclipse-p will look at <type>maven-archetype</type> to
generate eclipse files for you.
I think there is an outstanding request to at least generate .project
files but you can easily do that manually by using File > New Project
and specify the same name as the already existing directory of your
project.

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

Reply via email to