summaryrefslogtreecommitdiffstats
path: root/jdisc_core/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-09-21 14:50:27 +0200
committergjoranv <gv@oath.com>2019-01-21 15:09:22 +0100
commitca3a1b2a10730143de385af03bb5884e8e10b84a (patch)
tree7a469ebc18090b4ff55bf89959cb5816ff72bd6e /jdisc_core/pom.xml
parent80c3df3dfae2d04fe82daa16fcd62ddcfcdd39d3 (diff)
Remove jdisc-logfmt
Diffstat (limited to 'jdisc_core/pom.xml')
-rw-r--r--jdisc_core/pom.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index bbfe750b2a5..f0f293ac3b7 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -308,39 +308,6 @@
</plugin>
</plugins>
</build>
- <profiles>
- <profile>
- <id>test-logfmt</id>
- <activation>
- <property>
- <name>!skipTests</name>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>test-logfmt</id>
- <phase>test</phase>
- <goals>
- <goal>exec</goal>
- </goals>
- <configuration>
- <executable>${project.basedir}/src/test/perl/vespa-jdisc-logfmt-test.sh</executable>
- <arguments>
- <argument>${project.basedir}/src/main/perl/vespa-jdisc-logfmt</argument>
- </arguments>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
<properties>
<exportPackagesFile>${project.build.directory}/classes/exportPackages.properties</exportPackagesFile>
</properties>