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:
Steve Ebersole 2008-04-24 19:54:42 +00:00
parent 9609f2bfab
commit ae187b6e90
1 changed files with 8 additions and 12 deletions

20
pom.xml
View File

@ -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>