better maven 3 support. (no more relativePath).
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index affbf8bd1d9c6018e850160a790303dbd2d06b36..f0866711a37fe3209d936f4842b37bae6ed20afc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>jalopy-maven-plugin</artifactId>
+                               <version>1.0-alpha-1</version>
                                <configuration>
                                        <fileFormat>UNIX</fileFormat>
                                        <convention>org.wamblee.jalopy.xml</convention>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
+                               <version>2.3.2</version>
                                <configuration>
                                        <source>1.6</source>
                                        <target>1.6</target>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-jar-plugin</artifactId>
+                               <version>2.3.1</version>
                                <executions>
                                        <execution>
                                                <goals>
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>surefire-report-maven-plugin</artifactId>
+                               <version>2.0-beta-1</version>
                        </plugin>
                        <!-- checkstyle -->
                        <plugin>
                                </configuration>
                        </plugin>
 
-                       <!-- taglist -->
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>taglist-maven-plugin</artifactId>
-                               <configuration>
-                                       <tags>
-                                               <tag>TODO</tag>
-                                               <tag>@todo</tag>
-                                               <tag>FIXME</tag>
-                                       </tags>
-                               </configuration>
-                       </plugin>
-
                </plugins>
        </reporting>
 
                        </activation>
                        <distributionManagement>
                                <repository>
-                                       <id>local</id>
+                                       <id>localdir</id>
                                        <name>Local directory</name>
                                        <url>file:${user.home}/java/workspace/deploy</url>
                                </repository>