[hibernate-dev] jDocBook help

Emmanuel Bernard emmanuel at hibernate.org
Sun Jul 25 11:51:51 EDT 2010


Hi Steve and guys,
I am trying to release Hibernate Search following http://community.jboss.org/wiki/ContributingtoHibernateSearch#Releasing_Hibernate_Search

I can't seem to be able to create the documentation.

mvn javadoc:javadoc org.jboss.maven.plugins:maven-jdocbook-plugin:2.2.3:resources org.jboss.maven.plugins:maven-jdocbook-plugin:2.2.3:resources org.jboss.maven.plugins:maven-jdocbook-plugin:2.2.3:generate assembly:assembly

(I tried with 2.2.0, 2.2.1 and 2.3.0, same kind of result)

I receive
[INFO] One or more required plugin parameters are invalid/missing for 'jdocbook:resources'

[0] Inside the definition for plugin 'maven-jdocbook-plugin' specify the following:

<configuration>
  ...
  <formats>VALUE</formats>
</configuration>.

[1] Inside the definition for plugin 'maven-jdocbook-plugin' specify the following:

<configuration>
  ...
  <sourceDocumentName>VALUE</sourceDocumentName>
</configuration>.


What can I do to get the documentation built?

Emmanuel



More information about the hibernate-dev mailing list