Changeset 1102


Ignore:
Timestamp:
02/20/13 15:16:45 (11 years ago)
Author:
pharms
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-mfc/pom.xml

    r1011 r1102  
    5656        <plugins> 
    5757            <plugin> 
     58                <groupId>org.apache.maven.plugins</groupId> 
     59                <artifactId>maven-jar-plugin</artifactId> 
     60                <configuration> 
     61                    <archive> 
     62                        <manifest> 
     63                            <addClasspath>true</addClasspath> 
     64                        </manifest> 
     65                    </archive> 
     66                </configuration> 
     67            </plugin> 
     68            <plugin> 
    5869                <artifactId>maven-assembly-plugin</artifactId> 
    5970                <version>2.2-beta-2</version> 
Note: See TracChangeset for help on using the changeset viewer.