Hi,
I am trying to create a new archetype wich has the following structure
project
|--ear
|--commun
|--site
|--presentation
|--domaineaffaire
|--integration
|
---pom.xml
Everything seem to work fine except that a stupid "src/main/resources"
folder is always created in my root project directory even though I
don't provide it. Is there a way to disable this behavior ?
Here's my archetype.xml file :
<archetype>
<id>msp</id>
<sources>
</sources>
<test-sources>
</test-sources>
<test-resources>
</test-resources>
<site-resources>
</site-resources>
<resources>
<resource>pom.xml</resource>
<resource>ear/pom.xml</resource>
<resource>commun/pom.xml</resource>
<resource>site/pom.xml</resource>
<resource>presentation/pom.xml</resource>
<resource>presentation/src/main/webapp/WEB-INF/web.xml</resource>
<resource>domaineaffaire/pom.xml</resource>
<resource>integration/pom.xml</resource>
</resources>
</archetype>
*By the way, there is some typos on the site (sometimes test-sources
is written as testSources). If someone can tell me wich one is the
correct syntax, I will fill a Jira issue.
--
Alexandre Poitras
Québec, Canada
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]