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>jmx</module>
|
||||||
<module>testing</module>
|
<module>testing</module>
|
||||||
<module>testsuite</module>
|
<module>testsuite</module>
|
||||||
|
<module>documentation</module>
|
||||||
<module>tutorials</module>
|
<module>tutorials</module>
|
||||||
<!--
|
<!--
|
||||||
Need to scope bytecode providers first...
|
Need to scope bytecode providers first...
|
||||||
|
@ -73,26 +74,19 @@
|
||||||
<version>2.0-beta-7</version>
|
<version>2.0-beta-7</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||||
<arguments>-DbuildDocs=true</arguments>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
<!--
|
||||||
<profiles>
|
<profiles>
|
||||||
<!-- profile for documentation module activation -->
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>docs</id>
|
<id>docs</id>
|
||||||
<activation>
|
|
||||||
<property>
|
|
||||||
<name>buildDocs</name>
|
|
||||||
<value>true</value>
|
|
||||||
</property>
|
|
||||||
</activation>
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>documentation</module>
|
<module>documentation</module>
|
||||||
</modules>
|
</modules>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
-->
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue