Hi, Not sure it's a good idea. Some people (at least I) may prefer to use only released artifacts (when available). Consequently, for those who don't care about filling their repository with snapshots, they can either edit the pom, or setting.xml. But I agree it would be better if it builds out of the box. Feel free to spam/help the maven plugin developers (I think javacc 1.2-SNAPSHOT is the latest non released plugin we depend on).
Thanks for your feedback Julien ----- Message d'origine ---- De : Joe Fisher <[EMAIL PROTECTED]> À : [email protected] Envoyé le : Mercredi, 2 Mai 2007, 15h04mn 46s Objet : [JWebUnit-development] Add codehaus snapshot plugin repository to the parent pom in the parent pom, please add the following (it may be in your ~/.m2/settings.xml) but it makes sense to be in the pom. Then it builds out of the box. <pluginRepositories> <pluginRepository> <id>Codehaus Snapshot</id> <name>Mojo Codehaus Snapshot Repository</name> <url>http://snapshots.repository.codehaus.org</url> <snapshots> <enabled>true</enabled> </snapshots> </pluginRepository> Also, the repository url should be <repository> <id>Codehaus</id> <name>Mojo Codehaus Repository</name> <url>http://repository.codehaus.org</url> </repository> (without the path in it) ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ JWebUnit-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jwebunit-development ___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ JWebUnit-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jwebunit-development
