Yes, we should really decouple this in some way.

ie, there are a list of repositories, and then artifacts declare which
they want to use by key.

- Brett

On 10/20/05, andrew <[EMAIL PROTECTED]> wrote:
> For anyone like me who takes their time getting to the DTD (or just
> misses the blindingly obvious :) I managed to get my plugins resolving
> correctly [1].
>
> Is there any reason why m2 couldn't default to checking your 'normal'
> repositories for plugins if no pluginRepositories are defined?
>
> Thanks,
> ...andrew
>
> Listing 1:
>
>   ...
>   <profiles>
>     <profile>
>       <id>distra</id>
>       <repositories>
>         <repository>
>           <id>distra</id>
>           <name>local Distra artefacts</name>
>           <url>file:///path/to/repository</url>
>         </repository>
>         ...
>       </repositories>
>       <pluginRepositories>
>         <pluginRepository>
>           <id>distra</id>
>           <name>local Distra plugins</name>
>           <url>file:///path/to/repository</url>
>         </pluginRepository>
>         ...
>       </pluginRepositories>
>       ...
>     </profile>
>     ...
>   </profiles>
>   <activeProfiles>
>     <activeProfile>distra</activeProfile>
>   </activeProfiles>
>   ...
>
> --
>
> ---------------------------------------------------------------------
> 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]

Reply via email to