summaryrefslogtreecommitdiffstats
path: root/configgen/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-07-24 15:55:23 +0200
committerGitHub <noreply@github.com>2017-07-24 15:55:23 +0200
commite8de5598132823aa791c5bb95df022b6865ef0f2 (patch)
tree0de54554e746edb793e16721580370f65c488037 /configgen/pom.xml
parentda67accbf615ad94e2ff24b061798cdfcc4afec2 (diff)
parent943500b7b722dad5e314238a96ddd3c2d6a13ce4 (diff)
Merge pull request #2998 from yahoo/bjorncs/fix
Revert "Configgen is not a bundle"
Diffstat (limited to 'configgen/pom.xml')
-rw-r--r--configgen/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/configgen/pom.xml b/configgen/pom.xml
index 8f6f65a7f49..c328ea53635 100644
--- a/configgen/pom.xml
+++ b/configgen/pom.xml
@@ -59,9 +59,7 @@
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
- <manifest>
- <mainClass>com.yahoo.config.codegen.MakeConfig</mainClass>
- </manifest>
+ <manifestFile>src/main/manifest.mf</manifestFile>
</archive>
</configuration>
</plugin>