dependency to maven-xdoclet-plugin added.
Without it, the user can't build the generated project if he hasn't got the plugin installed. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115079 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -116,6 +116,13 @@
|
||||
<version>1.2</version>
|
||||
<url>http://xdoclet.sf.net/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>xdoclet</groupId>
|
||||
<artifactId>maven-xdoclet-plugin</artifactId>
|
||||
<version>1.2</version>
|
||||
<type>plugin</type>
|
||||
<url>http://xdoclet.sf.net/</url>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>jboss</groupId>
|
||||
|
||||
@@ -226,6 +226,14 @@
|
||||
<url>http://xdoclet.sf.net/</url>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>xdoclet</groupId>
|
||||
<artifactId>maven-xdoclet-plugin</artifactId>
|
||||
<version>1.2</version>
|
||||
<type>plugin</type>
|
||||
<url>http://xdoclet.sf.net/</url>
|
||||
</dependency>
|
||||
|
||||
<!-- HttpUnit dependencies -->
|
||||
<dependency>
|
||||
<groupId>httpunit</groupId>
|
||||
|
||||
@@ -208,6 +208,14 @@
|
||||
<version>1.0.2</version>
|
||||
<url>http://xdoclet.sf.net/</url>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>xdoclet</groupId>
|
||||
<artifactId>maven-xdoclet-plugin</artifactId>
|
||||
<version>1.2</version>
|
||||
<type>plugin</type>
|
||||
<url>http://xdoclet.sf.net/</url>
|
||||
</dependency>
|
||||
|
||||
<!-- HttpUnit dependencies -->
|
||||
<dependency>
|
||||
|
||||
@@ -143,6 +143,14 @@
|
||||
<url>http://xdoclet.sf.net/</url>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>xdoclet</groupId>
|
||||
<artifactId>maven-xdoclet-plugin</artifactId>
|
||||
<version>1.2</version>
|
||||
<type>plugin</type>
|
||||
<url>http://xdoclet.sf.net/</url>
|
||||
</dependency>
|
||||
|
||||
<!-- HttpUnit dependencies -->
|
||||
<dependency>
|
||||
<groupId>httpunit</groupId>
|
||||
|
||||
@@ -126,6 +126,14 @@
|
||||
<url>http://xdoclet.sf.net/</url>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>xdoclet</groupId>
|
||||
<artifactId>maven-xdoclet-plugin</artifactId>
|
||||
<version>1.2</version>
|
||||
<type>plugin</type>
|
||||
<url>http://xdoclet.sf.net/</url>
|
||||
</dependency>
|
||||
|
||||
<!-- HttpUnit dependencies -->
|
||||
<dependency>
|
||||
<groupId>httpunit</groupId>
|
||||
|
||||
Reference in New Issue
Block a user