From: Konstantin P. <ko...@us...> - 2006-07-02 18:46:48
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25112/plugin-qtags Modified Files: pom.xml Log Message: changes in pom.xml ... trying to fix m2 bootstrap for qtags Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pom.xml 21 Jun 2006 19:35:58 -0000 1.1 --- pom.xml 2 Jul 2006 18:46:45 -0000 1.2 *************** *** 12,15 **** --- 12,16 ---- <plugins> <plugin> + <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> <configuration> *************** *** 26,29 **** --- 27,38 ---- </configuration> <executions> + <execution> + <phase> + process-classes + </phase> + <goals> + <goal>xdoclet</goal> + </goals> + </execution> </executions> </plugin> |