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/10/07 15:33:21 UTC

[continuum] BUILD SUCCESSFUL: Maven

Build statistics:
  State: Ok
  Previous State: Failed
  Started at: Fri, 7 Oct 2005 13:33:10 +0000
  Finished at: Fri, 7 Oct 2005 13:33:19 +0000
  Total time: 9s
  Build Trigger: Forced
  Exit code: 0
  Building machine hostname: maven.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.4.2_09(Sun Microsystems Inc.)

Changes
 
****************************************************************************
Output:
****************************************************************************
[INFO] Searching repository for plugin with prefix: 'clean'.
[INFO] ----------------------------------------------------------------------------
[INFO] Building Maven
[INFO]    task-segment: [clean:clean, install]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /export/home/continuum/data/work/14/target
[INFO] [resources:resources]
[INFO] [compiler:compile]
Compiling 50 source files to /export/home/continuum/data/work/14/target/classes
[INFO] [resources:testResources]
[WARNING] 
	Artifact junit:junit:jar:3.8.1 retains local scope 'test' overriding broader scope 'compile'
	given by a dependency. If this is not intended, modify or remove the local scope.

[INFO] [compiler:testCompile]
Compiling 5 source files to /export/home/continuum/data/work/14/target/test-classes
[INFO] [surefire:test]
[INFO] Setting reports dir: /export/home/continuum/data/work/14/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
[surefire] Running org.apache.maven.plugin.PluginParameterExpressionEvaluatorTest
[surefire] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.067 sec
[surefire] Running org.apache.maven.plugin.version.IntervalUtilsTest
[surefire] Tests run: 13, 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.04 sec
---------------------------------------------------------------------
Visual output for testShouldDiagnoseInvalidPluginConfiguration:
---------------------------------------------------------------------
Failed to configure plugin parameters for: testGroup:testArtifact:null

Reason: Class 'org.apache.maven.plugin.jar.JarMojo' does not contain a field named 'addClasspath'
Root Cause: 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] on the command line, specify: '-Dreports=VALUE'

[1] on the command line, specify: '-Dproject.build.finalName=VALUE'

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

[0] inside the definition for plugin: 'maven-test-plugin'specify the following:

<configuration>
  ...
  <testName>VALUE</testName>
</configuration>

-OR-

<configuration>
  ...
  <testAlias>VALUE</testAlias>
</configuration>


-OR-

    (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] inside the definition for plugin: 'maven-test-plugin'specify the following:

<configuration>
  ...
  <testName>VALUE</testName>
</configuration>

-OR-

<configuration>
  ...
  <testAlias>VALUE</testAlias>
</configuration>
.

---------------------------------------------------------------------
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] on the command line, specify: '-Dmaven.mode.online=VALUE'

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

[0] inside the definition for plugin: 'maven-test-plugin'specify the following:

<configuration>
  ...
  <testName>VALUE</testName>
</configuration>

-OR-

<configuration>
  ...
  <testAlias>VALUE</testAlias>
</configuration>


-OR-

on the command line, specify: '-Dproject.build.finalName=VALUE'

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

[0] on the command line, specify: '-Dproject.distributionManagementArtifactRepository=VALUE'

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

[0] on the command line, specify: '-Dproject.build.finalName=VALUE'

[surefire] Running org.apache.maven.usability.PluginErrorDiagnoserTest
[surefire] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.002 sec

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

[INFO] [jar:jar]
[INFO] Building jar: /export/home/continuum/data/work/14/target/maven-core-2.0-beta-4-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing /export/home/continuum/data/work/14/target/maven-core-2.0-beta-4-SNAPSHOT.jar to /export/home/continuum/maven-repo-local/org/apache/maven/maven-core/2.0-beta-4-SNAPSHOT/maven-core-2.0-beta-4-SNAPSHOT.jar
[INFO] ----------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ----------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Fri Oct 07 13:33:19 GMT+00:00 2005
[INFO] Final Memory: 6M/11M
[INFO] ----------------------------------------------------------------------------

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



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