Changeset 572


Ignore:
Timestamp:
08/17/12 12:27:49 (12 years ago)
Author:
sherbold
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-assertions-test/pom.xml

    r571 r572  
    8989      <plugin> 
    9090        <groupId>org.apache.maven.plugins</groupId> 
     91        <artifactId>maven-dependency-plugin</artifactId> 
     92        <version>2.4</version> 
     93        <executions> 
     94          <execution> 
     95            <id>unpack</id> 
     96            <phase>process-classes</phase> 
     97            <goals> 
     98              <goal>unpack</goal> 
     99            </goals> 
     100            <configuration> 
     101              <artifactItems> 
     102                <artifactItem> 
     103                  <groupId>de.ugoe.cs.quest</groupId> 
     104                  <artifactId>quest-core-assertions</artifactId> 
     105                  <version>0.0.1-SNAPSHOT</version> 
     106                  <outputDirectory>${project.build.directory}/classes</outputDirectory> 
     107                </artifactItem> 
     108              </artifactItems> 
     109            </configuration> 
     110          </execution> 
     111        </executions> 
     112      </plugin> 
     113      <plugin> 
     114        <groupId>org.apache.maven.plugins</groupId> 
    91115        <artifactId>maven-jar-plugin</artifactId> 
    92116        <version>2.3.2</version> 
Note: See TracChangeset for help on using the changeset viewer.