On 1 March 2011 10:24, Fuke, Amol <amol.fuke...@nielsen.com> wrote:
> Also is there any way we can replace hard coding with variable names?
>
> I have below code and I want server path with variables.
>
> <target>
>        <delete includeEmptyDirs="true" dir="C:/Tomcat6/webapps/outbound" />
>        <copy file="${project.build.directory}/outbound-1.0-SNAPSHOT.war"
>                                        
> tofile="C:/Tomcat6/webapps/outbound.war" />
> </target>

Use properties? I'm not sure this is the right approach, you're
showing us only tiny snippets of your environment. It might help if
you could describe (at a high level) what you're trying to accomplish.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to