Skip to content

Instantly share code, notes, and snippets.

@debraj-manna
Created May 22, 2020 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debraj-manna/c1b0debf3f50f5ede32d2e9de68430ac to your computer and use it in GitHub Desktop.
Save debraj-manna/c1b0debf3f50f5ede32d2e9de68430ac to your computer and use it in GitHub Desktop.
Effective Pom
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.version: 10.15
[INFO] os.detected.version.major: 10
[INFO] os.detected.version.minor: 15
[INFO] os.detected.classifier: osx-x86_64
[INFO]
[INFO] --------------------------< com.vnera:delete >--------------------------
[INFO] Building delete 0.001-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-help-plugin:3.2.0:effective-pom (default-cli) @ delete ---
[INFO]
Effective POMs, after inheritance, interpolation, and profiles are applied:
<?xml version="1.0" encoding="UTF-8"?>
<!-- ====================================================================== -->
<!-- -->
<!-- Generated by Maven Help Plugin on 2020-05-22T21:30:53+05:30 -->
<!-- See: http://maven.apache.org/plugins/maven-help-plugin/ -->
<!-- -->
<!-- ====================================================================== -->
<!-- ====================================================================== -->
<!-- -->
<!-- Effective POM for project 'com.vnera:delete:jar:0.001-SNAPSHOT' -->
<!-- -->
<!-- ====================================================================== -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.vnera</groupId>
<artifactId>main</artifactId>
<version>0.001-SNAPSHOT</version>
</parent>
<groupId>com.vnera</groupId>
<artifactId>delete</artifactId>
<version>0.001-SNAPSHOT</version>
<name>delete</name>
<properties>
<akka.version>2.5.8</akka.version>
<apache.commons.file.upload.version>1.3.3</apache.commons.file.upload.version>
<apache.httpcomponents.version>4.5.5</apache.httpcomponents.version>
<aws.version>1.11.479</aws.version>
<azure.version>1.21.0</azure.version>
<cisco.model.version>0.005-SNAPSHOT</cisco.model.version>
<com.googlecode.java-ipv6>0.16</com.googlecode.java-ipv6>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
<commons.cli.version>1.3.1</commons.cli.version>
<commons.codec.version>1.10</commons.codec.version>
<commons.collections.version>3.2.2</commons.collections.version>
<commons.configuration.version>1.6</commons.configuration.version>
<commons.io.version>2.5</commons.io.version>
<commons.logging.api.version>1.1</commons.logging.api.version>
<commons.logging.version>1.2</commons.logging.version>
<converter.gson.version>2.3.0</converter.gson.version>
<datadog-metrics.version>1.1.13</datadog-metrics.version>
<dev-local-prop-file>dev-local.properties</dev-local-prop-file>
<dnsjava.version>2.1.7</dnsjava.version>
<dropwizard.es.version>1.2.0-1</dropwizard.es.version>
<dropwizard.version>2.0.5</dropwizard.version>
<es.version>5.6.16</es.version>
<exclude-tests>**/*$*,com.vnera.common.testcategories.UnstableTest.java</exclude-tests>
<exec.maven.plugin.version>1.4.0</exec.maven.plugin.version>
<fastutil.version>8.1.0</fastutil.version>
<findbugs.version>2.0.3</findbugs.version>
<generated-test-prop-filename>generated-test.properties</generated-test-prop-filename>
<grpc.netty.version>1.25.0</grpc.netty.version>
<grpc.version>1.11.0</grpc.version>
<gson.version>2.6.2</gson.version>
<guava.version>23.5-jre</guava.version>
<hadoop.version>2.6.0-cdh5.16.1</hadoop.version>
<hamcrest.version>1.3</hamcrest.version>
<hbase.client.version>1.2.0-cdh5.16.1</hbase.client.version>
<hbase.server.version>1.2.0-cdh5.16.1</hbase.server.version>
<include.scope />
<include.tests>**/*Test*.java</include.tests>
<io.kubernetes.version>8.0.0</io.kubernetes.version>
<jackson.version>1.9.13</jackson.version>
<jackson2.version>2.10.1</jackson2.version>
<jacoco.skip>true</jacoco.skip>
<jacoco.ut.execution.data.file>target/jacoco.exec</jacoco.ut.execution.data.file>
<jacoco.ut.merged.exec>target/jacoco_vrni_main${execType}.exec</jacoco.ut.merged.exec>
<jacoco.version>0.8.5</jacoco.version>
<java.jwt.version>3.2.0</java.jwt.version>
<javaassist.version>3.20.0-GA</javaassist.version>
<jaxb2.mvn.plugin.version>2.3.1</jaxb2.mvn.plugin.version>
<jcraft.version>0.1.54</jcraft.version>
<jersey.version>2.30.1</jersey.version>
<jetty.server.version>9.3.22.v20171030</jetty.server.version>
<jgrapht.core.version>0.9.1</jgrapht.core.version>
<jgrapht.version>5.13.0.0</jgrapht.version>
<jline.version>2.14.2</jline.version>
<joda.time.version>2.10</joda.time.version>
<junit.version>4.12</junit.version>
<kafka.client.version>0.11.0.3</kafka.client.version>
<log4j.version>1.2.17</log4j.version>
<logging.interceptor.version>3.8.0</logging.interceptor.version>
<lombok.version>1.14.8</lombok.version>
<main.version>0.001-SNAPSHOT</main.version>
<metrics.version>3.0.1</metrics.version>
<motd.maven.version>1.5.0.Final</motd.maven.version>
<mvn.antrun.plugin.version>1.8</mvn.antrun.plugin.version>
<mvn.assembly.plugin.version>3.0.0</mvn.assembly.plugin.version>
<mvn.checkstyle.plugin.version>2.17</mvn.checkstyle.plugin.version>
<mvn.dependency.plugin.version>3.1.1</mvn.dependency.plugin.version>
<mvn.findbugs.plugin.version>3.0.4</mvn.findbugs.plugin.version>
<mvn.pmd.plugin.version>3.12.0</mvn.pmd.plugin.version>
<mvn.resources.plugin.version>3.0.2</mvn.resources.plugin.version>
<mvn.shade.plugin.version>3.0.0</mvn.shade.plugin.version>
<mvn.surefire.plugin.version>2.22.2</mvn.surefire.plugin.version>
<net.grey-panther.comparator.version>1.1</net.grey-panther.comparator.version>
<netty.version>4.1.17.Final</netty.version>
<nsx.sdk.version>2.3.0</nsx.sdk.version>
<org.apache.commons.cli.version>1.1</org.apache.commons.cli.version>
<org.apache.commons.codec.version>1.9</org.apache.commons.codec.version>
<org.apache.commons.collections4.version>4.1</org.apache.commons.collections4.version>
<org.apache.commons.version>3.7</org.apache.commons.version>
<org.apache.httpcomponents.httpcore.version>4.4.5</org.apache.httpcomponents.httpcore.version>
<os.detected.arch>x86_64</os.detected.arch>
<os.detected.classifier>osx-x86_64</os.detected.classifier>
<os.detected.name>osx</os.detected.name>
<profile-properties>dev-local.properties</profile-properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<properties.maven.plugin.version>1.0.0</properties.maven.plugin.version>
<protobuf.java.format.version>1.2</protobuf.java.format.version>
<protobufs.version>2.5.0</protobufs.version>
<quartz.version>2.2.1</quartz.version>
<retrofit.version>2.5.0</retrofit.version>
<samza.api.version>1.0.0_arkin-p2</samza.api.version>
<samza.version>1.0.0_arkin</samza.version>
<scala.version>2.11.12</scala.version>
<slf4j.version>1.7.25</slf4j.version>
<snakeyaml.version>1.15</snakeyaml.version>
<snappy.version>1.1.2.6</snappy.version>
<spring4.version>4.3.18.RELEASE</spring4.version>
<swagger.annotations.version>1.5.12</swagger.annotations.version>
<test-package>com.vnera.common.testcategories</test-package>
<testcase-group-functional-tests-only>com.vnera.common.testcategories.FunctionalTest</testcase-group-functional-tests-only>
<testcase-group-unit-tests-only>com.vnera.common.testcategories.UnitTest</testcase-group-unit-tests-only>
<testcase-groupA>com.vnera.common.testcategories.UnitTest,com.vnera.common.testcategories.IntegrationTestA,com.vnera.common.testcategories.ComponentTests</testcase-groupA>
<testcase-groupB>com.vnera.common.testcategories.UnitTest,com.vnera.common.testcategories.IntegrationTestA,com.vnera.common.testcategories.IntegrationTestB</testcase-groupB>
<testcase-groupC>com.vnera.common.testcategories.FunctionalTest,com.vnera.common.testcategories.UnitTest</testcase-groupC>
<testcase-integration>com.vnera.common.testcategories.UnitTest,com.vnera.common.testcategories.IntegrationTest</testcase-integration>
<testcase.groups>com.vnera.common.testcategories.UnitTest,com.vnera.common.testcategories.IntegrationTestA,com.vnera.common.testcategories.ComponentTests</testcase.groups>
<thrift.version>0.11.0</thrift.version>
<velocity.version>1.7</velocity.version>
<velocloud.version>1.0.0</velocloud.version>
<vipservice.version>5.3.0.0</vipservice.version>
<xenon.version>1.5.0</xenon.version>
<xolstice.protobuf.version>0.5.0</xolstice.protobuf.version>
<yarn.version>2.6.0-cdh5.16.1</yarn.version>
<zookeeper.client.version>3.4.13</zookeeper.client.version>
</properties>
<dependencies>
<dependency>
<groupId>com.vnera</groupId>
<artifactId>programs</artifactId>
<version>0.001-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.vnera</groupId>
<artifactId>programs</artifactId>
<version>0.001-SNAPSHOT</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.vnera</groupId>
<artifactId>core-model</artifactId>
<version>0.001-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.vnera</groupId>
<artifactId>storage-utils</artifactId>
<version>0.001-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.rholder</groupId>
<artifactId>guava-retrying</artifactId>
<version>1.0.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>guava</artifactId>
<groupId>com.google.guava</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>1.3.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>0.9.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>23.5-jre</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>2.0.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jexl</artifactId>
<version>2.1.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.googlecode.protobuf-java-format</groupId>
<artifactId>protobuf-java-format</artifactId>
<version>1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>0.11.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>httpcore</artifactId>
<groupId>org.apache.httpcomponents</groupId>
</exclusion>
<exclusion>
<artifactId>httpclient</artifactId>
<groupId>org.apache.httpcomponents</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.11</artifactId>
<version>2.5.8</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>scala-library</artifactId>
<groupId>org.scala-lang</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.2.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>c3p0</artifactId>
<groupId>c3p0</groupId>
</exclusion>
<exclusion>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.5.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper-common</artifactId>
<version>4.10.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>libs-release</name>
<url>http://artifactory.arkin.local:8080/libs-release</url>
</repository>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>snapshots</id>
<name>libs-snapshot</name>
<url>http://artifactory.arkin.local:8080/libs-snapshot</url>
</repository>
<repository>
<id>typesafe</id>
<name>Typesafe Repository</name>
<url>http://repo.typesafe.com/typesafe/releases/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>plugins-release</name>
<url>http://artifactory.arkin.local:8080/plugins-release</url>
</pluginRepository>
<pluginRepository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>snapshots</id>
<name>plugins-snapshot</name>
<url>http://artifactory.arkin.local:8080/plugins-snapshot</url>
</pluginRepository>
</pluginRepositories>
<build>
<sourceDirectory>/Users/dmanna/code/java/github/vnera/main/delete/src/main/java</sourceDirectory>
<scriptSourceDirectory>/Users/dmanna/code/java/github/vnera/main/delete/src/main/scripts</scriptSourceDirectory>
<testSourceDirectory>/Users/dmanna/code/java/github/vnera/main/delete/src/test/java</testSourceDirectory>
<outputDirectory>/Users/dmanna/code/java/github/vnera/main/delete/target/classes</outputDirectory>
<testOutputDirectory>/Users/dmanna/code/java/github/vnera/main/delete/target/test-classes</testOutputDirectory>
<extensions>
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.5.0.Final</version>
</extension>
</extensions>
<resources>
<resource>
<directory>/Users/dmanna/code/java/github/vnera/main/delete/src/main/resources</directory>
</resource>
</resources>
<testResources>
<testResource>
<directory>/Users/dmanna/code/java/github/vnera/main/delete/src/test/resources</directory>
</testResource>
</testResources>
<directory>/Users/dmanna/code/java/github/vnera/main/delete/target</directory>
<finalName>delete-0.001-SNAPSHOT</finalName>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.3</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-5</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>enforce-versions</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireJavaVersion>
<version>[1.8,)</version>
<message>*** This project requires JDK 1.8/J2SE 8 or later. ***</message>
</requireJavaVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<executions>
<execution>
<id>default-compile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</execution>
<execution>
<id>default-testCompile</id>
<phase>test-compile</phase>
<goals>
<goal>testCompile</goal>
</goals>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</execution>
</executions>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<executions>
<execution>
<id>default-test</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<source>def argLine = project.properties['argLine'];
if (argLine == null) {
argLine = "";
}
project.properties.argLine = argLine;</source>
<argLine>-Xms2048m -Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -XX:+ExitOnOutOfMemoryError ${argLine}</argLine>
<includes>
<include>**/*Test*.java</include>
</includes>
<excludes>
<exclude>**/*$*,com.vnera.common.testcategories.UnstableTest.java</exclude>
</excludes>
<groups>com.vnera.common.testcategories.UnitTest,com.vnera.common.testcategories.IntegrationTestA,com.vnera.common.testcategories.ComponentTests</groups>
<excludedGroups>${exclude.groups}</excludedGroups>
<forkMode>once</forkMode>
<classpathDependencyExcludes>
<classpathDependencyExclude>org.apache.logging.log4j:log4j-to-slf4j</classpathDependencyExclude>
</classpathDependencyExcludes>
<properties>
<property>
<name>listener</name>
<value>org.apache.bookkeeper.common.testing.util.TimedOutTestsListener</value>
</property>
</properties>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>2.22.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
<configuration>
<source>def argLine = project.properties['argLine'];
if (argLine == null) {
argLine = "";
}
project.properties.argLine = argLine;</source>
<argLine>-Xms2048m -Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -XX:+ExitOnOutOfMemoryError ${argLine}</argLine>
<includes>
<include>**/*Test*.java</include>
</includes>
<excludes>
<exclude>**/*$*,com.vnera.common.testcategories.UnstableTest.java</exclude>
</excludes>
<groups>com.vnera.common.testcategories.UnitTest,com.vnera.common.testcategories.IntegrationTestA,com.vnera.common.testcategories.ComponentTests</groups>
<excludedGroups>${exclude.groups}</excludedGroups>
<forkMode>once</forkMode>
<classpathDependencyExcludes>
<classpathDependencyExclude>org.apache.logging.log4j:log4j-to-slf4j</classpathDependencyExclude>
</classpathDependencyExcludes>
<properties>
<property>
<name>listener</name>
<value>org.apache.bookkeeper.common.testing.util.TimedOutTestsListener</value>
</property>
</properties>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version>
<executions>
<execution>
<id>pre-unit-test</id>
<goals>
<goal>prepare-agent</goal>
</goals>
<configuration>
<destFile>target/jacoco.exec</destFile>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.1</version>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
<executions>
<execution>
<id>default-clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<id>default-testResources</id>
<phase>process-test-resources</phase>
<goals>
<goal>testResources</goal>
</goals>
</execution>
<execution>
<id>default-resources</id>
<phase>process-resources</phase>
<goals>
<goal>resources</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>default-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>default-install</id>
<phase>install</phase>
<goals>
<goal>install</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
<executions>
<execution>
<id>default-site</id>
<phase>site</phase>
<goals>
<goal>site</goal>
</goals>
<configuration>
<outputDirectory>/Users/dmanna/code/java/github/vnera/main/delete/target/site</outputDirectory>
<reportPlugins>
<reportPlugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.4</version>
<configuration>
<onlyAnalyze>com.vnera.*</onlyAnalyze>
<effort>Max</effort>
<threshold>Low</threshold>
<xmlOutput>true</xmlOutput>
<xmlOutputDirectory>target/site</xmlOutputDirectory>
</configuration>
</reportPlugin>
<reportPlugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</reportPlugin>
</reportPlugins>
</configuration>
</execution>
<execution>
<id>default-deploy</id>
<phase>site-deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
<configuration>
<outputDirectory>/Users/dmanna/code/java/github/vnera/main/delete/target/site</outputDirectory>
<reportPlugins>
<reportPlugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.4</version>
<configuration>
<onlyAnalyze>com.vnera.*</onlyAnalyze>
<effort>Max</effort>
<threshold>Low</threshold>
<xmlOutput>true</xmlOutput>
<xmlOutputDirectory>target/site</xmlOutputDirectory>
</configuration>
</reportPlugin>
<reportPlugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</reportPlugin>
</reportPlugins>
</configuration>
</execution>
</executions>
<configuration>
<outputDirectory>/Users/dmanna/code/java/github/vnera/main/delete/target/site</outputDirectory>
<reportPlugins>
<reportPlugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.4</version>
<configuration>
<onlyAnalyze>com.vnera.*</onlyAnalyze>
<effort>Max</effort>
<threshold>Low</threshold>
<xmlOutput>true</xmlOutput>
<xmlOutputDirectory>target/site</xmlOutputDirectory>
</configuration>
</reportPlugin>
<reportPlugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</reportPlugin>
</reportPlugins>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<outputDirectory>/Users/dmanna/code/java/github/vnera/main/delete/target/site</outputDirectory>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.4</version>
<configuration>
<onlyAnalyze>com.vnera.*</onlyAnalyze>
<effort>Max</effort>
<threshold>Low</threshold>
<xmlOutput>true</xmlOutput>
<xmlOutputDirectory>target/site</xmlOutputDirectory>
</configuration>
</plugin>
</plugins>
</reporting>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment