summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGeorge Fraser <george@fivetran.com>2017-04-15 22:28:51 -0700
committerGeorge Fraser <george@fivetran.com>2017-04-15 22:28:51 -0700
commite428fff73865d03260a09336ac7b81514bb20c45 (patch)
tree65e6fbe5650dc2335ee3d8f414fcf448bc6b9a53 /pom.xml
parent1fbe7bc7e27df24563fd978225b7109fb939b0cd (diff)
downloadjava-language-server-e428fff73865d03260a09336ac7b81514bb20c45.zip
docpath.txt
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f1043be..0f96dc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,6 +167,17 @@
<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>