Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pom.xml need the "maven-compiler-plugin" to force correct java version (see https://github.com/Alfresco/Aikau/pull/117) #196

Closed
boiss007 opened this issue Apr 25, 2015 · 2 comments

Comments

@boiss007
Copy link

I was starting the tuto on my debian alfresco server when i got the same error as in this thread, it was fixed the same way, just by adding

<plugin>  
        <artifactId>maven-compiler-plugin</artifactId>  
        <version>3.2</version>  
        <configuration>  
                <source>1.7</source>  
                 <target>1.7</target>  
          </configuration>  
</plugin>`
@draperd
Copy link

draperd commented Apr 28, 2015

This should be fixed in later releases of Aikau (see: 1cfd4c2)... what version were you using?

@draperd
Copy link

draperd commented Apr 30, 2015

I'm going to close this as a fix has already been committed (see previous comment)

@draperd draperd closed this as completed Apr 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants