diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4b664f2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/target +/.idea +/*.iml diff --git a/README b/README new file mode 100644 index 0000000..b54de14 --- /dev/null +++ b/README @@ -0,0 +1,3 @@ +jstree WebJar + +More info: http://webjars.org diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..f013874 --- /dev/null +++ b/pom.xml @@ -0,0 +1,124 @@ + + + 4.0.0 + + + org.sonatype.oss + oss-parent + 7 + + + jar + org.webjars + jstree + 1.0.0-SNAPSHOT + jstree + WebJar for jstree + http://webjars.org + + + + MIT License + https://github.com/jstree/jstree/blob/master/MIT-LICENSE.txt + repo + + + + + http://github.com/webjars/jstree + scm:git:https://github.com/webjars/jstree.git + scm:git:https://github.com/webjars/jstree.git + HEAD + + + + + jamesward + James Ward + james@jamesward.org + + + + + UTF-8 + 1.0.0 + https://raw.github.com/vakata/jstree/v.1.0/dist + ${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${jstree.version} + + + + + org.webjars + jquery + 1.8.2 + + + + + + + org.codehaus.mojo + wagon-maven-plugin + 1.0-beta-4 + + + download-js + process-resources + download-single + + ${downloadUrl} + jstree.js + ${destinationDir} + + + + download-min-js + process-resources + download-single + + ${downloadUrl} + jstree.min.js + ${destinationDir} + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.3.2 + + + + + + + release-sign-artifacts + + false + + performRelease + true + + + + + + maven-gpg-plugin + 1.2 + + + sign-artifacts + verify + + sign + + + + + + + + + +