summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGeorge Fraser <george@fivetran.com>2017-04-22 16:13:21 -0700
committerGeorge Fraser <george@fivetran.com>2017-04-22 16:13:21 -0700
commit2b75ed343ca119077129ca9aba219a9e5a8d3e6a (patch)
tree0d2b14ada71b2040aac7f4cd0b2efb3d614bdcd5 /pom.xml
parent8196fb7742f0ffb60faee8ccc16bb6f18dd564ee (diff)
downloadjava-language-server-2b75ed343ca119077129ca9aba219a9e5a8d3e6a.zip
Switch to java.externalDependencies mechanism
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/pom.xml b/pom.xml
index 8e0ad79..fd0e0c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,47 +145,6 @@
</execution>
</executions>
</plugin>
-
- <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>
- <configuration>
- <includeScope>compile</includeScope>
- <outputFile>classpath.txt</outputFile>
- </configuration>
- </execution>
- <execution>
- <id>test-classpath</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>build-classpath</goal>
- </goals>
- <configuration>
- <includeScope>test</includeScope>
- <outputFile>test-classpath.txt</outputFile>
- </configuration>
- </execution>
- <execution>
- <id>docpath</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>build-classpath</goal>
- </goals>
- <configuration>
- <outputFile>docpath.txt</outputFile>
- <classifier>sources</classifier>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>