Nice, thank you very much.

Maven doc is quite confusing about the settings.xml

On 7/13/06, rebels_mascot <[EMAIL PROTECTED]> wrote:

I think ...

<settings>
    <profiles>
        <profile>
            <id>yourapp</id>
            <properties>
                    <catalina.home>c:/tc</catalina.home>
            </properties>
        </profile>
      </profiles>
      <activeProfiles>
          <activeProfile>yourapp</activeProfile>
      </activeProfiles>
 </settings>
--
View this message in context: 
http://www.nabble.com/setting-a-property-in-settings.xml--tf1938297.html#a5311460
Sent from the Maven - Users forum at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to