0

Fix Maven release activation

This commit is contained in:
Ronald Jack Jenkins Jr
2017-07-30 21:36:03 -04:00
parent 4bc9099108
commit b2fb40c59b
2 changed files with 1 additions and 7 deletions

View File

@@ -242,12 +242,6 @@
<!-- Things to do only for releases. -->
<profile>
<id>release</id>
<activation>
<property>
<name>rtr.release</name>
<value>true</value>
</property>
</activation>
<!-- TODO: uncomment once we reach 1.0.0 -->
<!--properties>
<site.profile>production</site.profile>