Changeset 584 for trunk/quest-runner


Ignore:
Timestamp:
08/21/12 15:11:06 (12 years ago)
Author:
sherbold
Message:
  • moved PHP plugin implementation from quest-ui-core to quest-php-guitar
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-runner/pom.xml

    r582 r584  
    170170            </configuration> 
    171171          </execution> 
     172          <execution> 
     173            <id>get-php-plugin-config</id> 
     174            <phase>process-classes</phase> 
     175            <goals> 
     176              <goal>unpack</goal> 
     177            </goals> 
     178            <configuration> 
     179              <artifactItems> 
     180                <artifactItem> 
     181                  <groupId>de.ugoe.cs.quest</groupId> 
     182                  <artifactId>quest-plugin-php</artifactId> 
     183                  <version>0.0.1-SNAPSHOT</version> 
     184                  <classifier>config</classifier> 
     185                  <type>zip</type> 
     186                  <outputDirectory>${project.build.directory}/data</outputDirectory> 
     187                </artifactItem> 
     188              </artifactItems> 
     189            </configuration> 
     190          </execution> 
    172191        </executions> 
    173192      </plugin> 
Note: See TracChangeset for help on using the changeset viewer.