Bonjour,

J'ai un projet organisé en modules, un pom pour chaque module et un pom général , j'arrive à générer un .jar pour chacun des modules , mais je n'arrive pas à générer le build général , pire que ça , je n'arrive meme pas à integrer le pom général : quand je fais add project il donne l'erreur suivante :

* Could not download file:/C:/TEMP/2/summit-2/modules/pom.xml: C:\TEMP\2\summit-2\modules\pom.xml (The system cannot find the path specified)

Check the logs for more details.

* Could not download file:/C:/TEMP/2/summit-2/logging/pom.xml: C:\TEMP\2\summit-2\logging\pom.xml (The system cannot find the path specified)

Check the logs for more details.

* Could not download file:/C:/TEMP/2/summit-2/web/pom.xml: C:\TEMP\2\summit-2\web\pom.xml (The system cannot find the path specified)

Check the logs for more details.

* Could not download file:/C:/TEMP/2/summit-2/imp/pom.xml: C:\TEMP\2\summit-2\imp\pom.xml (The system cannot find the path specified)

Check the logs for more details.

* Could not download file:/C:/TEMP/2/summit-2/ear/pom.xml: C:\TEMP\2\summit-2\ear\pom.xml (The system cannot find the path specified)

Check the logs for more details.


Vous avez eu des problemes comme ça ?

D'avance merci .