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..64bf72b --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +Font Awesome WebJar + +More info: http://webjars.org + +Upstream: http://fortawesome.github.com/Font-Awesome/ diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..484c42f --- /dev/null +++ b/pom.xml @@ -0,0 +1,135 @@ + + + 4.0.0 + + + org.sonatype.oss + oss-parent + 7 + + + jar + org.webjars + font-awesome + 2.0.0-SNAPSHOT + Font Awesome + WebJar for Font Awesome + http://webjars.org + + + + CC BY 3.0 + http://creativecommons.org/licenses/by/3.0/ + repo + + + + + http://github.com/webjars/font-awesome + scm:git:https://github.com/webjars/font-awesome.git + scm:git:https://github.com/webjars/font-awesome.git + HEAD + + + + + jamesward + James Ward + james@jamesward.org + + + + + UTF-8 + 2.0.0 + FortAwesome-Font-Awesome-83257c4 + https://github.com/FortAwesome/Font-Awesome/zipball + ${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${upstreamVersion} + + + + + org.webjars + bootstrap + 2.2.1 + + + + + + + org.codehaus.mojo + wagon-maven-plugin + 1.0-beta-4 + + + process-resources + download-single + + ${sourceUrl} + ${upstreamVersion} + ${project.build.directory}/${project.artifactId}.zip + + + + + + + maven-antrun-plugin + 1.7 + + + process-resources + run + + + + + + + + + + + + + + + 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 + + + + + + + + + +