The id value is not important, you have to match the id tag defined
into your pom with an id tag defined in the server section of your
settings.xml.
This is an example:
pom.xml
<repository>
<id>archiva.acme.internal</id>
<name>Internal Release Repository</name>
<url>dav:http://AAAAA/archiva/repository/internal/</url>
</repository>
settings.xml
<server>
<id>archiva.acme.internal</id>
<username>AAAAA</username>
<password>AAAAA</password>
</server>
Best regards
Giancarlo
2008/6/30 buters <[EMAIL PROTECTED]>:
>
> Hi,
>
> here it is explained:
> http://maven.apache.org/guides/getting-started/index.html#How_do_I_deploy_my_jar_in_my_remote_repository
>
> I don't only understand here one thing. How can I assign my remote
> repository an id?
>
> Thanks beforehand,
> regards, buters
> --
> View this message in context:
> http://www.nabble.com/How-do-I-deploy-my-jar-in-my-remote-repository--tp18200809p18200809.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]