VisFX icon indicating copy to clipboard operation
VisFX copied to clipboard

Maven 3

Open qohelet opened this issue 6 years ago • 0 comments

Hi, I'm trying to run it on Maven 3 but it's more restrictive with the versions. Can you tell me which version you used?

Thank you.

Not working: <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> </configuration> <version>2.5.1</version> </plugin> </plugins>

qohelet avatar Jun 03 '19 16:06 qohelet