diff --git a/website/pom.xml b/website/pom.xml new file mode 100644 index 00000000..f2b7c142 --- /dev/null +++ b/website/pom.xml @@ -0,0 +1,495 @@ + + + 4.0.0 + com.edurekademo.tutorial + addressbook + war + 2.0 + Vaadin Addressbook example + + + UTF-8 + false + 8.0.0.alpha2 + ${vaadin.version} + + + + + vaadin-prereleases + Vaadin Pre-releases + https://maven.vaadin.com/vaadin-prereleases + + + + vaadin-addons + http://maven.vaadin.com/vaadin-addons + + + + vaadin-snapshots + http://oss.sonatype.org/content/repositories/vaadin-snapshots/ + + false + + + true + + + + + + + vaadin-snapshots + http://oss.sonatype.org/content/repositories/vaadin-snapshots/ + + false + + + true + + + + + + + + com.vaadin + vaadin-compatibility-server + ${vaadin.version} + + + com.vaadin + vaadin-compatibility-shared + ${vaadin.version} + + + com.vaadin + vaadin-compatibility-client-compiled + ${vaadin.version} + + + com.vaadin + vaadin-themes + ${vaadin.version} + + + javax.servlet + javax.servlet-api + 3.0.1 + compile + + + + commons-beanutils + commons-beanutils + 1.9.2 + jar + + + + + log4j + log4j + 1.2.9 + + + org.slf4j + slf4j-api + 1.7.7 + + + org.slf4j + slf4j-simple + 1.7.7 + + + org.slf4j + slf4j-log4j12 + 1.7.7 + + + + + junit + junit + 4.7 + test + + + + + + commons-httpclient + commons-httpclient + 3.1 + + + + org.apache.commons + commons-lang3 + 3.1 + + + + + org.json + json + 20140107 + + + org.codehaus.jackson + jackson-jaxrs + 1.9.4 + + + + + com.sun.xml.security + xml-security-impl + 1.0 + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.2 + + 1.8 + 1.8 + + + + org.eclipse.jetty + jetty-maven-plugin + 9.2.3.v20140905 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + methods + 10 + + **/Test*.java + **/Test.java + **/TestCase.java + + + **/*Abstract*Test.java + + + + + + addressbook + + + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.19.1 + + + + + + + development + + true + + + + + metrics + + + + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.2 + + 1.8 + true + xml + + 20 + + true + 2 + + + + + + findbugs-maven-plugin + 2.4.0 + + Max + true + + + + + + + maven3 + + true + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.0 + + + enforce-versions + + enforce + + + + + [3.0,) + + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.3 + + + + maven-project-info-reports-plugin + 2.7 + + + org.jacoco + jacoco-maven-plugin + 0.7.2.201409121644 + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.0.1 + + + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.2 + + 1.8 + true + xml + + /pmd-rules.xml + + + 20 + true + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.4.0 + + Max + true + + + + maven-javadoc-plugin + 2.9.1 + + 1.8 + + gr.spinellis.umlgraph.doclet.UmlGraphDoc + + + gr.spinellis + UmlGraph + 4.6 + + + -inferrel -inferdep -hide java.* -collpackages + java.util.* -attributes -operations + -enumerations -enumconstants + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.4 + + + + + + com.edurekademo.tutorial + addressbook + ${project.version} + + + + + + + + maven2 + + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.0 + + + enforce-versions + + enforce + + + + + [2.0.9, 2.2.1] + + + + + + + + org.apache.maven.plugins + maven-site-plugin + 2.1.1 + + + com.edurekademo.tutorial + addressbook + ${project.version} + + + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura.version} + + + html + xml + + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.5 + + 1.8 + true + xml + + /pmd-rules.xml + + + 20 + true + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.9.1 + + addressbook-build/checkstyle.xml + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.4.0 + + Max + true + + + + maven-javadoc-plugin + 2.7 + + 1.8 + + gr.spinellis.umlgraph.doclet.UmlGraphDoc + + + gr.spinellis + UmlGraph + 4.6 + + + -inferrel -inferdep -hide java.* -collpackages + java.util.* -attributes -operations + -enumerations -enumconstants + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.1 + + + + + + +