OK, thank you! Since loading into local repository is not solution for me (because I want to avoid my customer from any additional actions to build a project on his side except 'mvn package') I will stay with 1.1.4 and wait for fixing :)
2007/1/15, Beelen, Marco <[EMAIL PROTECTED]>:
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/[email protected]/msg32631.html ) With kind regards, Marco ------------------------------ *From:* Alexey Kakunin [mailto:[EMAIL PROTECTED] *Sent:* maandag 15 januari 2007 15:57 *To:* [email protected] *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 </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. ------------------------------------------------------------------------------

