You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Marcin Cetnarski <ma...@tiger.com.pl> on 2006/02/06 08:10:57 UTC

Re[2]: [M2] Need help on configuring maven.username ?

Witaj Malcolm,


MWH> is there no way of setting it in a properties file ?

Yes it is. Try using profile.

        <profiles>
                <profile>
                        <id>myProfile</id>
                        <properties>
                           <maven.username>MyName</maven.username>
                        </properties>
                </profile>
        </profiles>


-- 
Pozdrowienia,
 Marcin Cetnarski


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