etf
|
Posted: July 02, 2010 09:24 by etf
|
|
I have uploaded current snapshot (almost release) to the maven repository at java.net. To access the repository from your project, add the following to your settings.xml or pom.xml between the tags <repositories> <repository> <id>maven2-repository.dev.java.net</id> <name>Java.net Repository for Maven</name> <url>http://download.java.net/maven/2/</url> <layout>default</layout> </repository> More information at https://maven2-repository.dev.java.net/ The dependency must look like this: <dependencies> ... <dependency> <groupId>org.jdesktop.bsaf</groupId> <artifactId>bsaf</artifactId> <version>1.9-SNAPSHOT</version> </dependency> ... </dependencies> |
BSAF 1.9 Snapshot is in the maven repository now!
Replies: 2 - Last Post: July 03, 2010 21:16
by: etf
by: etf
showing 1 - 3 of 3
etf
|
Posted: July 03, 2010 21:16 by etf
|
|
Hi Stefan! 1. We need current code-base to be tested on real-life application. It works well for me, but I want to be sure it stable enough. 2. Javadoc must be reviewed and fixed for all public API classes and interfaces 3. We need new documentation: Getting Started Guide and Reference Guide. |
Replies: 2 - Last Post: July 03, 2010 21:16
by: etf
by: etf







