Changeset 15591 for lang/java

Show
Ignore:
Timestamp:
07/10/08 09:51:21 (5 months ago)
Author:
cactusman
Message:

maven-pluginのバージョン指定がなかったものを、指定するように変更

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/java/postter/trunk/pom.xml

    r15573 r15591  
    5454                                <groupId>org.apache.maven.plugins</groupId> 
    5555                                <artifactId>maven-shade-plugin</artifactId> 
     56                                <version>1.1</version> 
    5657                                <executions> 
    5758                                        <execution> 
     
    7071                                </executions> 
    7172                        </plugin> 
     73                        <!-- reporting plugin --> 
    7274                        <plugin> 
    7375                                <groupId>org.codehaus.mojo</groupId> 
     
    9496                                <groupId>org.apache.maven.plugins</groupId> 
    9597                                <artifactId>maven-checkstyle-plugin</artifactId> 
     98                                <version>2.2</version> 
    9699                                <configuration> 
    97100                                        <consoleOutput>true</consoleOutput> 
    98                                         <!--  configLocation> 
    99                                                 ${user.home}/checkstyle.xml 
    100                                                 </configLocation --> 
     101                                        <!--  configLocation>${user.home}/checkstyle.xml</configLocation --> 
    101102                                </configuration> 
    102103                        </plugin> 
    103104                        <plugin> 
     105                                <groupId>org.apache.maven.plugins</groupId> 
    104106                                <artifactId>maven-pmd-plugin</artifactId> 
     107                                <version>2.4</version> 
    105108                                <configuration> 
    106109                                        <linkXref>true</linkXref>