if they all use the same credentials, I would say no issues

On 27 February 2012 16:08,  <chad.da...@emc.com> wrote:
> Are there issues with the re-use of the same repository id across the various 
> repository declarations?  As "identifiers", it seems like they should each be 
> unique.  Is there anything wrong with the following . . .
>
>              <repositories>
>                             <repository>
>                                           <id>myRepo</id>
>                                           <name>Internal Repo </name>
>                                           
> <url>http://myRepo/nexus/content/groups/public</url>
>                             </repository>
>              </repositories>
>              <pluginRepositories>
>                             <pluginRepository>
>                                           <id>myRepo</id>
>                                           <name>Internal Repo </name>
>                                           <url>http://myRepo 
> /nexus/content/groups/public</url>
>                             </pluginRepository>
>              </pluginRepositories>
>
>              <distributionManagement>
>                             <repository>
>                                           <id>myRepo</id>
>                                           <name>Internal Releases</name>
>                                           <url>http://myRepo 
> /nexus/content/repositories/releases</url>
>                             </repository>
>                             <snapshotRepository>
>                                           <id>myRepo </id>
>                                           <name>Snapshots</name>
>                                           <url>http://myRepo 
> /nexus/content/repositories/snapshots</url>
>                             </snapshotRepository>
>              </distributionManagement>

Reply via email to