Thread:
 Getting plugin to work 
 ryanch   27 Jul 2004, 04:43 

Comment
Prev. thread 
 Next thread
 
Prev. posting 
 Next posting
From: ryanch (27 Jul 2004, 04:43) Replies: 0, Views: 37023
Subject: Getting plugin to work
If you add the following to you project.xml file, it will include the
required deps to run this goal- at least it did for me :)

<dependency>
	<groupId>xdoclet</groupId>
	<artifactId>xjavadoc</artifactId>
	<version>1.0.2</version>
	<url>http://xdoclet.sourceforge.net</url>
</dependency>
<dependency> 
	<groupId>xdoclet</groupId> 
	<artifactId>xdoclet-hibernate-module</artifactId> 
	<version>1.2</version> 
</dependency> 	
<dependency> 
	<groupId>xdoclet</groupId> 
	<artifactId>maven-xdoclet-plugin</artifactId> 
	<version>1.2</version> 
	<type>plugin</type> 
</dependency>
Prev. thread 
 Next thread
 
Prev. posting 
 Next posting
© Copyright 2006, Red Hat Middleware, LLC. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc. [Privacy Policy]