RE: How to download Maven repository was 5.8G.

2007-01-22 Thread Barbier-Accary Aurélien
I've made it using wget: http://www.gnu.org/software/wget/ Aurelien. http://aurelien.barbier-accary.info -Message d'origine- De : Alauddin [mailto:[EMAIL PROTECTED] Envoyé : dimanche 21 janvier 2007 08:24 À : users@maven.apache.org Objet : How to download Maven repository was 5.8G.

RE: Maven2 is not working with Eclipse, a solution

2007-01-22 Thread Barbier-Accary Aurélien
I had the same problem. A solution is to copy the settings.xml in ...\Documents And Settings\...\.m2 Just be careful when modifying this file to copy it in the other location... Aurelien. http://aurelien.barbier-accary.info -Message d'origine- De : Morgovsky, Alexander (US - Glen Mills)

mvn package error with maven-war-plugin

2007-01-03 Thread Barbier-Accary Aurélien
Hi all, The goals compile and test are built successfully for my project but when I try to execute mvn package there is the error listed below. However maven-war-plugin-2.0.2.jar exists in my local repository in org\apache\maven\plugins\maven-war-plugin\2.0.2 What can I do to solve this

RE: mvn package error with maven-war-plugin

2007-01-03 Thread Barbier-Accary Aurélien
It seems to be a problem of the 2.0.2 version of maven-war-plugin. All is ok with the 2.0.1 version!? Aurelien -Message d'origine- De : Barbier-Accary Aurélien Envoyé : mercredi 3 janvier 2007 15:54 À : users@maven.apache.org Objet : mvn package error with maven-war-plugin Hi all

error to package jar project

2006-11-15 Thread Barbier-Accary Aurélien
Hello, I obtain an internal error when I try « mvn package » or « mvn install » for a « jar » project. The trace is: [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar': Unable to find the mojo

Definition of a custom archetype

2006-11-13 Thread Barbier-Accary Aurélien
Hi, I try to define a custom j2ee archetype with spring, struts, hibernate, ... I have an issue to define the sources and resources in the archetype.xml file : sources sourcesrc/main/java/**/* /source /sources resources

problems with m2eclipse

2006-11-10 Thread Barbier-Accary Aurélien
Hi all, I have some problems using the maven2 plugin for eclipse (version 0.0.9). First, when adding a new depency in the pom.xml file, it only works if I use the update source folder command of the Maven2 menu. But it is very very slow because all dependencies are reloaded!! Is it