Member since
06-16-2016
1
Post
0
Kudos Received
0
Solutions
06-16-2016
03:29 PM
I dont know much about building jars and such but I did have to update the pom.xml <properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
... View more