The symptom appears to be
* the pde build is not run.
* the pde build fails because is is missing a dependency to itself
<groupId>:<artifactId>:zip:0.5-SNAPSHOT
* the path to this missing dependency is from the NEXT module the
"build" module that creates all the assemblies.
Path to dependency:
1) <groupId>:build:pom:0.5-SNAPSHOT
2) <groupId>:<artifactId>:zip:0.5-SNAPSHOT
Looking through the stack trace from -X isn't helping as there is
nothing to indicate why this artifact is selected for resolution.
[DEBUG] <groupId>:build:pom:0.5-SNAPSHOT (selected for null)
[DEBUG] <groupId>:<artifactId>:zip:0.5-SNAPSHOT:compile (selected for compile)
I think indicates that the build project will not resolve dependencies.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]