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-jfc/pom.xml

    r1011 r1103  
    5151        <plugins> 
    5252            <plugin> 
     53                <groupId>org.apache.maven.plugins</groupId> 
     54                <artifactId>maven-jar-plugin</artifactId> 
     55                <configuration> 
     56                    <archive> 
     57                        <manifest> 
     58                            <addClasspath>true</addClasspath> 
     59                        </manifest> 
     60                    </archive> 
     61                </configuration> 
     62            </plugin> 
     63            <plugin> 
    5364                <artifactId>maven-assembly-plugin</artifactId> 
    5465                <version>2.2-beta-2</version> 
Note: See TracChangeset for help on using the changeset viewer.