Hi,

I have a problem in my ear project. I made something like that:

....
<dependency>
      <groupId>math.ssj</groupId>
      <artifactId>colt</artifactId>
      <version>1.2.0</version>
      <type>jar</type>
    </dependency>

    <dependency>
        <groupId>jfree</groupId>
          <artifactId>jcommon</artifactId>
        <version>1.0.12</version>
        <type>jar</type>
    </dependency>
....

<dependency>
        <groupId>Saiph.SaiphST</groupId>
          <artifactId>SaiphST-ejb</artifactId>
        <version>1.0</version>
        <type>jar</type>
    </dependency>
....

Until the Saiph dependency, it's all ok. But in that dependency, an error is 
shown:

C:\SaiphMaven\SaiphST_ear\SaiphST>mvn compile
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building SaiphST
[INFO]    task-segment: [compile]
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/math/ssj/colt/1.2.0/colt-1.2.0.pom
Downloading: http://repo1.maven.org/maven2/Saiph/SaiphMaven/1.0/SaiphMaven-1.0.p
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: Saiph
ArtifactId: SaiphMaven
Version: 1.0

Reason: Unable to download the artifact from any repository

  Saiph:SaiphMaven:pom:1.0

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


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12 seconds
[INFO] Finished at: Thu Jan 24 16:42:39 GMT-03:00 2008
[INFO] Final Memory: 2M/5M
[INFO] ------------------------------------------------------------------------

What can I do to resolve it?

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

Reply via email to