|
15 | 15 | <artifactId>money-api</artifactId>
|
16 | 16 | <packaging>jar</packaging>
|
17 | 17 |
|
18 |
| - <version>0.9-SNAPSHOT</version> |
| 18 | + <version>0.9</version> |
19 | 19 |
|
20 | 20 | <name>JSR 354 (Money and Currency API)</name>
|
21 | 21 | <url>http://java.net/projects/javamoney</url>
|
|
783 | 783 | <showComments>true</showComments>
|
784 | 784 | <xincludeSupported>true</xincludeSupported>
|
785 | 785 | <fop1Extensions>1</fop1Extensions>
|
786 |
| - |
787 |
| - <!-- |
788 |
| - <foCustomization>${basedir}/src/main/asciidoc/customization-fopdf.xsl</foCustomization> |
789 |
| - <emailMailtoEnabled>true</emailMailtoEnabled> |
790 |
| - <generatedSourceDirectory>true</generatedSourceDirectory> |
791 |
| - <generateIndex>true</generateIndex> |
792 |
| - <useEmbedForSvg>true</useEmbedForSvg> |
793 |
| - <useExtensions>1</useExtensions> |
794 |
| - <highlightSource>1</highlightSource> |
795 |
| - <highlightDefaultLanguage>java</highlightDefaultLanguage> |
796 |
| - <calloutsExtension>1</calloutsExtension> |
797 |
| -
|
798 |
| - <fop1Extensions>1</fop1Extensions> |
799 |
| - <useEmbedForSvg>1</useEmbedForSvg> |
800 |
| - <imgSrcPath>src/main/asciidoc/images</imgSrcPath> |
801 |
| -
|
802 |
| - <postProcess> |
803 |
| - <zip |
804 |
| - destfile="${project.of.directory}/${project.artifactId}-${project.version}-docs.zip"> |
805 |
| - <fileset dir="${project.of.directory}/docs" |
806 |
| - includes="**/*.pdf" /> |
807 |
| - </zip> |
808 |
| - </postProcess --> |
809 | 786 | </configuration>
|
810 | 787 | </plugin>
|
811 |
| - <!-- plugin> |
812 |
| - <groupId>com.agilejava.docbkx</groupId> |
813 |
| - <artifactId>docbkx-fop-support</artifactId> |
814 |
| - <version>2.0.15</version> |
815 |
| - <executions> |
816 |
| - <execution> |
817 |
| - <phase>generate-resources</phase> |
818 |
| - <goals> |
819 |
| - <goal>generate</goal> |
820 |
| - </goals> |
821 |
| - <configuration> |
822 |
| - <ansi>true</ansi> |
823 |
| - <sourceDirectory>src/main/asciidoc</sourceDirectory> |
824 |
| - </configuration> |
825 |
| - </execution> |
826 |
| - </executions> |
827 |
| - </plugin --> |
828 | 788 | </plugins>
|
829 | 789 | </build>
|
830 | 790 |
|
|
844 | 804 | </reports>
|
845 | 805 | <configuration>
|
846 | 806 | <detectLinks>true</detectLinks>
|
847 |
| - <!-- <links> <link>http://static.springsource.org/spring/docs/${spring.version}/javadoc-api</link> |
848 |
| - <link>http://static.springsource.org/spring-security/site/docs/3.0.x/apidocs</link> |
849 |
| - <link>http://commons.apache.org/lang/api-2.5</link> <link>http://docs.oracle.com/javaee/5/api</link> |
850 |
| - </links> --> |
851 |
| - <!-- excludePackageNames>blabla</excludePackageNames --> |
852 | 807 | <keywords>true</keywords>
|
853 | 808 | <linksource>true</linksource>
|
854 |
| - <!-- overview>${basedir}/overview.html</overview --> |
855 | 809 | <source>${project.build.sourceCompilerLevel}</source>
|
856 |
| - <!-- stylesheetfile>${basedir}/src/site/css/money-jdoc.css</stylesheetfile --> |
857 | 810 | <verbose>true</verbose>
|
858 | 811 | <aggregate>true</aggregate>
|
859 | 812 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
|
|
883 | 836 | <linkJavadoc>true</linkJavadoc>
|
884 | 837 | <aggregate>true</aggregate>
|
885 | 838 | <javadocDir>${project.name}/apidocs</javadocDir>
|
886 |
| - <!-- stylesheet>${basedir}/src/site/css/javamoneys-jdoc.css</stylesheet --> |
887 | 839 | <windowTitle>JSR 354 - Java Money Sources</windowTitle>
|
888 | 840 | </configuration>
|
889 | 841 | </plugin>
|
|
937 | 889 | </tagListOptions>
|
938 | 890 | </configuration>
|
939 | 891 | </plugin>
|
940 |
| - <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> |
941 |
| - <version>2.4</version> <configuration> <xrefLocation>${project.reporting.outputDirectory}/../../xref</xrefLocation> |
942 |
| - <enableRulesSummary>false</enableRulesSummary> <configLocation>https://raw.github.com/JavaMoney/javamoney/master/checkstyle.xml</configLocation> |
943 |
| - <headerLocation>https://raw.github.com/JavaMoney/javamoney/master/checkstyle-license.txt</headerLocation> |
944 |
| - </configuration> </plugin> --> |
945 | 892 | <plugin>
|
946 | 893 | <groupId>org.apache.maven.plugins</groupId>
|
947 | 894 | <artifactId>maven-pmd-plugin</artifactId>
|
|
0 commit comments