--- Markos Charatzas <[EMAIL PROTECTED]> wrote: > Hello Konstantin, > > Thanks for pointing that out. > However, Im still having problems. > > Using XDoclet2 now in project.xml I have the > following, > (as defined in > http://xdoclet.codehaus.org/maven-plugin/example-hibernate.html) > ---- > <dependency> > <groupId>xdoclet</groupId> > <artifactId>maven-xdoclet-plugin</artifactId> > <version>1.0-SNAPSHOT</version> > <url>http://xdoclet.codehaus.org</url> > <type>plugin</type> > </dependency> > <dependency> > <groupId>xdoclet-plugins</groupId> > <artifactId>xdoclet-plugin-hibernate</artifactId> > <version>1.0-SNAPSHOT</version> > <url>http://xdoclet-plugins.sf.net/</url> > <properties> > <xdoclet.dependency>true</xdoclet.dependency> > </properties> > </dependency> > ---- > > Wondering why its maven-xdoclet-plugin and not > maven-xdoclet2-plugin (notice > the 2), although I tried that and didnt work as well > :/
Hi Markos, maven xdoclet-2 plugin is not in a good shape yet, but good news it's not really needed. Here is a sample which is known to be working: http://cvs.picocontainer.codehaus.org/viewrep/~raw,r=1.1/picocontainer/java/jobdemo/maven.xml http://cvs.picocontainer.codehaus.org/viewrep/~raw,r=1.7/picocontainer/java/jobdemo/project.xml regard, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Plugins for xdoclet-2 are released. check it out at: http://www.sourceforge.net/projects/xdoclet-plugins/ ----[ http://www.pribluda.de ]------------------------ __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
