Adding javadoc.jar to <extraArtifact> on jetty-runner invoker:install
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
6dde0d55c9
commit
cb0b0faf71
|
@ -75,6 +75,7 @@
|
|||
<configuration>
|
||||
<extraArtifacts>
|
||||
<extraArtifact>org.eclipse.jetty:jetty-home:${project.version}:zip</extraArtifact>
|
||||
<extraArtifact>org.eclipse.jetty:javadoc:javadoc:${project.version}</extraArtifact>
|
||||
<extraArtifact>org.eclipse.jetty.demos:demo-simple-webapp:${project.version}:war</extraArtifact>
|
||||
<extraArtifact>org.eclipse.jetty:jetty-client:${project.version}</extraArtifact>
|
||||
</extraArtifacts>
|
||||
|
|
Loading…
Reference in New Issue