summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGeorge Fraser <george@fivetran.com>2016-08-20 12:35:06 -0500
committerGeorge Fraser <george@fivetran.com>2016-08-20 12:35:06 -0500
commitea0a36887374ee22e06a2009a602bcd5a479591a (patch)
tree53c91e6a6d09979961260044b1e7ad624cedb2a7 /pom.xml
parent4a968c78048802bd37e09a9619e7df4f2b7800d6 (diff)
downloadjava-language-server-ea0a36887374ee22e06a2009a602bcd5a479591a.zip
Parse pom.xml automatically
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/pom.xml b/pom.xml
index 7d8b489..9ece3c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,24 +117,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<target>1.8</target>
</configuration>
</plugin>
- <!-- Generate classpath.txt for VS Code -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.9</version>
- <executions>
- <execution>
- <id>build-classpath</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>build-classpath</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <outputFile>classpath.txt</outputFile>
- </configuration>
- </plugin>
<!-- Configure fat jar -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>