diff options
author | George Fraser <george@fivetran.com> | 2017-04-15 22:28:51 -0700 |
---|---|---|
committer | George Fraser <george@fivetran.com> | 2017-04-15 22:28:51 -0700 |
commit | e428fff73865d03260a09336ac7b81514bb20c45 (patch) | |
tree | 65e6fbe5650dc2335ee3d8f414fcf448bc6b9a53 /pom.xml | |
parent | 1fbe7bc7e27df24563fd978225b7109fb939b0cd (diff) | |
download | java-language-server-e428fff73865d03260a09336ac7b81514bb20c45.zip |
docpath.txt
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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> |