aboutsummaryrefslogtreecommitdiffstats
path: root/model-evaluation/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-08-31 15:32:28 +0200
committergjoranv <gv@oath.com>2018-08-31 15:32:28 +0200
commit4c46c7ec4e2fb2aad370ce60ee063971d8268698 (patch)
treee851ad9d6ae3029b69ebcb5873e3a4b3045761fd /model-evaluation/pom.xml
parent314e1e869495aff453acd257de353008344ca62a (diff)
Remove bogus plugin configuration.
Diffstat (limited to 'model-evaluation/pom.xml')
-rw-r--r--model-evaluation/pom.xml18
1 files changed, 1 insertions, 17 deletions
diff --git a/model-evaluation/pom.xml b/model-evaluation/pom.xml
index 6fdc25f3786..edb22c1b529 100644
--- a/model-evaluation/pom.xml
+++ b/model-evaluation/pom.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<!-- Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<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
@@ -75,22 +75,6 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifestEntries>
- <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
- <Vespa-Version>${project.version}</Vespa-Version>
- </manifestEntries>
- </archive>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- </plugin>
</plugins>
</build>
</project>