Missing jelly dependency when using xdoclet with maven 2

View: New views
2 Messages — Rating Filter:   Alert me  

Missing jelly dependency when using xdoclet with maven 2

by Christian Decker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm trying to get started using xdoclet with maven 2 but it always fails telling me that it's missing a dependency:
commons-jelly:commons-jelly-tags-xml:jar:20050823.222913
My configuration is really simple:
<build> 
  <plugins>
    <plugin>
      <groupId>xdoclet</groupId>
      <artifactId>maven2-xdoclet2-plugin</artifactId>
      <executions>
        <execution>
          <id>xdoclet</id>
          <phase>generate-sources</phase>
          <goals>
            <goal>xdoclet</goal>
          </goals>
        </execution>
      </executions>
    </plugin>
  </plugins>
</build>
Any idea why this still asks for the jelly library?

Regards,
Chris
Christian Decker
http://blog.snyke.net

RE: Missing jelly dependency when using xdoclet with maven 2

by Diogo Quintela (EF) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Please check.

 

http://www.mail-archive.com/user@.../msg00454.html

 

Diogo

 

From: Christian Decker [mailto:decker.christian@...]
Sent: quarta-feira, 28 de Maio de 2008 02:09
To: Xdoclet
Subject: [xdoclet-user] Missing jelly dependency when using xdoclet with maven 2

 

I'm trying to get started using xdoclet with maven 2 but it always fails telling me that it's missing a dependency:

commons-jelly:commons-jelly-tags-xml:jar:20050823.222913

My configuration is really simple:

<build> 

  <plugins>
    <plugin>
      <groupId>xdoclet</groupId>
      <artifactId>maven2-xdoclet2-plugin</artifactId>
      <executions>
        <execution>
          <id>xdoclet</id>
          <phase>generate-sources</phase>
          <goals>
            <goal>xdoclet</goal>
          </goals>
        </execution>
      </executions>
    </plugin>
  </plugins>
</build>

Any idea why this still asks for the jelly library?

Regards,
Chris