this artifact is needed to build distribution so it must be declared as a dependency other can fail when using -pl option

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2019-05-30 17:57:05 +10:00
parent f4f9763761
commit acdc86909d
1 changed files with 7 additions and 0 deletions

View File

@ -430,6 +430,13 @@
<type>war</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-jaas-webapp</artifactId>
<version>${project.version}</version>
<type>war</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-documentation</artifactId>