http://geertschuring.wordpress.com/2009/03/05/why-the-maven2_classpath_container-will-not-be-exported-or-published/
Dans certaines occasions, Eclipse vous présentera l'avertissement suivant :
Classpath entry org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER will not be exported or published. Runtime ClassNotFoundExceptions may result.
Pour résoudre ce problème, procédez comme suit :
Open the properties of the project that generates this warning
Click on “Java Build Path”
Click on the tab “Order and Export”
Enable “Maven Dependencies”
Click on “Ok”
Open the “Problems” view
Select the warning we are trying to solve, and press “Ctrl-1
Click on “Ok”
Le problème est maintenant résolu. Il peut s'écouler un certain temps avant que l'avertissement ne disparaisse, car le projet doit être reconstruit avant qu'il ne disparaisse.
0 votes
À quel moment de l'exécution obtenez-vous les exceptions ? Où voulez-vous que cette variable soit "exportée ou publiée" ?
3 votes
@Ryan ce n'est pas nous, c'est Eclipse. stackoverflow.com/questions/3653785/