IMO, project.xml at this location is meant to be consumed only by the META
plugin, that's why you see the tags: @TURBINE_APP_NAME@, etc. The META
plugin filters this file and replaces the macros or place-holders with the
values taken from your properties files, generating the project structure
and a personalized project.xml for you. 

This all that you need to do:

maven turbine:setup -Dturbine.app.name=newapp

-----Original Message-----
From: jill han [mailto:[email protected]] 
Sent: Tuesday, December 30, 2008 7:02 AM
To: Turbine Users List
Subject: project.xml

In the project.xml,
http://svn.apache.org/viewvc/turbine/core/trunk/extensions/maven-plugin/
src/plugin-resources/flavor/turbine-2.3.3/maven/project.xml
there are several things I want to make sure:

1)  <name>@TURBINE_APP_NAME@</name>, should be replaced by the project
name, for example, <name>TURBINE_TEST_APP</name>, right? 
2) <sourceDirectory>@TURBINE_PLUGIN_SRC_COMPILE@</sourceDirectory>
should be written, such as
<sourceDirectory>turbineApp</sourceDirectory>, right?
3) <directory>${basedir}/conf</directory>, will be like,
<directory>turbineApp/conf</directory>, right?

Thanks,

Jill
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to