Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

maven source option 5 is no longer supported use 7 or later

    <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
            <source>1.7</source>
            <target>1.7</target>
        </configuration>
    </plugin>
Source by github.com #
 
PREVIOUS NEXT
Tagged: #maven #source #option #longer #supported
ADD COMMENT
Topic
Name
1+6 =