The archetype could be wrong. Just create the Directories. Although
/META-INF is now required unless you need to add files to that directory
manually.

---
Thank You…

Mick Knutson, President

BASE Logic, Inc.
Enterprise Architecture, Design, Mentoring & Agile Consulting
p. (866) BLiNC-411: (254-6241-1)
f. (415) 685-4233

Website: http://baselogic.com
Linked IN: http://linkedin.com/in/mickknutson
Vacation Rental: http://tahoe.baselogic.com
---



On Thu, Jun 11, 2009 at 5:13 PM, dr_pompeii <[email protected]> wrote:

>
> Dear Members
>
> I know how to create a default project according to maven structure
>
> like
> mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app
>
> and work without problem, but in this link
> http://maven.apache.org/guides/getting-started/index.html
>
> I see this structure, specially the bold part (I need these folders)
>
> my-app
> |-- pom.xml
> `-- src
>    |-- main
>    |   |-- java
>    |   |   `-- com
>    |   |       `-- mycompany
>    |   |           `-- app
>    |   |               `-- App.java
>    |   `-- resources
>    |       `-- META-INF
>    |           `-- application.properties
>    `-- test
>        `-- java
>            `-- com
>                `-- mycompany
>                    `-- app
>                        `-- AppTest.java
>
> The comand mvn archetype:create .... (already written above)
> doesnt create neither resources nor META-INF folders
>
> Therefore
> Must I do this by hand?
> or
> is there a special command to have these folders in the structure?
>
> Thanks in advanced
> --
> View this message in context:
> http://www.nabble.com/About-resource-folder-tp23989113p23989113.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to