Hi,

I forgot to mention that I want to use a local repository and a remote SVN. I editet the settings.xml in .m2/ as following:

...
  <profiles>

    <profile>
      <id>default</id>

      <repositories>
        <repository>
          <id>packcs</id>
          <name>Repository for MSS builds</name>
          <url>http://packcs-e0.scai.fraunhofer.de/repos/maven</url>
          <layout>default</layout>
          <snapshotPolicy>always</snapshotPolicy>
        </repository>
      </repositories>
    </profile>

  </profiles>

  <activeProfiles>
    <activeProfile>default</activeProfile>
  </activeProfiles>

I already set the CLASSPATH M2_REPO in Eclipse to $home/programs/maven-2.0.4/repo/ and under Window/Preferences/Mavin the local repository to the same folder,

but still get the follioing error message at start-up of Eclipse:

08.02.07 11:26:51 CET: [DEBUG] Found 0 components to load on start
08.02.07 11:26:51 CET: [DEBUG] Building Maven user-level plugin registry from: '/home/jwuelfin/.m2/plugin-registry.xml'
08.02.07 11:26:51 CET: Reading /wsag4j/pom.xml
08.02.07 11:26:51 CET: [DEBUG] Retrieving parent-POM from the repository for project: wsag4j:wsag4j:pom:0.0.1
08.02.07 11:26:51 CET: [DEBUG] Trying repository central
08.02.07 11:26:51 CET: [WARN] Unable to get resource from repository central (http://repo1.maven.org/maven2) 08.02.07 11:26:51 CET: Unable to read project /wsag4j/pom.xml; org.apache.maven.project.ProjectBuildingException: POM 'mss:mss' not found in repository: Unable to download the artifact from any repository

  mss:mss:pom:0.0.1

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

08.02.07 11:26:54 CET: Updated source folders for project wsag4j

I checked out from packcs-e0.scai.fraunhofer.de/repos/mss/trunk

I use the Maven 2.0.4 Eclipse Plug-in 0.0.5, Subclipse 1.0.5 and Eclipse 3.2.1.


Has anyone an idea?

Thanks
Cheers
 Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to