You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kevin Jackson <fo...@gmail.com> on 2006/11/23 08:05:36 UTC

Shortening command lines with profiles?

Hi all,

I currently have a mvn command line which is fairly long eg:

mvn clean compile war:inplace tomcat:inplace

Is it possible to use a profile to reduce this to something like:

mvn -P local-deploy

where I can specify the exact goals in the profile instead of on the
command line?

Thanks,
Kev

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