aye aye aye
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14554 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
9609f2bfab
commit
ae187b6e90
20
pom.xml
20
pom.xml
|
@ -79,20 +79,16 @@
|
|||
</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 activation -->
|
||||
<profile>
|
||||
<id>docs</id>
|
||||
<!-- automatically activate this profile when performing a release -->
|
||||
<activation>
|
||||
<property>
|
||||
<name>performRelease</name>
|
||||
<value>true</value>
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>documentation</module>
|
||||
</modules>
|
||||
|
|
Loading…
Reference in New Issue