summaryrefslogtreecommitdiffstats
path: root/indexinglanguage/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indexinglanguage/pom.xml')
-rw-r--r--indexinglanguage/pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/indexinglanguage/pom.xml b/indexinglanguage/pom.xml
index f9ee18a4602..112dcee5136 100644
--- a/indexinglanguage/pom.xml
+++ b/indexinglanguage/pom.xml
@@ -60,31 +60,9 @@
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <configuration>
- <finalName>${project.artifactId}-jar-with-dependencies</finalName>
- </configuration>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>shade</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>com.helger.maven</groupId>
<artifactId>ph-javacc-maven-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-install-plugin</artifactId>
- <configuration>
- <updateReleaseInfo>true</updateReleaseInfo>
- </configuration>
- </plugin>
</plugins>
</build>
</project>