NetBeans6.5+T2 + Guice + JPAサンプルリリースが構築できない?

仕事ではEclipseを使っているので、自宅では何か違うものをと思い、NetBeans6.5を入れてみました。インストール、アップデートも簡単にできました。
何か簡単にサンプルプログラムを動かしたかったので、「T2 + Guice + JPAサンプルリリース」を入れてみました。Mavenが必要らしいので事前にプラグインをチェックしておきます。
http://d.hatena.ne.jp/shot6/20090327#1238120432
ダウンロードしたファイルを解凍して「プロジェクトを開く」だけでOK。さっそく構築してみます。すると何やらエラーが出ているような・・・
NetBeansは初めてで何もわからないまま使っているので設定がおかしいのかな?でも、他のライブラリはダウンロードされているし・・・うーん、よく分からない。ま、いいか。今日はここまでにしよう。

ちなみにこんなエラーでした。
WARNING: You are running embedded Maven builds, some build may fail due to incompatibilities with latest Maven release.
To set Maven instance to use for building, click here.
Scanning for projects...
[#process-resources]
[resources:resources]
Using default encoding to copy filtered resources.
[#compile]
[ERROR]Transitive dependency resolution for scope: compile has failed for your project.
[ERROR]Error message: Missing:
[ERROR]----------
[ERROR]1) com.google.code.guice:guice-servlet:jar:1.0
[ERROR] Try downloading the file manually from the project website.
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=com.google.code.guice -DartifactId=guice-servlet -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file
[ERROR] Alternatively, if you host your own repository you can deploy the file there:
[ERROR] mvn deploy:deploy-file -DgroupId=com.google.code.guice -DartifactId=guice-servlet -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR] Path to dependency:
[ERROR] 1) org.t2framework.samples:t2-guice:war:0.5.1-ga
[ERROR] 2) com.google.code.guice:guice-servlet:jar:1.0
[ERROR]----------
[ERROR]1 required artifact is missing.
[ERROR]for artifact:
[ERROR] org.t2framework.samples:t2-guice:war:0.5.1-ga
[ERROR]from the specified remote repositories:
[ERROR] maven-snapshot.t2framework.org (http://maven.t2framework.org/maven2-snapshot),
[ERROR] central (http://repo1.maven.org/maven2),
[ERROR] local (file:m2repo),
[ERROR] maven.t2framework.org (http://maven.t2framework.org/maven2)
[ERROR]Group-Id: org.t2framework.samples
[ERROR]Artifact-Id: t2-guice
[ERROR]Version: 0.5.1-ga
[ERROR]From file: C:\XXXXXXX\NetBeansProjects\t2-guice\pom.xml

                                                                                                                                              • -

For more information, run with the -e flag

                                                                                                                                              • -

BUILD FAILED

                                                                                                                                              • -

Total time: 2 seconds
Finished at: Sun Mar 29 23:00:33 JST 2009
Final Memory: 103M/283M

                                                                                                                                              • -