diff options
author | George Fraser <george@fivetran.com> | 2016-08-20 12:35:06 -0500 |
---|---|---|
committer | George Fraser <george@fivetran.com> | 2016-08-20 12:35:06 -0500 |
commit | ea0a36887374ee22e06a2009a602bcd5a479591a (patch) | |
tree | 53c91e6a6d09979961260044b1e7ad624cedb2a7 /pom.xml | |
parent | 4a968c78048802bd37e09a9619e7df4f2b7800d6 (diff) | |
download | java-language-server-ea0a36887374ee22e06a2009a602bcd5a479591a.zip |
Parse pom.xml automatically
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -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> |