source: vlo/branches/vlo-3.0/vlo-commons/nbactions.xml @ 4509

Last change on this file since 4509 was 4509, checked in by twagoo, 10 years ago

Written marshaller/unmarshaller for VloConfig?

File size: 512 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<actions>
3        <action>
4            <actionName>test.single</actionName>
5            <packagings>
6                <packaging>*</packaging>
7            </packagings>
8            <goals>
9                <goal>test-compile</goal>
10                <goal>surefire:test</goal>
11            </goals>
12            <properties>
13                <test>${packageClassName}</test>
14                <jaxb.debug>true</jaxb.debug>
15            </properties>
16        </action>
17    </actions>
Note: See TracBrowser for help on using the repository browser.