See info here:
http://m2eclipse.sonatype.org/project-information.html

/Anders
On Fri, May 28, 2010 at 15:56, Meeusen, Christopher W. <
meeusen.christop...@mayo.edu> wrote:

> Is there a separate list for m2eclipse questions?  Got m2eclipse
> properly building my aar services, but I get an annoying error on
> startup.
>
> An internal error occurred during: "Repository registry initialization".
> The repositoryId cannot be null when creating new repository!
>
> Here is my settings.xml.  Maven sees my nexus repository and pulls in
> all my artifacts from it properly so Im confused as to where this error
> is coming from.
>
> Thanks,
> Chris
>
> <settings>
>  <localRepository>./repository</localRepository>
>  <interactiveMode/>
>  <usePluginRegistry/>
>  <offline/>
>  <proxies>
>    <proxy>
>      <active/>
>      <protocol/>
>      <username/>
>      <password/>
>      <port/>
>      <host/>
>      <nonProxyHosts/>
>      <id/>
>    </proxy>
>  </proxies>
>  <servers>
>    <server>
>      <username/>
>      <password/>
>      <privateKey/>
>      <passphrase/>
>      <filePermissions/>
>      <directoryPermissions/>
>      <configuration/>
>      <id/>
>    </server>
>  </servers>
>  <mirrors>
>    <mirror>
>      <mirrorOf/>
>      <name/>
>      <url/>
>      <id/>
>    </mirror>
>  </mirrors>
>  <profiles>
>    <profile>
>      <activation>
>        <activeByDefault/>
>        <jdk/>
>        <os>
>          <name/>
>          <family/>
>          <arch/>
>          <version/>
>        </os>
>        <property>
>          <name/>
>          <value/>
>        </property>
>        <file>
>          <missing/>
>          <exists/>
>        </file>
>      </activation>
>      <properties/>
>      <repositories>
>        <repository>
>          <releases>
>            <enabled/>
>            <updatePolicy/>
>            <checksumPolicy/>
>          </releases>
>          <snapshots>
>            <enabled/>
>            <updatePolicy/>
>            <checksumPolicy/>
>          </snapshots>
>          <id>mayo_rep</id>
>          <name></name>
>
> <url>http://MYSERVERHOST:PORT/nexus/content/repositories/mayo_rep</url>
>          <layout/>
>        </repository>
>      </repositories>
>      <pluginRepositories>
>        <pluginRepository>
>          <releases>
>            <enabled/>
>            <updatePolicy/>
>            <checksumPolicy/>
>          </releases>
>          <snapshots>
>            <enabled/>
>            <updatePolicy/>
>            <checksumPolicy/>
>          </snapshots>
>          <id>12345</id>
>          <name/>
>          <url>http://mayoweb/</url>
>          <layout/>
>        </pluginRepository>
>      </pluginRepositories>
>      <id>mayo_plugin</id>
>    </profile>
>  </profiles>
>  <activeProfiles/>
>  <pluginGroups/>
> </settings>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to