You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Marc Dugger <ma...@realtybaron.com> on 2006/03/23 22:38:00 UTC

distributionManagement in settings.xml

I'm trying to "localize" the distributionManagement in settings.xml, but
receiving following:  "Unrecognised tag: 'distributionManagement'"

Documentation says it can be done.  I'm using Maven 2.0.2.

Marc Dugger
marc@realtybaron.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6% real estate sales commission? Not likely.
Learn why at http://tinyurl.com/dvkbu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~





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


Re: distributionManagement in settings.xml

Posted by Emmanuel Venisse <em...@venisse.net>.
distributionManagement isn't in settings.xml but in the pom.

http://maven.apache.org/ref/2.0.3-SNAPSHOT/maven-model/maven.html

Emmanuel

Marc Dugger a écrit :
> I'm trying to "localize" the distributionManagement in settings.xml, but
> receiving following:  "Unrecognised tag: 'distributionManagement'"
> 
> Documentation says it can be done.  I'm using Maven 2.0.2.
> 
> Marc Dugger
> marc@realtybaron.com
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 6% real estate sales commission? Not likely.
> Learn why at http://tinyurl.com/dvkbu
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 
> 


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


Re: distributionManagement in settings.xml

Posted by Kathryn Huxtable <kh...@ku.edu>.
You don't use the distributionManagement tag in settings.xml, you use it in
pom.xml. In settings.xml you use <servers> with <server> nested to define
your username and such, and you use
<profiles><profile><repositories><repository> (nested) to define the
repository location.

Don't forget to activate the profile.

-K


On 3/23/06 3:38 PM, "Marc Dugger" <ma...@realtybaron.com> wrote:

> I'm trying to "localize" the distributionManagement in settings.xml, but
> receiving following:  "Unrecognised tag: 'distributionManagement'"
> 
> Documentation says it can be done.  I'm using Maven 2.0.2.
> 
> Marc Dugger
> marc@realtybaron.com
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 6% real estate sales commission? Not likely.
> Learn why at http://tinyurl.com/dvkbu
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

--
Kathryn Huxtable
Middleware Architect
Core Middleware
Information Technology, a division of Information Services
The University of Kansas


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