reformat pom and set name to follow convention

This commit is contained in:
Jesse McConnell 2012-08-09 12:51:44 -05:00
parent 5e97db85e4
commit aafa593ac4
1 changed files with 59 additions and 65 deletions

View File

@ -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>