reformat pom and set name to follow convention
This commit is contained in:
parent
5e97db85e4
commit
aafa593ac4
|
@ -9,13 +9,8 @@
|
|||
<version>9.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>jetty-plugins</artifactId>
|
||||
<name>jetty-plugins</name>
|
||||
<name>Jetty :: Plugin Support</name>
|
||||
<description>The jetty plugin artifact.</description>
|
||||
<url>${jetty.url}</url>
|
||||
<properties>
|
||||
<aetherVersion>1.13.1</aetherVersion>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -46,7 +41,6 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
|
Loading…
Reference in New Issue