I am using the archetype.xml

<archetype>
  <id>App</id>
  
  <sources>
    <source>src/main/java/App.java</source>
  </sources>
   
  <resources>
        <resource>src/main/webapp/WEB-INF/web.xml</resource>
        <resource>src/main/webapp/index.jsp</resource>
  </resources>
 
  
</archetype>

to create an archetype.

When I use it to create a new project, I see the resources specified and a
new empty directory "resource"

src/
    java/
    webApp/
        index.jsp
        META-INF/
               web.xml
    resource/  <-- Empty


If I don't specified it, in my archetype.xml why it is add to the new
project ?



-- 
View this message in context: 
http://www.nabble.com/-M2--Archetype-Resource-Empty-Directory%21-tf2199631.html#a6089499
Sent from the Maven - Users forum at Nabble.com.


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

Reply via email to