sigh
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14559 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
8b09bcee1e
commit
0dcb3fcc99
14
pom.xml
14
pom.xml
|
@ -73,24 +73,14 @@
|
|||
<version>2.0-beta-7</version>
|
||||
<configuration>
|
||||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||
<arguments>-Pdocs</arguments>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<!--
|
||||
A profile used implicitly by the release plugin. Here we use
|
||||
it to enable documentation building.
|
||||
-->
|
||||
<id>release-profile</id>
|
||||
<modules>
|
||||
<module>documentation</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
||||
<!-- seperate profile for documentation activation -->
|
||||
<!-- profile for documentation module activation -->
|
||||
<profile>
|
||||
<id>docs</id>
|
||||
<modules>
|
||||
|
|
Loading…
Reference in New Issue