diff --git a/.gitignore b/.gitignore index 0f182a0..acd1ac3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ *.jar *.war *.ear +/target diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..cdf8a08 --- /dev/null +++ b/pom.xml @@ -0,0 +1,62 @@ + + 4.0.0 + org.vaadin.addons + exporter + 0.0.5.5-SNAPSHOT + + + UTF-8 + 7.0.6 + ${vaadin.version} + + + + ${basedir}/src + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + UTF-8 + + + + + + + + + com.vaadin + vaadin-server + ${vaadin.version} + + + org.apache.poi + poi + 3.9 + + + com.itextpdf + itextpdf + 5.3.4 + + + + \ No newline at end of file