X-Git-Url: http://git.osdn.net/view?p=jovsonz%2FJovsonz.git;a=blobdiff_plain;f=pom.xml;h=02d4a69d7ed73acdf871eaeb0ba76af00491d656;hp=97627c65c94c1ab5b0dc658c5ff5afefcce230e0;hb=e65ba12617d2afc885e877468718aaad676b94e3;hpb=576cfc1cca7e67dea29c8609faca43369857fa4a diff --git a/pom.xml b/pom.xml index 97627c6..02d4a69 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ - + UTF-8 UTF-8 - ${project.basedir}/src/main/config + ${project.basedir}/src/main/config - - ${maven.compiler.source} - - - ${project.myrepoconf}/checks.xml + ${project.mainconf}/checks.xml + false @@ -106,7 +103,7 @@ junit junit - [4.8.2,) + 4.10 test @@ -122,6 +119,22 @@ org.apache.maven.plugins + maven-enforcer-plugin + 1.0.1 + + + + [2.2,) + + + [1.5,) + + + + + + + org.apache.maven.plugins maven-clean-plugin 2.4.1 @@ -130,7 +143,11 @@ ${project.basedir} **/.DS_Store + **/_MACOSX **/Thumbs.db + **/thumbs.db + **/Desktop.ini + **/desktop.ini **/core @@ -156,7 +173,7 @@ org.apache.maven.plugins maven-jar-plugin - 2.3.1 + 2.3.2 @@ -179,22 +196,6 @@ org.apache.maven.plugins - maven-enforcer-plugin - 1.0 - - - - [2.2,3) - - - [1.5,) - - - - - - - org.apache.maven.plugins maven-source-plugin 2.1.2 @@ -216,6 +217,63 @@ + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.10 + + false + true + + + + + org.apache.maven.plugins + maven-site-plugin + 3.0 + + true + ja + ${project.build.sourceEncoding} + ${project.reporting.outputEncoding} + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.8 + + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.6 + + ${maven.compiler.target} + + ${project.mainconf}/pmdrules.xml + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.2 + + Max + Low + + + @@ -231,16 +289,33 @@ src/main/resources - **/*.css - **/*.html - **/*.png - **/*.properties **/*.txt + + **/*.properties + **/*.xml **/*.xsd + **/*.dtd + + **/*.html + **/*.htm + **/*.css + + **/*.png + **/*.gif + **/*.jpeg + **/*.jpg **/version.properties + + **/.DS_Store + **/_MACOSX + **/Thumbs.db + **/thumbs.db + **/Desktop.ini + **/desktop.ini + **/core @@ -254,15 +329,34 @@ org.apache.maven.plugins - maven-site-plugin - 2.2 + maven-project-info-reports-plugin + 2.4 - ja - true - true - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} + true + true + + + + index + summary + license + dependencies + plugins + scm + project-team + + + + @@ -270,28 +364,81 @@ maven-javadoc-plugin 2.8 + false + true + true protected + maven + + + + + javadoc + + + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.3 + + false + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.10 + + false + + + + + report-only + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.1 + + ${project.build.sourceEncoding} org.apache.maven.plugins maven-checkstyle-plugin - 2.6 + 2.8 - ${checkstyle.config.location} - UTF-8 + false + + + + + checkstyle + + + org.apache.maven.plugins maven-pmd-plugin - 2.5 + 2.6 + false ${maven.compiler.target} - ${project.myrepoconf}/pmdrules.xml + ${project.mainconf}/pmdrules.xml @@ -309,30 +456,23 @@ findbugs-maven-plugin 2.3.2 + false Max Low - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} - + org.codehaus.mojo - cobertura-maven-plugin - 2.4 - - - - org.codehaus.mojo javancss-maven-plugin 2.0 - org.apache.maven.plugins - maven-jxr-plugin - 2.2 + org.codehaus.mojo + jdepend-maven-plugin + 2.0-beta-2