skyデスクトップテーマ

ここ数日取り組んだデザインをコミット。いくつかスタイルシート的な制約があって、困った。現在、Firefoxだけで確認したので、IEで表示されるように調整しないといけないかも(興味がある方はぜひ、見てみてくださいませ。そして、直して・・・)。あとは、使うためには、ログインフォームの追加、パンくずリストの表示、タスクバーの表示かな・・・。タスクバーについては、IEでバグがあるような感じでコメントしてあったような。

S2Portlet 1.0.2

リリースしました。でも、m2 リポジトリに配備しようとしたけど、

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to configure plugin parameters for: org.apache.maven.plugins:maven-deploy-plugin:2.2.1
check that the following section of the pom.xml is present and correct:
<distributionManagement>
<!-- use the following if you're not using a snapshot version. -->
<repository>
<id>repo</id>
<name>Repository Name</name>
<url>scp://host/path/to/repo</url>
</repository>
<!-- use the following if you ARE using a snapshot version. -->
<snapshotRepository>
<id>repo</id>
<name>Repository Name</name>
<url>scp://host/path/to/repo</url>
</snapshotRepository>
</distributionManagement>
Cause: Class 'org.apache.maven.artifact.repository.ArtifactRepository' cannot be instantiated

と言われた・・・。1.0.0 ではできたんだけどな・・・。