to get a release done, need to make documentation module active
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14566 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
6660597edb
commit
0a195e2638
12
pom.xml
12
pom.xml
|
@ -56,6 +56,7 @@
|
|||
<module>jmx</module>
|
||||
<module>testing</module>
|
||||
<module>testsuite</module>
|
||||
<module>documentation</module>
|
||||
<module>tutorials</module>
|
||||
<!--
|
||||
Need to scope bytecode providers first...
|
||||
|
@ -73,26 +74,19 @@
|
|||
<version>2.0-beta-7</version>
|
||||
<configuration>
|
||||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||
<arguments>-DbuildDocs=true</arguments>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<!--
|
||||
<profiles>
|
||||
<!-- profile for documentation module activation -->
|
||||
<profile>
|
||||
<id>docs</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>buildDocs</name>
|
||||
<value>true</value>
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>documentation</module>
|
||||
</modules>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
-->
|
||||
</project>
|
Loading…
Reference in New Issue