Hi,

When doing a "mvn clean install" on Trinidad trunk (formerly trunk 1.2.x) I get the following error:

[INFO] ----------------------------------------------------------------------------
[INFO] Building Apache MyFaces Trinidad Blank Demo
[INFO]    task-segment: [clean, install]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: C:\jdevrt\trinidad\trunk\trinidad-examples\trinidad-blank\target (included: [**], excluded: []) [INFO] artifact org.apache.maven.plugins:maven-war-plugin: checking for updates from central-corporate [INFO] artifact org.apache.maven.plugins:maven-war-plugin: checking for updates from snapshots-corporate [INFO] artifact org.apache.maven.plugins:maven-war-plugin: checking for updates from central-corporate-legacy [INFO] artifact org.apache.maven.plugins:maven-war-plugin: checking for updates from apache.snapshots Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-war-plugin/2.1-alpha-2/maven-war-plugin-2.1-alpha-2.pom
[INFO] [xrts:generate-sources {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 1 source file to C:\jdevrt\trinidad\trunk\trinidad-examples\trinidad-blank\target\classes
[INFO] [xrts:generate-test-sources {execution: default}]
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Surefire report directory: C:\jdevrt\trinidad\trunk\trinidad-examples\trinidad-blank\target\surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

-----------------------------------------------------
this realm = app0.child-container[org.apache.maven.plugins:maven-war-plugin]
urls[0] = file:/C:/Documents and Settings/cscholl/.m2/repository/org/apache/maven/plugins/maven-war-plugin/2.1-alpha-2/maven-war-plugin-2.1-alpha-2.jar urls[1] = file:/C:/Documents and Settings/cscholl/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
Number of imports: 4
import: org.codehaus.classworlds.en...@4891bb28
import: org.codehaus.classworlds.en...@f8e44ca4
import: org.codehaus.classworlds.en...@c51bc9e7
import: org.codehaus.classworlds.en...@bece5185


this realm = plexus.core
urls[0] = file:/C:/program files/apache/maven/maven-2.0.7/bin/../lib/maven-core-2.0.7-uber.jar
Number of imports: 4
import: org.codehaus.classworlds.en...@4891bb28
import: org.codehaus.classworlds.en...@f8e44ca4
import: org.codehaus.classworlds.en...@c51bc9e7
import: org.codehaus.classworlds.en...@bece5185
-----------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------ [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-war-plugin:2.1-alpha-2:war': Unable to find the mojo 'org.apache.maven.plugins:maven-war-plugin:2.1-alpha-2:war' in the plugin 'org.apache.maven.plugins:maven-war-plugin'
org.apache.maven.shared.filtering.MavenFilteringException
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 51 seconds
[INFO] Finished at: Fri Feb 20 00:48:25 UTC 2009
[INFO] Final Memory: 34M/124M
[INFO] ------------------------------------------------------------------------

Did I miss something about plugins?

Thank you,
Cale

Matthias Wessendorf said the following" "On 2/18/2009 2:30 PM PT:
Hi Felix,

I know, but I hadn't had a chance to continue on the release.
My plan is to get this done over the weekend.

-Matthias

On Wed, Feb 18, 2009 at 10:31 PM, Felix Roethenbacher
<[email protected]> wrote:
Hi

The following modules still have 1.2.11-SNAPSHOT dependencies:

trinidad-examples/trinidad-example-assembly/pom.xml
trinidad-sandbox/pom.xml
trinidad-sandbox/sandbox-demo/pom.xml
trinidad-sandbox/sandbox-impl/pom.xml
trinidad-sandbox/sandbox-api/pom.xml
trinidad-sandbox/sandbox-build/pom.xml


- Felix




Reply via email to