mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-26 17:25:11 +00:00
Merge pull request #277 from rpiccoli/master
Alfresco 5.0.1 supports Java 8, but Maven Compiler settings are hardcode...
This commit is contained in:
commit
2a45c2eaa5
@ -127,6 +127,8 @@
|
|||||||
|
|
||||||
<!-- Maven Plugins Versions used by the SDK -->
|
<!-- Maven Plugins Versions used by the SDK -->
|
||||||
<maven.compiler.version>3.2</maven.compiler.version>
|
<maven.compiler.version>3.2</maven.compiler.version>
|
||||||
|
<maven.compiler.source>1.7</maven.compiler.source>
|
||||||
|
<maven.compiler.target>1.7</maven.compiler.target>
|
||||||
<maven.clean.version>2.6.1</maven.clean.version>
|
<maven.clean.version>2.6.1</maven.clean.version>
|
||||||
<maven.dependency.version>2.9</maven.dependency.version>
|
<maven.dependency.version>2.9</maven.dependency.version>
|
||||||
<maven.enforcer.plugin>1.3.1</maven.enforcer.plugin>
|
<maven.enforcer.plugin>1.3.1</maven.enforcer.plugin>
|
||||||
@ -233,10 +235,6 @@
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>${maven.compiler.version}</version>
|
<version>${maven.compiler.version}</version>
|
||||||
<configuration>
|
|
||||||
<source>1.7</source>
|
|
||||||
<target>1.7</target>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user