Skip to content

Commit

Permalink
[ci] Reworking pom and readme to focus on spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Aug 4, 2017
1 parent 4111a9b commit 31be962
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
18 changes: 8 additions & 10 deletions README.md
@@ -1,17 +1,15 @@
[![Build Status](https://travis-ci.org/hazendaz/findbugs-maven-plugin.svg?branch=spotbugs)](https://travis-ci.org/hazendaz/findbugs-maven-plugin)
[![Build Status](https://travis-ci.org/spotbugs/spotbugs-maven-plugin.svg?branch=spotbugs)](https://travis-ci.org/spotbugs/spotbugs-maven-plugin)

# **Note:** CodeHaus has been taken off-line.
## Latest Snapshot ##

Snapshots of the plugin are now located in the Sonatype Repository at https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/findbugs-maven-plugin/

Building findbugs-maven-plugin Requirements
=====================

Java 7 is required. This will allow analysis of bytecode up to Java 8
Please download latest snapshots from [here](https://oss.sonatype.org/content/repositories/snapshots/com/github/spotbugs/spotbugs-maven-plugin/)

Building spotbugs-maven-plugin Requirements
===========================================

Java 7 is required. This will allow analysis of bytecode up to Java 8.

findbugs-maven-plugin
spotbugs-maven-plugin
=====================

Maven Mojo Plug-In to generate reports based on the SpotBugs Analyzer
Expand Down Expand Up @@ -46,5 +44,5 @@ mvn -Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspe

Run gui with a specific version
```
mvn org.codehaus.mojo:findbugs-maven-plugin:3.0.2-SNAPSHOT:gui
mvn com.github.spotbugs:spotbugs-maven-plugin:3.1.0-SNAPSHOT:gui
```
16 changes: 8 additions & 8 deletions pom.xml
Expand Up @@ -9,14 +9,14 @@
<relativePath />
</parent>

<groupId>com.github.hazendaz.spotbugs</groupId>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>SpotBugs Maven Plugin</name>
<description>This Plug-In generates reports based on the SpotBugs Library</description>
<url>http://hazendaz.github.io/findbugs-maven-plugin/</url>
<url>http://spotbugs.github.io/spotbugs-maven-plugin/</url>
<inceptionYear>2005</inceptionYear>
<licenses>
<license>
Expand Down Expand Up @@ -98,14 +98,14 @@
</prerequisites>

<scm>
<connection>scm:git:https://github.com/hazendaz/findbugs-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/hazendaz/findbugs-maven-plugin.git</developerConnection>
<url>https://github.com/hazendaz/findbugs-maven-plugin</url>
<connection>scm:git:https://github.com/spotbugs/spotbugs-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spotbugs/spotbugs-maven-plugin.git</developerConnection>
<url>https://github.com/spotbugs/spotbugs-maven-plugin</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>http://github.com/hazendaz/findbugs-maven-plugin/issues</url>
<url>http://github.com/spotbugs/spotbugs-maven-plugin/issues</url>
</issueManagement>
<distributionManagement>
<repository>
Expand All @@ -118,7 +118,7 @@
</snapshotRepository>
<site>
<id>github-project-site</id>
<url>gitsite:git@github.com/hazendaz/findbugs-maven-plugin.git</url>
<url>gitsite:git@github.com/spotbugs/spotbugs-maven-plugin.git</url>
</site>
</distributionManagement>

Expand Down Expand Up @@ -440,7 +440,7 @@
<excludeDefaults>true</excludeDefaults>
<plugins>
<plugin>
<groupId>com.github.hazendaz.spotbugs</groupId>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
Expand Down

0 comments on commit 31be962

Please sign in to comment.