Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Compatible version for Apache Maven 3.0.5 #46

Open
MeeraSha opened this issue May 24, 2018 · 1 comment
Open

Compatible version for Apache Maven 3.0.5 #46

MeeraSha opened this issue May 24, 2018 · 1 comment

Comments

@MeeraSha
Copy link

MeeraSha commented May 24, 2018

I am getting the following error:
Failed to execute goal com.alexnederlof:jasperreports-plugin:2.3:jasper (default) on project : The plugin com.alexnederlof:jasperreports-plugin:2.3 requires Maven version 3.1.0 .

I am using Apache Maven 3.0.5 (Red Hat 3.0.5-17) and my pom.xml has the following:

<plugin> <groupId>com.alexnederlof</groupId> <artifactId>jasperreports-plugin</artifactId> <version>2.3</version> <executions> <execution> <phase>process-classes</phase> <goals> <goal>jasper</goal> </goals> </execution> </executions> <configuration> <compiler>net.sf.jasperreports.engine.design.JRJdtCompiler</compiler> <sourceDirectory>src/main/jasperreports</sourceDirectory> <outputDirectory>${project.build.outputDirectory}/jasper</outputDirectory> <outputFileExt>.jasper</outputFileExt> <xmlValidation>true</xmlValidation> <verbose>false</verbose> <numberOfThreads>4</numberOfThreads> <classpathElements> <element>${basedir}/target/classes</element> </classpathElements> </configuration> </plugin>

@lucarota
Copy link
Contributor

The plugin com.alexnederlof:jasperreports-plugin:2.3 requires Maven version 3.1.0
I am using Apache Maven 3.0.5

You must update your maven version.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants