Hi Steve and guys,
I am trying to release Hibernate Search following
http://community.jboss.org/wiki/ContributingtoHibernateSearch#Releasing_H...
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