Monday, April 11, 2011

Metawidget: Maven Snapshot Releases

I'm thrilled to say that the first snapshot releases of Metawidget 1.15 are now available in the JBoss Snapshot Repository at https://repository.jboss.org/nexus/content/repositories/snapshots/org/metawidget:

<repository>
   <id>jboss-snapshots</id>
   <url>https://repository.jboss.org/nexus/content/repositories/snapshots</url>
</repository>
...
<dependency>
   <groupId>org.metawidget.modules</groupId>
   <artifactId>metawidget-all</artifactId>
   <version>1.15-SNAPSHOT</version>
</dependency>

I plan to be staging the modules here for a few weeks before the final 1.15 release. I'd be most grateful to anybody who could download them and take the new fine-grained module system for a spin.

My thanks to Renato Garcia for his help with the Maven migration.

Feedback most welcome!

0 comments: