Changeset 213

Show
Ignore:
Timestamp:
07/05/08 15:52:49 (6 months ago)
Author:
jfp
Message:

pom update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jsmtpd-2.x/jsmtpd-core/pom.xml

    r211 r213  
    8383              </plugins> 
    8484                </pluginManagement> 
    85               <plugins> 
     85            <plugins> 
    8686                      <plugin> 
    8787                        <groupId>com.google.code.maven-license-plugin</groupId> 
     
    9797                        </configuration> 
    9898                      </plugin> 
    99     </plugins> 
     99                      <plugin> 
     100                                        <groupId>org.apache.maven.plugins</groupId> 
     101                                        <artifactId>maven-source-plugin</artifactId> 
     102                                        <executions> 
     103                                                <execution> 
     104                                                        <id>attach-sources</id> 
     105                                                        <goals> 
     106                                                                <goal>jar</goal> 
     107                                                        </goals> 
     108                                                </execution> 
     109                                        </executions> 
     110                        </plugin> 
     111        </plugins> 
    100112  </build> 
    101113        <dependencies>