Changeset 208

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

pom update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libclamav/pom.xml

    r207 r208  
    8383                        </plugins> 
    8484                </pluginManagement> 
     85                <plugins> 
     86                        <plugin> 
     87                                <groupId>org.apache.maven.plugins</groupId> 
     88                                <artifactId>maven-source-plugin</artifactId> 
     89                                <executions> 
     90                                        <execution> 
     91                                                <id>attach-sources</id> 
     92                                                <goals> 
     93                                                        <goal>jar</goal> 
     94                                                </goals> 
     95                                        </execution> 
     96                                </executions> 
     97                        </plugin> 
     98                </plugins> 
    8599        </build> 
    86100        <dependencies>