move documentation back into a profile, along with distribution
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14590 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
d3deabd3c3
commit
912ab3ca65
12
pom.xml
12
pom.xml
|
@ -56,14 +56,12 @@
|
|||
<module>jmx</module>
|
||||
<module>testing</module>
|
||||
<module>testsuite</module>
|
||||
<module>documentation</module>
|
||||
<module>tutorials</module>
|
||||
<!--
|
||||
Need to scope bytecode providers first...
|
||||
<module>bytecode-cglib</module>
|
||||
<module>bytecode-javassist</module>
|
||||
-->
|
||||
<module>distribution</module>
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
|
@ -79,14 +77,20 @@
|
|||
</plugins>
|
||||
</build>
|
||||
|
||||
<!--
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>docs</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>disableDistribution</name>
|
||||
<value>!true</value>
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>documentation</module>
|
||||
<module>distribution</module>
|
||||
</modules>
|
||||
</profile>
|
||||
</profiles>
|
||||
-->
|
||||
|
||||
</project>
|
Loading…
Reference in New Issue