From: Olyutorskii Date: Sat, 1 Jun 2019 18:14:17 +0000 (+0900) Subject: update site plugins. X-Git-Tag: release-3.101.106^2~1^2~11 X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FTogaGem.git;a=commitdiff_plain;h=930c511ab9f0cd5331012956911d8ea7b742e10d update site plugins. --- diff --git a/pom.xml b/pom.xml index 256c8d8..e74a2f9 100644 --- a/pom.xml +++ b/pom.xml @@ -87,6 +87,12 @@ UTF-8 UTF-8 + en + ${locale} + ${locale} + + 3.0.0-M3 + ${project.basedir}/src/main/config ${project.mainconf}/checks.xml @@ -101,7 +107,7 @@ junit junit - 4.11 + 4.12 test @@ -116,6 +122,36 @@ + + + + + org.apache.maven.plugins + maven-clean-plugin + 3.1.0 + + + + ${project.basedir} + + **/*~ + **/*.swp + **/*.DS_Store + **/._* + **/__MACOSX + **/Thumbs.db + **/desktop.ini + **/core + **/hs_err_pid* + + + + + + + + + org.apache.maven.plugins maven-enforcer-plugin @@ -142,75 +178,51 @@ org.apache.maven.plugins - maven-install-plugin - 2.4 - - - - org.apache.maven.plugins - maven-clean-plugin - 2.5 - - - - ${project.basedir} - - **/.DS_Store - **/_MACOSX - **/Thumbs.db - **/thumbs.db - **/Desktop.ini - **/desktop.ini - **/core - - - - + maven-resources-plugin + 3.1.0 org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.8.0 1.8 1.8 - true - true + true + true org.apache.maven.plugins - maven-jar-plugin - 2.4 + maven-surefire-plugin + ${surefire-plugin.version} - - - ${project.organization.name} - - + true org.apache.maven.plugins - maven-assembly-plugin + maven-jar-plugin 2.4 - - src/main/assembly/descriptor.xml - + + + ${project.organization.name} + + org.apache.maven.plugins maven-source-plugin - 2.2.1 + 3.0.1 true @@ -232,29 +244,39 @@ org.apache.maven.plugins - maven-resources-plugin - 2.6 + maven-install-plugin + 3.0.0-M1 org.apache.maven.plugins - maven-surefire-plugin - 2.14.1 + maven-deploy-plugin + 3.0.0-M1 + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.7.1 - false - true + ${site.locales} + + + org.apache.maven.plugins - maven-site-plugin - 3.3 + maven-assembly-plugin + 2.4 - true - ja - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} + + src/main/assembly/descriptor.xml + @@ -340,7 +362,7 @@ **/version.properties **/.DS_Store - **/_MACOSX + **/__MACOSX **/Thumbs.db **/thumbs.db **/Desktop.ini @@ -360,7 +382,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 2.7 + 3.0.0 true true @@ -370,20 +392,21 @@ index summary - license + licenses + dependency-info dependencies + dependency-convergence plugins + plugin-management + team + issue-management scm - project-team @@ -502,18 +525,6 @@ - - org.codehaus.mojo - javancss-maven-plugin - 2.0 - - - - org.codehaus.mojo - jdepend-maven-plugin - 2.0-beta-2 - -