To get this to work, the integration tests need to be able to work without looking in ../continuum-plexus-application
Can the application be run as a JAR in the test cases? - Brett Continuum Build Server wrote: > Online report : > http://ci.codehaus.org/continuum-maven/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/149/buildId/381 > Build statistics: > State: Failed > Previous State: Failed > Started at: Mon, 27 Mar 2006 08:19:15 -0800 > Finished at: Mon, 27 Mar 2006 08:19:20 -0800 > Total time: 5s > Build Trigger: Forced > Exit code: 1 > Building machine hostname: cheddar.simulalabs.com > Operating system : Linux(unknown) > Java version : 1.5.0_03(Sun Microsystems Inc.) > > Changes > No files changed > > **************************************************************************** > Output: > **************************************************************************** > [INFO] Scanning for projects... > [INFO] > ---------------------------------------------------------------------------- > [INFO] Building Continuum Core Integration Test > [INFO] task-segment: [clean, install] > [INFO] > ---------------------------------------------------------------------------- > [INFO] [clean:clean] > [INFO] Deleting directory > /home/continuum/continuum-maven/working-directory/149/target > [INFO] Deleting directory > /home/continuum/continuum-maven/working-directory/149/target/classes > [INFO] Deleting directory > /home/continuum/continuum-maven/working-directory/149/target/test-classes > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > Downloading: > http://snapshots.maven.codehaus.org/maven2/org/apache/maven/continuum/continuum-plexus-application/1.0.3-SNAPSHOT/continuum-plexus-application-1.0.3-SNAPSHOT.pom > [WARNING] Unable to get resource from repository snapshots > (http://snapshots.maven.codehaus.org/maven2) > Downloading: > http://svn.apache.org/maven-snapshot-repository/org/apache/maven/continuum/continuum-plexus-application/1.0.3-SNAPSHOT/continuum-plexus-application-1.0.3-SNAPSHOT.pom > [WARNING] Unable to get resource from repository apache.snapshots > (http://svn.apache.org/maven-snapshot-repository) > [WARNING] > Artifact junit:junit:jar:3.8.1:test retains local scope 'test' > overriding broader scope 'compile' > given by a dependency. If this is not intended, modify or remove the > local scope. > > Downloading: > http://snapshots.maven.codehaus.org/maven2/org/apache/maven/continuum/continuum-plexus-application/1.0.3-SNAPSHOT/continuum-plexus-application-1.0.3-SNAPSHOT.jar > [WARNING] Unable to get resource from repository snapshots > (http://snapshots.maven.codehaus.org/maven2) > Downloading: > http://svn.apache.org/maven-snapshot-repository/org/apache/maven/continuum/continuum-plexus-application/1.0.3-SNAPSHOT/continuum-plexus-application-1.0.3-SNAPSHOT.jar > [WARNING] Unable to get resource from repository apache.snapshots > (http://svn.apache.org/maven-snapshot-repository) > [INFO] > ---------------------------------------------------------------------------- > [ERROR] BUILD ERROR > [INFO] > ---------------------------------------------------------------------------- > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.apache.maven.continuum:continuum-plexus-application:jar:1.0.3-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.maven.continuum > -DartifactId=continuum-plexus-application \ > -Dversion=1.0.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > > Path to dependency: > 1) org.apache.maven.continuum:continuum-core-it:jar:1.0.3-SNAPSHOT > 2) > org.apache.maven.continuum:continuum-plexus-application:jar:1.0.3-SNAPSHOT > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.maven.continuum:continuum-core-it:jar:1.0.3-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > apache.snapshots (http://svn.apache.org/maven-snapshot-repository), > snapshots (http://snapshots.maven.codehaus.org/maven2) > > > [INFO] > ---------------------------------------------------------------------------- > [INFO] For more information, run Maven with the -e switch > [INFO] > ---------------------------------------------------------------------------- > [INFO] Total time: 4 seconds > [INFO] Finished at: Mon Mar 27 08:19:20 PST 2006 > [INFO] Final Memory: 9M/123M > [INFO] > ---------------------------------------------------------------------------- > > **************************************************************************** > >
