Ignore:
Timestamp:
02/20/13 15:22:47 (11 years ago)
Author:
sherbold
Message:
  • updated POMs such that the MANIFEST of the plug-in jars now contains the classpath dependencies required by the plug-in.
File:
1 edited

Legend:

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

    r950 r1103  
    4141        <plugins> 
    4242            <plugin> 
     43                <groupId>org.apache.maven.plugins</groupId> 
     44                <artifactId>maven-jar-plugin</artifactId> 
     45                <configuration> 
     46                    <archive> 
     47                        <manifest> 
     48                            <addClasspath>true</addClasspath> 
     49                        </manifest> 
     50                    </archive> 
     51                </configuration> 
     52            </plugin> 
     53            <plugin> 
    4354                <artifactId>maven-assembly-plugin</artifactId> 
    4455                <version>2.2-beta-2</version> 
Note: See TracChangeset for help on using the changeset viewer.