-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
uname -a:
SunOS lonss00078 5.10 Generic_138888-01 sun4u sparc SUNW,Sun-Fire-V440
maven 2.2.1
hudson 1.393
I have added a new project and everything is fine if I build the whole thing (specify by an aggregation pom.xml)
However when I try to build only a specific project I get errors and I think it is due to the location of pom.xml not passed in correctly:
<===[HUDSON REMOTING CAPACITY]===>���channel started
Executing Maven: -N -B -f /work1/venbuild/hudson/jobs/BAU-testing/workspace/BAU/BAUSystem_venture/pom.xml clean install assembly:assembly deploy -Dmaven.test.skip=true -DskipTests -Pdev2 -e -X
+ Error stacktraces are turned on.
The pom should have been /work1/venbuild/hudson/jobs/BAU-testing/workspace/BAU/System_venture/pom.xml
Hudson has no problem locating the pom via aggregation when I build the whole thing, just that is fail when I try to build System_venture (a module within the aggregation)
- duplicates
-
JENKINS-3299 Per-module goals not respected when building the whole multi-module project
- Resolved