You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by huser <mp...@atxg.com> on 2009/03/16 20:55:55 UTC

mvn site issue with cobertura

Hi,

I am getting the following error while running mvn site.

What is wrong here ?

[INFO] Storing buildNumber: 65557 at timestamp: 2009-03-16T14:33:40-0500
[INFO] [cobertura:instrument]
[INFO] Not executing cobertura:instrument as the project is not a Java
classpath
-capable package
[INFO] [site:site]
[INFO] Not executing cobertura:report as the cobertura data file
(C:\ws\int_002_
dev_test\services-api\target\cobertura\cobertura.ser) could not be found
Downloading: http://domain.com:8081/nexus/content/groups/public/c
om/co/t3/t3/${co.t3.version}/t3-${co.t3.version}.pom
Downloading: http://domain.com:8081/nexus/content/groups/public/c
om/co/t3/t3/${co.t3.version}/t3-${co.t3.version}.pom
Downloading: http://domain.com:8081/nexus/content/groups/public/c
om/co/t3/t3/${co.t3.version}/t3-${co.t3.version}.pom
[INFO] Parent project loaded from repository.
Downloading: http://domain.com:8081/nexus/content/groups/public/c
om/co/t3/t3/${co.t3.version}/t3-${co.t3.version}-site_en.xml
Downloading: http://domain:8081/nexus/content/groups/public/c
om/co/t3/t3/${co.t3.version}/t3-${co.t3.version}-site_en.xml
Downloading: http://domain.com:8081/nexus/content/groups/public/c
om/co/t3/t3/${co.t3.version}/t3-${co.t3.version}-site_en.xml
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The site descriptor cannot be resolved from the repository: The
system ca
nnot find the path specified

[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 18 seconds
[INFO] Finished at: Mon Mar 16 14:33:40 CDT 2009
[INFO] Final Memory: 43M/77M
[INFO]
------------------------------------------------------------------------

The plugin for Cobertura is:

               <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                               
<artifactId>cobertura-maven-plugin</artifactId>
                                <configuration>
                                        <aggregate>true</aggregate>
                                        <instrumentation>
                                                <ignores />

                                                <excludes />

                                        </instrumentation>
                                </configuration>
                        </plugin>

-- 
View this message in context: http://www.nabble.com/mvn-site-issue-with-cobertura-tp22544188p22544188.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: mvn site issue with cobertura

Posted by Rusty Wright <ru...@gmail.com>.
What's up with that property variable that's not being expanded: ${co.t3.version} ?

huser wrote:
> Hi,
> 
> I am getting the following error while running mvn site.
> 
> What is wrong here ?
> 
> [INFO] Storing buildNumber: 65557 at timestamp: 2009-03-16T14:33:40-0500
> [INFO] [cobertura:instrument]
> [INFO] Not executing cobertura:instrument as the project is not a Java
> classpath
> -capable package
> [INFO] [site:site]
> [INFO] Not executing cobertura:report as the cobertura data file
> (C:\ws\int_002_
> dev_test\services-api\target\cobertura\cobertura.ser) could not be found
> Downloading: http://domain.com:8081/nexus/content/groups/public/c
> om/co/t3/t3/${co.t3.version}/t3-${co.t3.version}.pom
> Downloading: http://domain.com:8081/nexus/content/groups/public/c
> om/co/t3/t3/${co.t3.version}/t3-${co.t3.version}.pom
> Downloading: http://domain.com:8081/nexus/content/groups/public/c
> om/co/t3/t3/${co.t3.version}/t3-${co.t3.version}.pom
> [INFO] Parent project loaded from repository.
> Downloading: http://domain.com:8081/nexus/content/groups/public/c
> om/co/t3/t3/${co.t3.version}/t3-${co.t3.version}-site_en.xml
> Downloading: http://domain:8081/nexus/content/groups/public/c
> om/co/t3/t3/${co.t3.version}/t3-${co.t3.version}-site_en.xml
> Downloading: http://domain.com:8081/nexus/content/groups/public/c
> om/co/t3/t3/${co.t3.version}/t3-${co.t3.version}-site_en.xml
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] The site descriptor cannot be resolved from the repository: The
> system ca
> nnot find the path specified
> 
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 18 seconds
> [INFO] Finished at: Mon Mar 16 14:33:40 CDT 2009
> [INFO] Final Memory: 43M/77M
> [INFO]
> ------------------------------------------------------------------------
> 
> The plugin for Cobertura is:
> 
>                <plugin>
>                                 <groupId>org.codehaus.mojo</groupId>
>                                
> <artifactId>cobertura-maven-plugin</artifactId>
>                                 <configuration>
>                                         <aggregate>true</aggregate>
>                                         <instrumentation>
>                                                 <ignores />
> 
>                                                 <excludes />
> 
>                                         </instrumentation>
>                                 </configuration>
>                         </plugin>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org