diff --git a/pom/annotations/pom.xml b/pom/annotations/pom.xml new file mode 100644 index 0000000000..ff92199ff0 --- /dev/null +++ b/pom/annotations/pom.xml @@ -0,0 +1,227 @@ + + 4.0.0 + + org.sonatype.oss + oss-parent + 7 + + + + com.google.code.findbugs + annotations + 3.0.1 + jar + + http://findbugs.sourceforge.net/ + FindBugs-Annotations + Annotation the FindBugs tool supports + + + GNU Lesser Public License + http://www.gnu.org/licenses/lgpl.html + repo + + + + + 3.0 + + + + scm:git:https://github.com/findbugsproject/findbugs/ + scm:git:https://github.com/findbugsproject/findbugs/ + https://github.com/findbugsproject/findbugs/ + + + + + net.jcip + jcip-annotations + 1.0 + compile + + + com.google.code.findbugs + jsr305 + 3.0.1 + compile + + + + + + bp + Bill Pugh + pugh at cs.umd.edu + http://www.cs.umd.edu/~pugh/ + + Project Lead + Primary Developer + + -5 + + + al + Andrey Loskutov + Loskutov@gmx.de + http://andrei.gmxhome.de/privat.html + + Eclipse plugin + + +1 + + + bp + Keith Lea + + http://keithlea.com/ + + web cloud + + -5 + + + + + ${basedir}/../../findbugs/src/java/ + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + package + + jar + + + edu.umd.cs.findbugs.annotations:net.jcip.annotations:javax.annotation:javax.annotation.meta:javax.annotation.concurrent + true + true + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.0 + + 1.5 + 1.5 + + edu/umd/cs/findbugs/annotations/*.java + + + edu/umd/cs/findbugs/annotations/DesireWarning.java + edu/umd/cs/findbugs/annotations/DesireNoWarning.java + edu/umd/cs/findbugs/annotations/ExpectWarning.java + edu/umd/cs/findbugs/annotations/NoWarning.java + + + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + + attach-sources + + jar-no-fork + + + + + + edu/umd/cs/findbugs/annotations/*.java + edu/umd/cs/findbugs/Priorities.java + + + edu/umd/cs/findbugs/annotations/DesireWarning.java + edu/umd/cs/findbugs/annotations/DesireNoWarning.java + edu/umd/cs/findbugs/annotations/ExpectWarning.java + edu/umd/cs/findbugs/annotations/NoWarning.java + + + + + org.apache.felix + maven-bundle-plugin + 2.4.0 + true + + + bundle-manifest + process-classes + + manifest + + + + + + findbugsAnnotations + ${project.name} + J2SE-1.5 + + edu.umd.cs.findbugs.annotations;javax.annotation;javax.annotation.concurrent;javax.annotation.meta;net.jcip.annotations + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + org.apache.maven.plugins + maven-shade-plugin + 2.4 + + + package + + shade + + + false + true + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + +