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

    r1011 r1103  
    4646        <plugins> 
    4747            <plugin> 
     48                <groupId>org.apache.maven.plugins</groupId> 
     49                <artifactId>maven-jar-plugin</artifactId> 
     50                <configuration> 
     51                    <archive> 
     52                        <manifest> 
     53                            <addClasspath>true</addClasspath> 
     54                        </manifest> 
     55                    </archive> 
     56                </configuration> 
     57            </plugin> 
     58            <plugin> 
    4859                <artifactId>maven-assembly-plugin</artifactId> 
    4960                <version>2.2-beta-2</version> 
Note: See TracChangeset for help on using the changeset viewer.