--- dr_pompeii <[EMAIL PROTECTED]> wrote: > > hi thanks > > for the reply > > i like to see your opinion about this , before to > read and go deeply in > maven2 > > http://forum.springframework.org/showthread.php?t=33376&highlight=maven
Well, being pico/nanocontainer developer I do not read much of spring emails, but it seems for me that acegi security did not provided m2 build. Well, move from 1 to 2 is somehow painfull because m2 is more strict and formal. ( you had possibility to do whatever you like with ant tasks - not anymore, now you need mojos ) But m2 gives you some advantages like transient dependencies ( say, you only have to specify that you like to use m2-xd2 plugin in version 2.0.5 and all the dependencies except actual XD2 plugins are already in place. Here is actual (and working ) example: ------------%<----------------- <plugin> <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> <version>2.0.5</version> <executions> <execution> <id>xdoclet</id> <phase>generate-sources</phase> <goals> <goal>xdoclet</goal> </goals> </execution> </executions> <dependencies> <dependency> <groupId>xdoclet-plugins</groupId> <artifactId>xdoclet-plugin-hibernate</artifactId> <version>1.0.4-SNAPSHOT</version> </dependency> </dependencies> <configuration> <configs> <config> <components> <component> <classname>org.xdoclet.plugin.hibernate.HibernateMappingPlugin</classname> <params> <version>3.0</version> </params> </component> </components> </config> </configs> </configuration> </plugin> ------------%<----------------- move to m2 is somehow panfull, but it is worth it. regards, ----[ Konstantin Pribluda http://www.pribluda.de ]---------------- JTec quality components: http://www.pribluda.de/projects/ ____________________________________________________________________________________ Be a PS3 game guru. Get your game face on with the latest PS3 news and previews at Yahoo! Games. http://videogames.yahoo.com/platform?platform=120121 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ xdoclet-user mailing list xdoclet-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-user