spec/pom.xml in maven-tools-1.0.13 vs spec/pom.xml in maven-tools-1.1.0

- old
+ new

@@ -281,11 +281,11 @@ <groupId>org.group</groupId> <artifactId>gem-extension</artifactId> <version>1.2</version> </extension> </extensions> - <defaultGoal>install</defaultGoal> + <defaultGoal>deploy</defaultGoal> <resources> <resource> <targetPath>target</targetPath> <filtering>true</filtering> <directory>resources</directory> @@ -308,9 +308,11 @@ <excludes> <exclude>*~</exclude> </excludes> </testResource> </testResources> + <directory>target</directory> + <finalName>myproject</finalName> <pluginManagement> <plugins> <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId>