mirror of https://github.com/apache/activemq.git
Use the defined sources version otherwise we get an error when
generating sources now that we've started using 1.7 code features.
This commit is contained in:
parent
644b96a68a
commit
1abc95b6a4
2
pom.xml
2
pom.xml
|
@ -1441,7 +1441,7 @@
|
||||||
<stylesheetfile>${basedir}/../etc/css/stylesheet.css</stylesheetfile>
|
<stylesheetfile>${basedir}/../etc/css/stylesheet.css</stylesheetfile>
|
||||||
<linksource>true</linksource>
|
<linksource>true</linksource>
|
||||||
<maxmemory>2048m</maxmemory>
|
<maxmemory>2048m</maxmemory>
|
||||||
<source>1.6</source>
|
<source>${source-version}</source>
|
||||||
<additionalJOption>-J-Xmx2048m</additionalJOption>
|
<additionalJOption>-J-Xmx2048m</additionalJOption>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|
Loading…
Reference in New Issue