Changeset 1103


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.
Location:
trunk
Files:
3 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> 
  • 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> 
  • 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.