Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] (no subject)

Hi all,

Youpii .. the problem was resolved finelly, for helping the futurs persons having this problem, I would like to poste what I have made:

Simply adding the tag <pluginManagement> before and after the tag <plugins> in your pom.xml like this :

.....
<build>
    ....
    <pluginManagement> 
       <plugins>
           ...........
       </plugins>
   </pluginManagement>
........
</build>

Best whises !

2011/11/17 Dahanne, Anthony <Anthony.Dahanne@xxxxxxxxxxxxx>
Hello,
You're getting this error because m2e could not find a connector that covers the lifecycle configuration: org.apache.maven.plugins:maven-antrun-
 plugin:1.3:run (execution: ant-generate-resources, phase: generate-resources)

From there 2 options : you create your own connector to implement this lifecycle configuration or you ignore the error.

See http://wiki.eclipse.org/M2E_plugin_execution_not_covered it is explained in detail
Regards,
Anthony

De : m2e-users-bounces@xxxxxxxxxxx [mailto:m2e-users-bounces@xxxxxxxxxxx] De la part de Mohamed SIDI
Envoyé : 17 novembre 2011 11:24
À : m2e-users@xxxxxxxxxxx
Objet : [m2e-users] (no subject)


Hello all,

I'm trying to use the maven-antrun-plugin plugin in my pom.xml file, but still having this error message : Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-antrun-
 plugin:1.3:run (execution: ant-generate-resources, phase: generate-resources)

Can some one help me to resolve this issue,

Thanks !
--


Cordialement

Mohamed

 
Le contenu de ce courriel s'adresse au destinataire seulement. Il contient de l'information pouvant être confidentielle. Vous ne devez ni le copier ni l'utiliser ni le divulguer à qui que ce soit à moins que vous soyez le destinataire ou une personne désignée autorisée. Si vous le receviez par erreur, veuillez nous aviser immédiatement et le détruire.
 
The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.
 

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



--


Cordialement

Mohamed

Back to the top