Why does jasperreports-maven-plugin needs itext:itext:jar:4.2.0?
问题 Since today we can't build our jasper file any more. We use the jasperreports-maven-plugin for this. In maven 2.2.1, this was configured like this: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jasperreports-maven-plugin</artifactId> <version>1.0-beta-2</version> <executions> <execution> <goals> <goal>compile-reports</goal> </goals> <configuration> <sourceDirectory>${basedir}/src/main/resources/reports</sourceDirectory> <outputDirectory>>${project.build.directory}/classes/reports<