summaryrefslogtreecommitdiffstats
path: root/jdisc_core/pom.xml
diff options
context:
space:
mode:
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>