diff --git a/pom.xml b/pom.xml index bd7dece..67b7700 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,9 @@ 4.0.2-SNAPSHOT GlassFishBuild Maven Plugin + + GlassFish Build Maven Plugin contains goals that help with Eclipse GlassFish build. + https://github.com/eclipse-ee4j/glassfish-build-maven-plugin @@ -62,10 +65,10 @@ - scm:git:git://github.com/eclipse-ee4j/glassfish-build-maven-plugin.git - scm:git:git://github.com/eclipse-ee4j/glassfish-build-maven-plugin.git - https://github.com/eclipse-ee4j/glassfish-build-maven-plugin - HEAD + scm:git:git://github.com/eclipse-ee4j/glassfish-build-maven-plugin.git + scm:git:git://github.com/eclipse-ee4j/glassfish-build-maven-plugin.git + https://github.com/eclipse-ee4j/glassfish-build-maven-plugin + HEAD @@ -168,6 +171,11 @@ maven-surefire-plugin 3.5.3 + + org.apache.maven.plugins + maven-site-plugin + 3.21.0 + @@ -289,4 +297,14 @@ test + + + + + org.apache.maven.plugins + maven-plugin-report-plugin + 3.15.1 + + + diff --git a/src/site/site.xml b/src/site/site.xml new file mode 100644 index 0000000..faec411 --- /dev/null +++ b/src/site/site.xml @@ -0,0 +1,14 @@ + + + + org.apache.maven.skins + maven-fluido-skin + 2.1.0 + + + + + + + + \ No newline at end of file