HIBERNATE JBoss.org
 |  Register  | 
     
News 
About 
   Feature List 
   Road Map 
Documentation 
   Related Projects 
   External Documentation 
Download 
Forum & Mailinglists 
Support & Training 
JIRA Issue Tracking
Wiki Community Area


Hibernate Public Training Courses


Get Hibernate in Action eBook!


JavaWorld 2003 Finalist


Jolt Award 2004 Winner
      
Documentation > Community Area > Maven, XDoclet and Hibernate > Comments > The dependencies for xdoclet


Comment
Prev. thread 
 Next thread
 
Prev. posting 
 Next posting
Subject: The dependencies for xdoclet 07 Mar 2004, 01:32
From: jpratt Replies: 0, Views: 327
 
Here are the dependencies that will get you through most uses. I am 
currently using this for Hibernate, jBoss, Struts, EJB's and support 
files.  Hope this helps...


	<!-- XDoclet dependencies -->
			<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</artifactId>
				<version>1.2b4</version>
				<url>http://xdoclet.sourceforge.net</url>
			</dependency>
			<dependency>
				<groupId>xdoclet</groupId>
				<artifactId>xdoclet-xdoclet-
module</artifactId>
				<version>1.2b4</version>
				<url>http://xdoclet.sourceforge.net</url>
			</dependency>
			<dependency>
				<groupId>xdoclet</groupId>
				<artifactId>xdoclet-ejb-module</artifactId>
				<version>1.2b4</version>
				<url>http://xdoclet.sourceforge.net</url>
			</dependency>
			<dependency>
				<groupId>xdoclet</groupId>
				<artifactId>xdoclet-web-module</artifactId>
				<version>1.2b4</version>
				<url>http://xdoclet.sourceforge.net</url>
			</dependency>
			<dependency>
				<groupId>xdoclet</groupId>
				<artifactId>xdoclet-jmx-module</artifactId>
				<version>1.2b4</version>
				<url>http://xdoclet.sourceforge.net</url>
			</dependency>
			<dependency>
				<groupId>xdoclet</groupId>
				<artifactId>xdoclet-web-module</artifactId>
				<version>1.2b4</version>
				<url>http://xdoclet.sourceforge.net</url>
			</dependency>
			<dependency>
				<groupId>xdoclet</groupId>
				<artifactId>xdoclet-jboss-
module</artifactId>
				<version>1.2b4</version>
				<url>http://xdoclet.sourceforge.net</url>
			</dependency>
			
			<dependency>
				<groupId>xdoclet</groupId>
				<artifactId>xdoclet-apache-
module</artifactId>
				<version>1.2b4</version>
				<url>http://xdoclet.sourceforge.net</url>
			</dependency>

			<dependency> 
				<groupId>xdoclet</groupId> 
				<artifactId>xdoclet-hibernate-
module</artifactId> 
				<version>1.2</version> 
			</dependency> 
<!-- end of xdoclet -->
 

Thread:
 The dependencies for xdoclet 
 jpratt   07 Mar 2004, 01:32 
      

coWiki