apparently it is the 201st, sigh
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14563 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
80cca7ce8e
commit
a28e463d4c
8
pom.xml
8
pom.xml
|
@ -73,7 +73,7 @@
|
|||
<version>2.0-beta-7</version>
|
||||
<configuration>
|
||||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||
<arguments>-Pdocs</arguments>
|
||||
<arguments>-DbuildDocs=true</arguments>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
@ -83,6 +83,12 @@
|
|||
<!-- profile for documentation module activation -->
|
||||
<profile>
|
||||
<id>docs</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>buildDocs</name>
|
||||
<value>true</value>
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>documentation</module>
|
||||
</modules>
|
||||
|
|
Loading…
Reference in New Issue