You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Continuum@maven.zones.apache.org" <co...@maven.zones.apache.org> on 2005/06/10 04:46:37 UTC

[continuum] BUILD SUCCESSFUL: Maven

****************************************************************************
Build statistics:
  State: Ok
  Previous build: No previous build.
  Started at: Fri, 10 Jun 2005 02:46:32 +0000
  Finished at: Fri, 10 Jun 2005 02:46:37 +0000
  Total time: 5s
  Building machine hostname: maven.zones.apache.org
****************************************************************************

****************************************************************************
Standard output:
****************************************************************************
[INFO] maven: using locally installed snapshot
[INFO] ----------------------------------------------------------------------------
[INFO] Building Maven
[INFO] ----------------------------------------------------------------------------
[INFO] maven-compiler-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from local repository
[INFO] maven-compiler-plugin: using locally installed snapshot
[INFO] plexus-compiler-javac: resolved to version 1.4-20050608.082112-2 from local repository
[INFO] plexus-compilers: resolved to version 1.4-20050608.082112-1 from local repository
[INFO] plexus-compiler: resolved to version 1.4-20050608.082112-1 from local repository
[INFO] maven-deploy-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from local repository
[INFO] maven-deploy-plugin: using locally installed snapshot
[INFO] maven-install-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from local repository
[INFO] maven-install-plugin: using locally installed snapshot
[INFO] maven-jar-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from local repository
[INFO] maven-jar-plugin: using locally installed snapshot
[INFO] maven-archiver: using locally installed snapshot
[INFO] maven-resources-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from local repository
[INFO] maven-resources-plugin: using locally installed snapshot
[INFO] maven-surefire-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from local repository
[INFO] maven-surefire-plugin: using locally installed snapshot
[INFO] maven-assembly-plugin: resolved to version 2.0-alpha-2-SNAPSHOT from local repository
[INFO] maven-assembly-plugin: using locally installed snapshot
[INFO] maven-clean-plugin: resolved to version 2.0-alpha-3-SNAPSHOT from local repository
[INFO] maven-clean-plugin: using locally installed snapshot
[INFO] [clean:clean]
[INFO] [resources:resources]
[INFO] maven-profile: using locally installed snapshot
[INFO] maven-artifact: using locally installed snapshot
[INFO] maven-plugin-descriptor: using locally installed snapshot
[INFO] maven-model: using locally installed snapshot
[INFO] maven-plugin-api: using locally installed snapshot
[INFO] maven-monitor: using locally installed snapshot
[INFO] maven-settings: using locally installed snapshot
[INFO] maven-project: using locally installed snapshot
[INFO] plexus-container-default: resolved to version 1.0-alpha-4-20050607.002806-7 from local repository
[INFO] [compiler:compile]
Compiling 36 source files to /export/home/continuum/continuum-1.0-alpha-2/apps/continuum/temp/21/target/classes
[INFO] [resources:testResources]
[INFO] [compiler:testCompile]
Compiling 5 source files to /export/home/continuum/continuum-1.0-alpha-2/apps/continuum/temp/21/target/test-classes
[INFO] [surefire:test]
[INFO] Setting reports dir: /export/home/continuum/continuum-1.0-alpha-2/apps/continuum/temp/21/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
[surefire] Running org.apache.maven.plugin.PluginParameterExpressionEvaluatorTest
[surefire] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.077 sec
---------------------------------------------------------------------
Visual output for testShouldDiagnoseInvalidPluginConfiguration:
---------------------------------------------------------------------
Either your POM or one of its ancestors has declared an invalid plugin configuration.
The error message is:

Class 'org.apache.maven.plugin.jar.JarMojo' does not contain a field named 'addClasspath'

---------------------------------------------------------------------
Visual output for testParamWithOneReportsExpressionAndOneProjectBasedExpression:
---------------------------------------------------------------------
One or more required plugin parameters are invalid/missing for 'test:test'

[0] make sure the <reports/> section of the pom.xml contains valid report names


[1] check that the following section of the pom.xml is present and correct:

      <project>
        <build>
          <finalName/>
        </build>
      </project>


---------------------------------------------------------------------
Visual output for testParamWithNonActiveExpression:
---------------------------------------------------------------------
One or more required plugin parameters are invalid/missing for 'test:test'

[0] specify configuration for <testName>VALUE</testName> (aliased as: <testAlias>VALUE</testAlias>)
    inside the <configuration/> section for maven-test-plugin    (found static expression: '${project.build.finalName' which may act as a default value).


---------------------------------------------------------------------
Visual output for testParamWithoutExpression:
---------------------------------------------------------------------
One or more required plugin parameters are invalid/missing for 'test:test'

[0] specify configuration for <testName>VALUE</testName> (aliased as: <testAlias>VALUE</testAlias>)
    inside the <configuration/> section for maven-test-plugin.

---------------------------------------------------------------------
Visual output for testParamWithOneLocalRepositoryExpression:
---------------------------------------------------------------------
One or more required plugin parameters are invalid/missing for 'test:test'

[0] NOTE: One or more purely derived expression elements were detected in '${localRepository}'.
    If you continue to get this error after any other expression elements are specified correctly,
    please report this issue to the Maven development team.


---------------------------------------------------------------------
Visual output for testParamWithOneSystemPropertyExpression:
---------------------------------------------------------------------
One or more required plugin parameters are invalid/missing for 'test:test'

[0] Please provide the system property: maven.mode.online
    (specified as '-Dmaven.mode.online=VALUE' on the command line)


---------------------------------------------------------------------
Visual output for testParamWithOneProjectBasedExpression:
---------------------------------------------------------------------
One or more required plugin parameters are invalid/missing for 'test:test'

[0] specify configuration for <testName>VALUE</testName> (aliased as: <testAlias>VALUE</testAlias>)
    inside the <configuration/> section for maven-test-plugin, or
    check that the following section of the pom.xml is present and correct:

      <project>
        <build>
          <finalName/>
        </build>
      </project>


---------------------------------------------------------------------
Visual output for testNonEditableParamWithOneProjectBasedExpression:
---------------------------------------------------------------------
One or more required plugin parameters are invalid/missing for 'test:test'

[0] check that the following section of the pom.xml is present and correct:

      <project>
        <build>
          <finalName/>
        </build>
      </project>


[surefire] Running org.apache.maven.usability.PluginErrorDiagnoserTest
[surefire] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.001 sec
------------------------------------------------------------
|  Test diagnosis for missing groupId
------------------------------------------------------------

An invalid artifact was detected.

This artifact might be in your project's POM, or it might have been included transitively during the resolution process. Here is the information we do have for this artifact:

    o GroupID:     <<< MISSING >>>
    o ArtifactID:  test-artifact
    o Version:     1.0
    o Type:        jar

------------------------------------------------------------
|  Test diagnosis for missing artifactId
------------------------------------------------------------

An invalid artifact was detected.

This artifact might be in your project's POM, or it might have been included transitively during the resolution process. Here is the information we do have for this artifact:

    o GroupID:     test.group.id
    o ArtifactID:  <<< MISSING >>>
    o Version:     1.0
    o Type:        jar

------------------------------------------------------------
|  Test diagnosis for missing version
------------------------------------------------------------

An invalid artifact was detected.

This artifact might be in your project's POM, or it might have been included transitively during the resolution process. Here is the information we do have for this artifact:

    o GroupID:     test.group.id
    o ArtifactID:  test-artifact
    o Version:     <<< MISSING >>>
    o Type:        jar

------------------------------------------------------------
|  Test diagnosis for missing type
------------------------------------------------------------

An invalid artifact was detected.

This artifact might be in your project's POM, or it might have been included transitively during the resolution process. Here is the information we do have for this artifact:

    o GroupID:     test.group.id
    o ArtifactID:  test-artifact
    o Version:     1.0
    o Type:        <<< MISSING >>>

------------------------------------------------------------
|  Test diagnosis for missing groupId and artifactId
------------------------------------------------------------

An invalid artifact was detected.

This artifact might be in your project's POM, or it might have been included transitively during the resolution process. Here is the information we do have for this artifact:

    o GroupID:     <<< MISSING >>>
    o ArtifactID:  <<< MISSING >>>
    o Version:     1.0
    o Type:        jar

[surefire] Running org.apache.maven.usability.InvalidArtifactDiagnoserTest
[surefire] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.001 sec
[surefire] Running org.apache.maven.lifecycle.LifecycleExecutorTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.056 sec

Results :
[surefire] Tests run: 18, Failures: 0, Errors: 0

[INFO] [jar:jar]
[INFO] Building jar: /export/home/continuum/continuum-1.0-alpha-2/apps/continuum/temp/21/target/maven-core-2.0-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing /export/home/continuum/continuum-1.0-alpha-2/apps/continuum/temp/21/target/maven-core-2.0-SNAPSHOT.jar to /export/home/continuum/.m2/repository/org/apache/maven/maven-core/2.0-SNAPSHOT/maven-core-2.0-SNAPSHOT.jar
[INFO] ----------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ----------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Fri Jun 10 02:46:37 GMT+00:00 2005
[INFO] Final Memory: 7M/307M
[INFO] ----------------------------------------------------------------------------

****************************************************************************

There was no content on standard error.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org