It looks weird. I have build it locally with a clean repo. What's in your maven version ? (I use 2.0.9 here)
-- Olivier 2008/9/4 Richard Slide <[EMAIL PROTECTED]>: > No but i try again with > mvn clean install -Dmaven.test.skip= true > > and I get > Missing: > ---------- > 1) org.apache.continuum:continuum-store:jar:tests:1.2-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.continuum > -DartifactId=conti > nuum-store -Dversion=1.2-SNAPSHOT -Dclassifier=tests -Dpackaging=jar > -Dfile=/pat > h/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=org.apache.continuum > -DartifactId=continu > um-store -Dversion=1.2-SNAPSHOT -Dclassifier=tests -Dpackaging=jar > -Dfile=/path/ > to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.continuum:data-management-jdo:jar:1.2-SNAPSHOT > 2) org.apache.continuum:continuum-store:jar:tests:1.2-SNAPSHOT > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.continuum:data-management-jdo:jar:1.2-SNAPSHOT > > from the specified remote repositories: > codehaus.snapshots (http://snapshots.repository.codehaus.org), > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), > maven1-repository.dev.java.net (http://download.java.net/maven/1/), > maven2-repository.dev.java.net (http://download.java.net/maven/2/), > central (http://repo1.maven.org/maven2) > > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 4 minutes 46 seconds > [INFO] Finished at: Thu Sep 04 15:53:04 CEST 2008 > [INFO] Final Memory: 60M/63M > [INFO] > ------------------------------------------------------------------------ > > Cheers > > Richard > > > > > On Thu, Sep 4, 2008 at 3:01 PM, Olivier Lamy <[EMAIL PROTECTED]> wrote: > >> Hi, >> Are you building from root with mvn clean install ? >> >> -- >> Olivier >> >> 2008/9/4 Richard Slide <[EMAIL PROTECTED]>: >> > Hello, >> > >> > i try to build continuum from trunk release >> > >> > but maven can't resolve a artifact. >> > >> > [INFO] >> > ------------------------------------------------------------------------ >> > [INFO] Building Continuum :: Data Management :: JDO >> > [INFO] task-segment: [install] >> > [INFO] >> > ------------------------------------------------------------------------ >> > [INFO] snapshot org.apache.continuum:continuum-store:1.2-SNAPSHOT: >> checking >> > for >> > updates from apache.snapshots >> > [INFO] snapshot org.apache.continuum:continuum-store:1.2-SNAPSHOT: >> checking >> > for >> > updates from codehaus.snapshots >> > Downloading: >> > http://people.apache.org/repo/m2-snapshot-repository/org/apache/con >> > >> tinuum/continuum-store/1.2-SNAPSHOT/continuum-store-1.2-SNAPSHOT-tests.jar >> > Downloading: >> > http://snapshots.repository.codehaus.org/org/apache/continuum/conti >> > nuum-store/1.2-SNAPSHOT/continuum-store-1.2-SNAPSHOT-tests.jar >> > [INFO] >> > ------------------------------------------------------------------------ >> > [ERROR] BUILD ERROR >> > [INFO] >> > ------------------------------------------------------------------------ >> > [INFO] Failed to resolve artifact. >> > >> > >> > Could you tell me please where i can find it ? >> > >> > Thanks >> > >> > --Richard >> > >> >
