Skip to content

Commit

Permalink
cleanup of poms
Browse files Browse the repository at this point in the history
remove automatic findbugs from core
  • Loading branch information
robfrank committed Oct 22, 2015
1 parent 9fdd843 commit 7335f9a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 68 deletions.
58 changes: 2 additions & 56 deletions core/pom.xml
Expand Up @@ -90,34 +90,7 @@
<exclude.test.5>empty.java</exclude.test.5>
<exclude.test.6>empty.java</exclude.test.6>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<effort>Max</effort>
<threshold>Low</threshold>
<xmlOutput>true</xmlOutput>
<findbugsXmlOutput>true</findbugsXmlOutput>
<includeFilterFile>findbugs_filter.xml</includeFilterFile>
</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>

</profile>
<profile>
<id>release</id>
Expand All @@ -135,34 +108,7 @@
<exclude.test.5>empty.java</exclude.test.5>
<exclude.test.6>empty.java</exclude.test.6>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<effort>Max</effort>
<threshold>Low</threshold>
<xmlOutput>true</xmlOutput>
<findbugsXmlOutput>true</findbugsXmlOutput>
<includeFilterFile>findbugs_filter.xml</includeFilterFile>
</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>

</profile>
<profile>
<id>localDeploy</id>
Expand Down
35 changes: 23 additions & 12 deletions pom.xml
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
s<?xml version="1.0"?>

<!-- ~ Copyright 2010-2013 Orient Technologies LTD ~ ~ Licensed under the
Apache License, Version 2.0 (the "License"); ~ you may not use this file
Expand Down Expand Up @@ -48,10 +48,10 @@
<timezone>+1</timezone>
</developer>
<developer>
<id>enisher</id>
<name>Artem Orobets</name>
<email>a.orobets@orientechnologies.com</email>
<id>lomakin.andrey</id>
<name>Andrey Lomakin</name>
<organization>Orientechnologies</organization>
<email>a.lomakin@orientechnologies.com</email>
<organizationUrl>http://www.orientechnologies.com</organizationUrl>
<roles>
<role>architect</role>
Expand All @@ -60,21 +60,32 @@
<timezone>+2</timezone>
</developer>
<developer>
<id>lomakin.andrey</id>
<name>Andrey Lomakin</name>
<email>a.lomakin@orientechnologies.com</email>
<organization>Orientechnologies</organization>
<id>e.risa</id>
<name>Enrico Risa</name>
<email>e.risa@orientechnologies.com</email>
<organizationUrl>http://www.orientechnologies.com</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+2</timezone>
<timezone>+1</timezone>
</developer>
<developer>
<id>molino.luca</id>
<name>Luca Molino</name>
<email>molino.luca@gmail.com</email>
<id>l.aquila</id>
<name>Luigi Dell'Aquila</name>
<email>l.dellaquila@orientechnologies.com</email>
<organizationUrl>http://www.orientechnologies.com</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>e.tagliaferri</id>
<name>Emanuale Tagliaferri</name>
<email>l.tagliaferri@orientechnologies.com</email>
<organizationUrl>http://www.orientechnologies.com</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
Expand Down

0 comments on commit 7335f9a

Please sign in to comment.