使用 Apache Maven

JasperReports 的 -外掛亞歷克斯 Nederlof 是放棄了一個很好的替代 org.codehaus.mojo:JasperReports 的 - Maven 的外掛外掛。

新增外掛是一個典型的簡單過程:

<build>
    <plugins>
        <plugin>
            <groupId>com.alexnederlof</groupId>
            <artifactId>jasperreports-plugin</artifactId>
            <version>2.3</version>
            <executions>
                <execution>
                    <phase>process-sources</phase>
                    <goals>
                        <goal>jasper</goal>
                    </goals>
                </execution>
            </executions>
            <configuration>
                <sourceDirectory>src/main/resources/jrxml</sourceDirectory>
                <outputDirectory>${project.build.directory}/jasper</outputDirectory>
            </configuration>
        </plugin>
    </plugins>
</build>

使用 Maven 編譯的命令 :

mvn jasperreports:jasper

碧玉檔案將被建立 $ {project.build.directory} /碧玉資料夾(例如,在 /目標/碧玉