Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdt-papyrus.dev] [Test] Configuration Maven/Tycho

Hi Gabriel,

 

I don’t think there is any reason to this difference.

It seems that the tests contained in this plugin are not executed.

(I don’t find them in the test report [1])

 

I created a bug [2] to follow the work on this.

 

For me the pom.xml should be :

 

<project>

       <modelVersion>4.0.0</modelVersion>

       <parent>

             <artifactId>org.eclipse.papyrus</artifactId>

             <groupId>org.eclipse.papyrus</groupId>

             <version>1.1.0-SNAPSHOT</version>

             <relativePath>../../../../../../releng/top-pom-main-tests.xml</relativePath>

       </parent>

       <artifactId>org.eclipse.papyrus.uml.profile.drafter.tests</artifactId>

       <packaging>eclipse-test-plugin</packaging>

</project>

 

Regards,

Benoit MAGGI

 

[1] : https://hudson.eclipse.org/papyrus/view/Mars/job/Papyrus-Master-Tests/723/testReport/

[2] : https://bugs.eclipse.org/bugs/show_bug.cgi?id=460889

 

De : mdt-papyrus.dev-bounces@xxxxxxxxxxx [mailto:mdt-papyrus.dev-bounces@xxxxxxxxxxx] De la part de Gabriel Pascual
Envoyé : jeudi 26 février 2015 09:35
À : mdt-papyrus.dev@xxxxxxxxxxx
Objet : [mdt-papyrus.dev] [Test] Configuration Maven/Tycho

 

Hi all,

In my IDE, I have the test project oep.uml.profile.drafter.tests with an error.  The problem is that error is not revealed by Hudson build.
The Maven/Tycho configuration for this test project is an eclipse-plugin. It seems that this project should be configured with an eclipse-test-plugin configuration.

I looked other test projects and certain have eclipse-plugin configuration and most of projects have eclipse-test-plugin configuration.

  • Is there a good reason for this difference ?

Regards

Gabriel

--

 

 

 

Gabriel PASCUAL
Software Engineer


6 rue Léonard De Vinci - BP 0119 - 53001 LAVAL Cedex - FRANCE
www.all4tec.net

 


Back to the top