Hi,

Do you mean the plugin version mentioned in integration test modules' poms?

It is mentioned as below and does not include any version information:

 <plugin>
                <artifactId>maven-surefire-plugin</artifactId>
                <inherited>false</inherited>
                ........

I included the plugin element in pom looking at a sample.

And I checked with some other products' test modules. Some of them and even
integration-core pom have included the plugin element as above without a
version, and some have included the version as 2.7.1

So I am bit confused. Is the correct version 2.4.3? Can you please point to
a pom file where it is correctly mentioned? So that I will be able to use it
as a reference and correct the integration test module's pom files in IS.

Thanks,
Hasini.

On Sun, Mar 27, 2011 at 2:13 PM, Afkham Azeez <[email protected]> wrote:

> [INFO] Error to resolving surefire provider dependency: Missing:
> ----------
> 1) org.apache.maven.surefire:surefire-junit:jar:2.0
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=org.apache.maven.surefire
> -DartifactId=surefire-junit -Dversion=2.0 -Dpackaging=jar
> -Dfile=/path/to/file
>
>   Alternatively, if you host your own repository you can deploy the file
> there:
>       mvn deploy:deploy-file -DgroupId=org.apache.maven.surefire
> -DartifactId=surefire-junit -Dversion=2.0 -Dpackaging=jar
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
>   Path to dependency:
>    1) dummy:dummy:jar:1.0
>    2) org.apache.maven.surefire:surefire-junit:jar:2.0
>
>
>
> Others are using 2.4.3. Also, ALL versions should be inherited from the
> platform POM!
> --
> *Afkham Azeez*
> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
> *
> *
> *Member; Apache Software Foundation; 
> **http://www.apache.org/*<http://www.apache.org/>
> *
> email: **[email protected]* <[email protected]>* cell: +94 77 3320919
> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to