Maven 2

If you use Maven 2.0 to configre your build environment, it will be very easy to use spring-annotatiion in your projects.

the only problem for now, is that the poms are not at the maven repo yet, but they will as soon as the project passes this last beta stage, thank you for your help on testing it. <dependencies>

<dependency>

<groupId>net.java.dev.spring-annotation</groupId>

<artifactId>spring-annotation-base</artifactId>

<version>1.1</version>

</dependency>

<dependency>

<groupId>net.java.dev.spring-annotation</groupId>

<artifactId>spring-annotation-web</artifactId>

<version>1.1</version>

</dependency>

<dependency>

<groupId>net.java.dev.spring-annotation</groupId>

<artifactId>spring-annotation-security</artifactId>

<version>1.1</version>

</dependency>

<dependency>

<groupId>net.java.dev.spring-annotation</groupId>

<artifactId>spring-annotation-jsf</artifactId>

<version>1.1</version>

</dependency>

<dependency>

<groupId>net.java.dev.spring-annotation</groupId>

<artifactId>spring-annotation-hibernate</artifactId>

<version>1.1</version>

</dependency>

</dependencies>



All done!

if any one knows how to put the artifacts in the iBiblio repository and want to help just let us know!