Aparently that is something that was fixed with Maven 1.1 and should
not be effecting the plugin's behaviour.

-Corey


On Tue, 16 Nov 2004 15:47:04 -0800 (PST), Janos Mucsi <[EMAIL PROTECTED]> wrote:
> Hi
> I commented out my dependencies, ran Maven, then I put
> back the XDoclet dependencies, ran Maven again, and
> everything started working. Here they are:
> <dependency>
>            <groupId>xdoclet</groupId>
> 
> <artifactId>xdoclet-ejb-module</artifactId>
>            <version>1.2.2</version>
>            <type>jar</type>
>            <properties>
> 
> <eclipse.dependency>false</eclipse.dependency>
>            </properties>
>      </dependency>
>      <dependency>
>            <groupId>xdoclet</groupId>
> 
> <artifactId>xdoclet-web-module</artifactId>
>            <version>1.2</version>
>            <type>jar</type>
>            <properties>
> 
> <eclipse.dependency>false</eclipse.dependency>
>            </properties>
>      </dependency>
>       <dependency>
>            <groupId>xdoclet</groupId>
>            <artifactId>xdoclet</artifactId>
>            <version>1.2.2</version>
>            <properties/>
>        </dependency>
>        <dependency>
>            <groupId>xdoclet</groupId>
>            <artifactId>xjavadoc</artifactId>
>            <version>1.0.3</version>
>            <properties/>
>        </dependency>
> 
> The JBoss and Hibernate XDoclet modules are still
> commented out. I have two questions:
> 
> 1. Why I see:
> Tag library requested that is not present: 'doc' in
> plugin: 'maven-ejb-plugin-1.
> 5'
> Tag library requested that is not present: 'maven' in
> plugin: 'maven-xdoclet-plu
> gin-1.2.2-SNAPSHOT'
> 
> 2. Why it is trying to download *every time* I run
> Maven: Attempting to download
> xdoclet-1.2.2-SNAPSHOT.jar.
> Attempting to download
> xdoclet-xdoclet-module-1.2.2-SNAPSHOT.jar.
> 
> Thanks.
> 
> Janos
> 
> __________________________________
> Do you Yahoo!?
> The all-new My Yahoo! - Get yours free!
> http://my.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to