Ignore:
Timestamp:
02/20/13 15:23:01 (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-guitar/pom.xml

    r1011 r1104  
    5353        </dependency> 
    5454    </dependencies> 
     55    <build> 
     56        <plugins> 
     57            <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        </plugins> 
     69    </build> 
    5570</project> 
Note: See TracChangeset for help on using the changeset viewer.