Changeset 956


Ignore:
Timestamp:
10/26/12 10:39:07 (12 years ago)
Author:
pharms
Message:
  • initial version of the HTML plugin, still some things open
File:
1 edited

Legend:

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

    r927 r956  
    6565      <groupId>de.ugoe.cs.autoquest</groupId> 
    6666      <artifactId>autoquest-plugin-php</artifactId> 
     67      <version>${project.parent.version}</version> 
     68    </dependency> 
     69    <dependency> 
     70      <groupId>de.ugoe.cs.autoquest</groupId> 
     71      <artifactId>autoquest-plugin-html</artifactId> 
    6772      <version>${project.parent.version}</version> 
    6873    </dependency> 
     
    191196            </configuration> 
    192197          </execution> 
     198          <execution> 
     199            <id>get-html-plugin-config</id> 
     200            <phase>process-classes</phase> 
     201            <goals> 
     202              <goal>unpack</goal> 
     203            </goals> 
     204            <configuration> 
     205              <artifactItems> 
     206                <artifactItem> 
     207                  <groupId>de.ugoe.cs.autoquest</groupId> 
     208                  <artifactId>autoquest-plugin-html</artifactId> 
     209                  <version>${project.parent.version}</version> 
     210                  <classifier>config</classifier> 
     211                  <type>zip</type> 
     212                  <outputDirectory>${project.build.directory}/data</outputDirectory> 
     213                </artifactItem> 
     214              </artifactItems> 
     215            </configuration> 
     216          </execution> 
    193217        </executions> 
    194218      </plugin> 
Note: See TracChangeset for help on using the changeset viewer.