[ http://jira.codehaus.org/browse/MCLOVER-26?page=comments#action_62344 ]
jake pezaro commented on MCLOVER-26: ------------------------------------ run "mvn clean assembly:assembly deploy site" which results in the following goals being executed INFO - [INFO] [clean:clean] INFO - [INFO] [resources:resources] INFO - [INFO] [compiler:compile] INFO - [INFO] [surefire:test] INFO - [INFO] [jar:jar] INFO - [INFO] [assembly:assembly] INFO - [INFO] [resources:resources] INFO - [INFO] [compiler:compile] INFO - [INFO] [surefire:test] INFO - [INFO] [jar:jar] INFO - [INFO] [install:install] INFO - [INFO] [deploy:deploy] INFO - [INFO] [clover:instrument] INFO - [INFO] [resources:resources] INFO - [INFO] [compiler:compile] <<< This is where the above failure occurs > dependencies omitted from classpath during clover compile > --------------------------------------------------------- > > Key: MCLOVER-26 > URL: http://jira.codehaus.org/browse/MCLOVER-26 > Project: Maven 2.x Clover Plugin > Type: Bug > Versions: 2.0 > Environment: java 1.4.2_05, solaris os, anthill pro 2.5 > Reporter: jake pezaro > Attachments: anthill_RiskCacheServer-Deploy-Builder_log.txt > > > my project builds & tests sucessfully using when using the normal lifecycle > (compiler:compile), however when clover runs the compile task (as part of mvn > site) the compile fails. i have attached a debug log from such a build to > this bug. from this i can see that the classpath used by the clover compile > is missing a dependency (com.vcint:VcCommons:jar:2.2.1-SNAPSHOT). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
