Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) on project GeoMath-2D-3D: The packaging for this project did not assign a file to the build artifact code example

Example: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project electronicbookshop: Compilation failure

<plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <version>2.4</version>
            <configuration>
                <source>1.8</source>
                <target>1.8</target>
</configuration>
</plugin>

Tags:

Go Example