Hi Alexey, Your problem is being caused by bug TOMAHAWK-857 (http://issues.apache.org/jira/browse/TOMAHAWK-857) and a nasty workaround is available ( see http://www.mail-archive.com/users@myfaces.apache.org/msg32631.html ) With kind regards, Marco
________________________________ From: Alexey Kakunin [mailto:[EMAIL PROTECTED] Sent: maandag 15 januari 2007 15:57 To: users@myfaces.apache.org Subject: Tomahawk-sandbox 1.1.5-SNAPSHOT and maven problem Hello! I'm trying to build my tomahawk based project with maven2. To use snapshot versions I added apache snapshot repository: <repositories> <!-- Repository for using SNAPSHOT Releases of MyFaces --> <repository> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> <id>apache.snapshots</id> <name>Apache Snapshot Repository</name> <url> http://people.apache.org/repo/m2-snapshot-repository <http://people.apache.org/repo/m2-snapshot-repository> </url> </repository> </repositories> And I'm trying to include tomahawk-sandbox (with myfaces-api, myfaces-impl, tomahawk everything is ok): <dependency> <groupId>org.apache.myfaces.tomahawk</groupId> <artifactId>tomahawk-sandbox15</artifactId> <version>1.1.5-SNAPSHOT </version> </dependency> But during build I've got followed error: [INFO] Failed to resolve artifact. GroupId: org.apache.myfaces.tomahawk ArtifactId: sandbox-project Version: 1.1.5-SNAPSHOT It seems for me like tomahawk-sandbox15 by error reffered to the old sandbox-project, instead of sandbox15-project Do anybody have any ideas how to still use tomahawk-sandbox 1.1.5 from repository and avoid this problem? With best regards, Alexey Kakunin ------------------------------------------------------------------------------ Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), and/or its affiliates (which may be known outside the United States as Merck Frosst, Merck Sharp & Dohme or MSD and in Japan, as Banyu - direct contact information for affiliates is available at http://www.merck.com/contact/contacts.html) that may be confidential, proprietary copyrighted and/or legally privileged. It is intended solely for the use of the individual or entity named on this message. If you are not the intended recipient, and have received this message in error, please notify us immediately by reply e-mail and then delete it from your system. ------------------------------------------------------------------------------