Hi,
Ok, here we are for the tomahawk build: it doesn't work with maven
2.1.0. With maven 2.0.9 mvn install's output starts with:
[INFO]
------------------------------------------------------------------------
[INFO] Building Tomahawk 1.2 Core
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory:
C:\projects\tomahawk\core12\target\shared_sources added.
[INFO] Source directory:
C:\projects\tomahawk\core12\target\tomahawk11_sources added.
[INFO] [myfaces-builder:unpack {execution: unpack-tomahawk}]
with 2.1.0 it starts with:
[INFO]
------------------------------------------------------------------------
[INFO] Building Tomahawk 1.2 Core
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] [myfaces-builder:unpack {execution: unpack-tomahawk}]
With 2.1.0 the compile fails, because the required sources are not on
the build path.
Thank you Leonardo, your support helped me a lot in getting this to run.
The tomahawk build now runs successfully on my machine through all it's
subprojects.
Best regards,
Ganesh