> Are you sure the maven eclipse:eclipse doesn't generate the auto
> copying of HTML files for you when you add the src/main/java as a
> resources directory in your pom, such as our quickstart archetype and
> quickstart project does?

Yep, I'm sure. Eclipse copies files by default, but you can configure
it to filter (skip) certain files.

> Each time I create a project from scratch using the normal eclipse
> wizards, I have to add HTML file copying. This is mainly because
> usually html next to Java classes is associated with JavaDoc and that
> typically doesn't have a place in applications.

You should revisit that. To be absolutely sure I just created a test
project with a class and html file, and the html file got copied to
the class path without any explicit configuration.

Eelco

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

Reply via email to