diff --git a/pom.xml b/pom.xml index eb7516480..ebcaa34f6 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,11 @@ org.apache.maven.plugins maven-source-plugin + + org.apache.maven.plugins + maven-site-plugin + false + @@ -136,18 +141,6 @@ 2.9.1 1.7 -
- var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-788492-5']); - _gaq.push(['_trackPageview']); - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); - - ]]>
@@ -261,20 +254,89 @@ build-helper-maven-plugin 1.8 + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.3 + + Normal + Max + true + target/site + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.4 +
+ + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + dependency-convergence + dependency-info + dependency-management + distribution-management + index + issue-tracking + license + mailing-list + + + + + scm + summary + + + + org.apache.maven.plugins maven-javadoc-plugin + + + aggregate + + aggregate + test-aggregate + + + + + + org.codehaus.mojo + findbugs-maven-plugin + + + org.apache.maven.plugins + maven-jxr-plugin + + + aggregate + + aggregate + test-aggregate + + + + true - ZXing Parent + ZXing Parent Maven project for ZXing modules http://github.com/zxing/zxing 2007 @@ -295,6 +357,16 @@ Github https://github.com/zxing/zxing/issues + + + zxing Google Group + https://groups.google.com/forum/?fromgroups#!forum/zxing + + + StackOverflow tag + http://stackoverflow.com/questions/tagged/zxing + + scm:git:https://github.com/zxing/zxing.git scm:git:https://github.com/zxing/zxing.git @@ -317,6 +389,11 @@ Sonatype Nexus Snapshots http://oss.sonatype.org/content/repositories/snapshots + + zxing.website + ZXing documentation + http://zxing.github.io/zxing/ + diff --git a/src/site/site.xml b/src/site/site.xml new file mode 100644 index 000000000..10a3bfa6b --- /dev/null +++ b/src/site/site.xml @@ -0,0 +1,33 @@ + + + + + + org.apache.maven.skins + maven-fluido-skin + 1.3.0 + + + + + + + +