On 3/3/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:

I think a good way to demonstrate the problem would be to patch the
quickstart archetype to include both a package.html file (which should
live in src/main/java so it doesn't get included in the jar) and
src/main/resources/App.properties which should get packaged with the
Java source and included in the jar.

That immediately raised the problem of needing package.html to land in
the package structure, but overview.html to stay at the top, directly
in src/main/java.

I took the quickstart archetype to the Maven sandbox and added the
files mentioned above:
http://svn.apache.org/repos/asf/maven/sandbox/trunk/archetype/maven-archetype-quickstart/

Howard, can you take a look at it?  It demonstrates your use case with
a .properties file, and also one with html files for Javadoc that I
ran into with an archetype for Shale.

There is already an issue open that talks about package.html (which
mysteriously just does not get included in the archetype jar).
http://jira.codehaus.org/browse/ARCHETYPE-62

And at this point, we should adjourn to the dev list to talk about how
to fix this. :)

--
Wendy

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

Reply via email to