Skip to content

Commit

Permalink
Merge pull request #2 from intech-iiot/AP-7110-expose-all-mqtt-client…
Browse files Browse the repository at this point in the history
…-configurations-using-siddhi-script

Removing unnecessary repositories and plugins
  • Loading branch information
syedmhashim authored Jan 11, 2021
2 parents 355be60 + bb383d3 commit 5c985aa
Showing 1 changed file with 0 additions and 67 deletions.
67 changes: 0 additions & 67 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,39 +146,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.4</version>
<configuration>
<!--
Enables analysis which takes more memory but finds more bugs.
If you run out of memory, changes the value of the effort element
to 'Low'.
-->
<effort>Max</effort>
<!-- Build fail if problems are found -->
<failOnError>false</failOnError>
<!-- Reports all bugs (other values are medium and max) -->
<threshold>Low</threshold>
<!-- Produces XML report -->
<xmlOutput>true</xmlOutput>
<!-- Configures the directory in which the XML report is created -->
<findbugsXmlOutputDirectory>${project.build.directory}/findbugs</findbugsXmlOutputDirectory>
</configuration>
<executions>
<!--
Ensures that FindBugs inspects source code when project is compiled.
-->
<execution>
<id>analyze-compile</id>
<phase>compile</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<repositories>
Expand All @@ -190,41 +157,7 @@
<name>bintray</name>
<url>http://dl.bintray.com/andsel/maven</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>wso2</id>
<name>wso2</name>
<url>https://maven.wso2.org/nexus/content/repositories/releases/</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>wso2-nexus</id>
<name>wso2 nexus</name>
<url>http://maven.wso2.org/nexus/content/groups/wso2-public</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>wso2.releases</id>
<name>wso2 plugins releases</name>
<url>http://maven.wso2.org/nexus/content/repositories/releases</url>
</pluginRepository>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>wso2-nexus</id>
<name>wso2 plugins nexus</name>
<url>http://maven.wso2.org/nexus/content/groups/wso2-public</url>
</pluginRepository>
</pluginRepositories>

<scm>
<url>https://github.com/siddhi-io/siddhi-io-mqtt.git</url>
Expand Down

0 comments on commit 5c985aa

Please sign in to comment.