On Wed, Apr 22, 2009 at 10:25 AM, Lachlan Deck <[email protected]> wrote: > $ cd ~/ > $ mkdir test && cd test > $ mvn -o archetype:generate -DarchetypeCatalog=local > <...> > Choose archetype: > 1: local -> my-archetype (Yada yada) > <...> > Choose a number: (1/2/3/4): 1 > Define value for groupId: : my.grouping > Define value for artifactId: : myapp > Define value for version: 1.0-SNAPSHOT: : > Define value for package: my.grouping: : > Confirm properties configuration: > <...> > Y: : > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESSFUL > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 37 seconds > [INFO] Finished at: Wed Apr 22 17:57:04 EST 2009 > [INFO] Final Memory: 8M/15M > [INFO] > ------------------------------------------------------------------------ > $ > $ less myapp/src/main/resources/Properties --> still doesn't contain the > text I've added :-/ >
Sorry for the question... Did you remember to create a new app using the new archetype, and then checked the new app? William --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
